You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fact,WorkItem(44019,"https://github.com/dotnet/roslyn/issues/44019")]publicvoidNamespaceQualifiedEnumConstantInIsPattern_03(){varsource=@"namespace E{ public class A { }}class Class1{ void M(object e) { if (e is global::E.A) { } }}";
CreateCompilation(source, parseOptions: TestOptions.Regular7, options: TestOptions.ReleaseDll).VerifyDiagnostics();
CreatePatternCompilation(source, options: TestOptions.ReleaseDll).VerifyDiagnostics();}
* upstream/master:
Implement ForceComplete in TupleFieldSymbol (dotnet#44042)
Cache export provider factories
Add instructions for demo'ing compiler toolset (dotnet#43992)
Add addtional generic tests.
Fix regression using alias qualified name in an is-type expression Fixesdotnet#44019
Update src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioAnalyzer.cs
Use a shared shadow copy assembly loader for all VisualStudioAnalyzer instances
Fix declared dependencies of Microsoft.VisualStudio.LanguageServices
The fix for #43960 didn't cover all scenarios this can occur, and the VS build is still failing. An example:
The text was updated successfully, but these errors were encountered: