Description
Parse and map the newly supported slnx file format for solution files.
Previously mentioned in #1375, but with .NET SDK 9.0.2x now officially supported.
Usage Example
- Should work in the same way as the current solution file parsing.
- Should be completely transparent for the developer
Alternative
Use
[Parameter] readonly string Solution;
instead of a parsed solution-object.
Could you help with a pull-request?
Yes
Description
Parse and map the newly supported slnx file format for solution files.
Previously mentioned in #1375, but with .NET SDK 9.0.2x now officially supported.
Usage Example
Alternative
Use
instead of a parsed solution-object.
Could you help with a pull-request?
Yes