Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Issue when loading localConfig in Env.fs #1

Closed
CallumVass opened this issue Apr 9, 2020 · 1 comment
Closed

Issue when loading localConfig in Env.fs #1

CallumVass opened this issue Apr 9, 2020 · 1 comment

Comments

@CallumVass
Copy link
Contributor

CallumVass commented Apr 9, 2020

Hi,

When I was trying to load a localConfig file I encountered an issue whereby it wasn't adding any key/value pairs. I've got a fix in my local branch so happy to do a PR (#2), I just wanted to make sure the way it is now isn't the intended behaviour?

if (variables.ContainsKey(property.Name)) then

if (variables.ContainsKey(property.Name)) then

@Zaid-Ajaj
Copy link
Owner

you are right, it should have been "if NOT contains key then ADD"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants