-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-Extensions-Configurationsource-generatorIndicates an issue with a source generator featureIndicates an issue with a source generator feature
Milestone
Description
Intitial PR: #82179
From @eerhardt:
We are inconsistent on prefixing types with
global::.It would be better if we followed the same pattern in Regex and the RequestDelegateGenerator to put all the generated logic in a namesapce, with
usingstatements inside the namespace declaration, and afile classimplementation. That allows us to generate code that looks like how a user will write it.See dotnet/aspnetcore#46180 (comment) and the 2nd bullet of #66432.
From @eiriktsarpalis: #82179 (comment)
Other comments:
#82179 (comment) (will address as part of #83531)
#82179 (comment)
#82179 (comment)
Metadata
Metadata
Assignees
Labels
area-Extensions-Configurationsource-generatorIndicates an issue with a source generator featureIndicates an issue with a source generator feature