-
-
Notifications
You must be signed in to change notification settings - Fork 230
Source Generators not working #4331
Copy link
Copy link
Closed
Labels
.NETPull requests that update .net codePull requests that update .net codeBugSomething isn't workingSomething isn't workingRoslynThe .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 codeBugSomething isn't workingSomething isn't workingRoslynThe .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
Done
Status
No status
Description
As far as I can tell, the
Sentry.SourceGeneratorsaren't working at all.Steps to reproduce
dotnet new console -f net9.0dotnet add package Sentry --version 5.11.2program.csdotnet run -c DebugExpected result
The application should output
You're in Debug Mode.Actual result
The application outputs
Source generators not working...