-
Notifications
You must be signed in to change notification settings - Fork 10.3k
updating inline <code> to <c> #17611
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
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.
Generally looks good. A few more usages of <see langword>
are needed. Also some HTML content in the product got changed by your scan.
src/Components/Blazor/Server/src/MonoDebugProxy/BlazorMonoDebugProxyAppBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/Http/Authentication.Abstractions/src/IAuthenticationRequestHandler.cs
Outdated
Show resolved
Hide resolved
src/Mvc/Mvc.Testing/src/WebApplicationFactoryContentRootAttribute.cs
Outdated
Show resolved
Hide resolved
src/Security/Authentication/OpenIdConnect/samples/OpenIdConnect.AzureAdSample/Startup.cs
Outdated
Show resolved
Hide resolved
src/Security/Authentication/WsFederation/src/WsFederationHandler.cs
Outdated
Show resolved
Hide resolved
Co-Authored-By: Andrew Stanton-Nurse <[email protected]>
src/Components/Blazor/Server/src/MonoDebugProxy/BlazorMonoDebugProxyAppBuilderExtensions.cs
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.
Looks good, just need to get a clean build (it's likely any failures are unrelated to this change, as long as the XML is valid, I'll keep an eye on it).
Nice! thanks! |
Thanks for your effort, @eddynaka. |
Thanks for approving! |
updating inline "code" tag to "c" tag
Example:
https://docs.microsoft.com/dotnet/api/microsoft.aspnetcore.components.bindelementattribute?view=aspnetcore-3.0