-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add Public API baselines for Razor #25637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/Razor/Microsoft.AspNetCore.Razor.Tools/PublicAPI.Unshipped.txt
Outdated
Show resolved
Hide resolved
src/Razor/perf/Microsoft.AspNetCore.Razor.Performance/PublicAPI.Unshipped.txt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suspect some of the other projects here are tasks and tools that need no API baselines. I'd wait for @pranavkm or @SteveSandersonMS
src/Razor/Microsoft.AspNetCore.Razor.Tools/PublicAPI.Unshipped.txt
Outdated
Show resolved
Hide resolved
src/Razor/perf/Microsoft.AspNetCore.Razor.Performance/PublicAPI.Unshipped.txt
Outdated
Show resolved
Hide resolved
Part of #24347 |
9cede09
to
dc41083
Compare
@@ -0,0 +1,26 @@ | |||
#nullable enable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean this project has nullable enabled (because I don't think it does): https://github.com/dotnet/aspnetcore/blob/master/src/Razor/Microsoft.CodeAnalysis.Razor/src/Microsoft.CodeAnalysis.Razor.csproj#L3-L9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, means the analyzer will handle nullable annotations if they exist in the assembly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not look at the individual APIs, but I trust that the tool did the right thing 👍
No description provided.