-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when paths in project path starts with a digit #28
Comments
Hey @janegilring - This appears to be an issue with the Configuration module and how it's serializing / deserializing hashtable keys. Going to check it out, shouldn't be too difficult to replicate! CC: @Jaykul |
So, the odd part is that I have projects with underscores as well, but they don't seem to break it like the error is reporting for you. If you inspect the configuration file, do you see any points where the syntax breaks? code $PSProfile.Settings.ConfigurationPath |
The issue might not be underscores after all. I`ll send you my complete autogenerated GitMapPath in a DM. |
Filling in here, it looks like the issue is with keys on the manifest that start with an integer not being liked too much by PowerShell. Need to fix within Configuration so that any dictionary key starting with an int is wrapped in quotes CC @Jaykul |
Opened up PoshCode/Configuration#37 to resolve this! |
Some paths in one of my project folders contains dots and underscores. This leads to errors when loading PSProfile:
The text was updated successfully, but these errors were encountered: