You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this was intentional or not. I can open a PR, but I am guessing that removing the ':' again isn't desired: e14548b
You can test this by using a positional parameter with a value like C:\temp - you will get null instead of C:\temp for .UseCommandLineArgs(new KeyValuePair<string, int>(nameof(IParameters.FolderPath), 1))
The text was updated successfully, but these errors were encountered:
I agree, : is not a well thought parameter in that regards. @aloneguid, can you give some insight how one is supposed to use absolute paths on command args?
Re-open #43
This is currently an issue because the original fix (remove ':' as a delimiter): 475e81f#diff-c0a9531e46e016330ce60f8b8de66495R13
Was reverted: https://github.com/aloneguid/config/blob/master/src/Config.Net/Stores/Impl/CommandLine/CommandLineConfigStore.cs#L15
I am not sure if this was intentional or not. I can open a PR, but I am guessing that removing the ':' again isn't desired: e14548b
You can test this by using a positional parameter with a value like
C:\temp
- you will getnull
instead ofC:\temp
for.UseCommandLineArgs(new KeyValuePair<string, int>(nameof(IParameters.FolderPath), 1))
The text was updated successfully, but these errors were encountered: