-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Update static HTML with name ASP.NET Core Module instead of ANCM #18346
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.
You have opened Pandora's @anurse's Box of wOrDsMiThErY!
Some suggestions, though I could be swayed either way on most.
- "ASP.NET Core Module" is still pretty esoteric and not what most users interact with IMO
- Title Case In Error Messages Annoys Me. Just use normal sentence casing, with proper nouns like ASP.NET Core capitalized.
- The word "app" is good enough for docs, so it's good enough for me
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HandlerResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HandlerResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HandlerResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HandlerResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HandlerResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HandlerResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HandlerResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/HandlerResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/CommonLib/HostFxrResolver.cpp
Outdated
Show resolved
Hide resolved
src/Servers/IIS/AspNetCoreModuleV2/InProcessRequestHandler/dllmain.cpp
Outdated
Show resolved
Hide resolved
Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>
Tests passed: https://dev.azure.com/dnceng/public/_build/results?buildId=488024&view=ms.vss-test-web.build-test-results-tab. @anurse can you hit me with an approval 😄 |
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.
𝒯𝒽𝒾𝓈 𝒫𝑅 𝒾𝓈 𝒸𝑒𝓇𝓉𝒾𝒻𝒾𝑒𝒹 𝒜 𝐸 𝒮 𝒯 𝐻 𝐸 𝒯 𝐼 𝒞
Suggestion by @RickStrahl on twitter. ANCM isn't clear what it is referring to.
There will probably be a few tests to shake out as I didn't run tests locally.