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
|
@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