-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Description
Each Roslyn version has an identical project with only the RoslynVersion property differing:
TUnit.Core.SourceGenerator.Roslyn414TUnit.Core.SourceGenerator.Roslyn44TUnit.Core.SourceGenerator.Roslyn47TUnit.Analyzers.Roslyn414,.Roslyn44,.Roslyn47TUnit.AspNetCore.Analyzers.Roslyn414,.Roslyn44,.Roslyn47TUnit.Assertions.Analyzers.Roslyn414,.Roslyn44,.Roslyn47
Bug fixes must be replicated across 9+ separate projects, and risk becoming inconsistent.
Suggested Fix
Consolidate to a single project per analyzer/generator with RoslynVersion as a build parameter, or use conditional compilation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed