dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.36k stars 9.99k forks source link

Annotate RazorPageGenerator for nullability #43446

Open JamesNK opened 2 years ago

JamesNK commented 2 years ago

Related https://github.com/dotnet/aspnetcore/issues/5680

Is there an existing issue for this?

Describe the bug

RazorPageGenerator isn't annotated.

https://github.com/dotnet/aspnetcore/blob/61e1572ad518c82f6fd487e65852e41bccde1bc1/src/Middleware/tools/RazorPageGenerator/RazorPageGenerator.csproj#L13

Expected Behavior

Is annotated.

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

No response

Anything else?

No response

javiercn commented 2 years ago

@JamesNK this is an internal tool that we do not publish for people, is there any value in doing so?