Hello, @Rick-Anderson ,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"The unescaped '@' sign is breaking the code"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Addresses https://github.com/aspnet/Docs/issues/7353
Adds `ms.prod` (with a value of `aspnet-framework`) to the ASP.NET conceptual docset's *docfx.json* file. Removes `ms.prod` from the individual docs.
Hello, @Rick-Anderson,
Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.
From the context of this source string, we can assume that writer did not intend this example URL to be rendered as hyperlink, and that text "App Namespace" within brackets {} is expected to be translated.
We found out that OPS is using a Markdig flavor called "Markdig (DocFX)" which does render URL surrounded by space to be rendered as hyperlink.
To avoid this, suggested fix to source string is add an escape char (\) to part of the URL.
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
* Updated examining-the-details-and-delete-methods.md
examining-the-details-and-delete-methods.md has an extra '.' and the formatting for back tics '`' was incorrect
* Adjust backticks
Hello, @rick-anderson,
Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.
Please, help to check my proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR.
Many thanks in advance.
* Iterating the PendingRequirements collection and calling Succeed on an element modifies the collection throwing an InvalidOperationException https://github.com/aspnet/Security/issues/1375 (#5587)
* Sentence case the SignalR get started title (#5600)
* Remove extra 'the' (#5604)
* Remove extra 'the' (#5603)
* Forgot Right Parentheses (#5608)
* add ms.topic metadata value (#5602)
for task 1199273
* Update create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md
Added the location for the send grid configuration
* Minor tweaks
* Italicize file name
* Update caching documentation for VaryByQueryKeys (#5422)
* Typo was corrected (#5423)
* Update ResponseCache attribute section (#5424)
* use correct snippet (#5425)
* use correct snippet
* use correct snippet
* RP tutorial series launch and 'this' links (#5427)
* Update introduction-to-signalr.md
* Update Microsoft.DotNet.Watcher.Tools to 2.0.0 (#5429)
* Typo in response-compression.md (#5431)
with the with the => with the
* Typos in crud.md (#5430)
examinied => examined
When a pages `OnPostAsync` method is called => When a page's `OnPostAsync` method is called
* Typo in ef-rp/migrations.md (#5432)
* Remove double linkbutton RP tutorial (#5426)
* Add Link to app secret environment page (#5413)