-
-
Notifications
You must be signed in to change notification settings - Fork 230
Multi-target Roslyn Compiler Extensions #4305
Copy link
Copy link
Open
Labels
.NETPull requests that update .net codePull requests that update .net codeImprovementRoslynThe .NET Compiler Platform, Roslyn Components and Extensions, Microsoft.CodeAnalysisThe .NET Compiler Platform, Roslyn Components and Extensions, Microsoft.CodeAnalysis
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeImprovementRoslynThe .NET Compiler Platform, Roslyn Components and Extensions, Microsoft.CodeAnalysisThe .NET Compiler Platform, Roslyn Components and Extensions, Microsoft.CodeAnalysis
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
Status
No status
Description
We don't know under which environment the user is hosting Roslyn when building a project that depends on
Sentry.See dotnet/sdk#20355
So that older hosts won't load the Roslyn Component, and newer hosts can choose a compatible version.
E.g. fixes issues like
Examples