-
Notifications
You must be signed in to change notification settings - Fork 285
Drop unsupported TFMs #5852
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
Drop unsupported TFMs #5852
Conversation
f0b4e47
to
5deab60
Compare
This is related to the breaking change documented in https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/rid-graph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
@Sergio0694 I'm getting:
However, I can't see where the |
src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj
Show resolved
Hide resolved
@Youssef1313 mmh that's weird. Do you not see |
Fixed it by updating Microsoft.WinAppSDK to 1.6. We were on 1.0.0 which appear to be not supporting the |
Ah, yeah that makes sense, we only fixed that one recently 🙂 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/v4 #5852 +/- ##
==========================================
- Coverage 65.87% 63.08% -2.80%
==========================================
Files 574 574
Lines 31461 31453 -8
==========================================
- Hits 20726 19841 -885
- Misses 10735 11612 +877
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
The MSTest part of #5614
Related to #1285