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
RS1035 warning is disabled in PSVersionSourceGenerator.cs. It uses SourceGenerator. It is deprecated and needs to be replaced with IIncrementalGenerator
Prerequisites
Steps to reproduce
RS1035 warning is disabled in PSVersionSourceGenerator.cs. It uses SourceGenerator. It is deprecated and needs to be replaced with IIncrementalGenerator
More info: https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md
Expected behavior
IIncrementalGenerator needs to be implementedActual behavior
Remove SourceGeneratorError details
No response
Environment data
Visuals
No response