-
Couldn't load subscription status.
- Fork 1.2k
Description
During Uno Platform migration to MSTest v4, MTP v2, and the MTP-based dotnet test, the following error was found:
Unhandled exception: One or more errors occurred. (The imported file "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" does not exist and appears to be part of a Visual Studio component. This file may require MSBuild.exe in order to be imported successfully, and so may fail to build in the dotnet CLI. C:\a\1\s\src\SourceGenerators\SourceGeneratorHelpers\SourceGeneratorHelpers.shproj)
The case here is a shared project in solution filter, which doesn't seem to work and fails with the above error.
This is currently a blocker for Uno Platform to be able to adopt MSTest v4.
@rainersigwald @baronfel Any suggestions here?