What's Changed
This update is mostly focused on updating behavior of the sln file reader to match behavior of legacy parsers in cases where the sln file has inconsistent content.
- Handle spaces in GlobalSection definition. by @Erarndt in #97
- Improve error message when duplicate project name is detected. by @richardstanton in #99
- Preserve legacy behavior when loading sln with duplicate project ids. by @richardstanton in #101
- Don't report error reading invalid project type guid in .sln files. by @richardstanton in #104
- Support for project types with no platforms. by @richardstanton in #105
New Contributors
Full Changelog: v1.0.28...v1.0.52