-
Couldn't load subscription status.
- Fork 11
Upgrade to .NET 9.0 #158
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
Upgrade to .NET 9.0 #158
Conversation
This reverts commit 09cb024.
|
So v6+ cann't be used for net4x test projects? 😢 |
|
@viceice yes the 6.x+ version of this logger uses netstandard2.x which drops support for net4.5. See https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/9.0/netstandard-warning. The feature diff between 5.x and 6.x is quite minimal at this time. If the community is interested to contribute, we can back port these and create a 5.1 release. |
|
why not using netstandard2.0, so it's still usable with net47+? we've projects which can't be upgraded to net core (eg SharePoint on premise solution) https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting |
|
It is a funny story why The test logger library has a requirement that it must not be instrumented in code coverage runs. Otherwise, vstest fails to invoke the instrumented logging event handlers and test runs crash. We achieve this by annotating the assembly with In v5.x and earlier versions of test logger, the attribute is missing from the upstream |
|
@viceice I've pushed a hack to force Would it be possible for you to try this pre-release package and confirm if it works? |
|
will try it |
|
Continue here👉 #167 (comment) |
Uh oh!
There was an error while loading. Please reload this page.