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
* Update to .NET 8 (use of collection initialization, use of primary constructors, more uses of ReadOnlySpan<char> and make use of the ReadOnlySpan<char>.Split method added with .NET 8)
* "Corrects" issue when encountering a /Tc or /Tp flag. While it should be erroneous, I was presented an example of a DSP that had a /Tp flag with no argument, which made me assume it was meant to be /TP instead, so this will handle this, whether correct or not.
* Corrects issue when inside of a Custom Build Step and encountering a line which are not ones that contain the outputs of the build step.
0 commit comments