Simon Cropp

Results 605 comments of Simon Cropp

some tests might be hlpful

@Shane32 but do the tests need to target .NET Standard 2.0. ?

> The test project itself must target a specific framework implementation and cannot target .NET Standard directly so why does a test framework need to target .NET Standard ?

@Shane32 what is the project with the best example of this requirement?

@slang25 > Microsoft have lots of code that still needs to target ns2.0 because of how MSBuild is hosted and that whole ecosystem yes, but AFAIK, no msbuilt task needs...

happy to consider a pull request that fixes this

i assume since there was no PR that you didnt need it anymore. so i closed the issue

@BillWagner just to clarify some things > This pulls all the snippets toward an unsupported scenario: using a higher C# language with a lower TFM this is a supported scenario...

i re added net6 support in 3.1.0 to unblock this