-
Notifications
You must be signed in to change notification settings - Fork 40
Code cleanup #77
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
Code cleanup #77
Conversation
Arkatufus
commented
Feb 24, 2019
•
edited
Loading
edited
- Simplify object parsing.
- Fix end of line parsing bugs that causes object and array parsing.
- Resolves Bug when reading array of objects #75
- Merge and closes Fix substitution in array cases. #73 pull request
- Resolves array does not support substitution #70
- Merge and closes Fix problems with file system reading in CI #74 pull request
- Fix problems with CI not running test in their build directory causing it to fail to read included external test files.
…ect and array parsing errors.
…on.Configuration build target to net461, Add hack so configuration works with unit test.
…kkadotnet#80) * Modernized build system in preparation for Azure Pipelines migration * deleted rest of restore packages usages
Made project Linux-friendly.
@Arkatufus unfortunately the file renames I did to make builds run on Linux appear to have created some conflict issues here - best bet is to rebase probably |
CI should play much more nicely now though |
…ect and array parsing errors.
@Aaronontheweb, Seems like at least one file were not copied from the git repo to the build directory in Linux PR validation build. Build failed on Hocon.Configuration.Test because it could not find the app.config file in the source directory. |