docs
docs copied to clipboard
This repository contains .NET Documentation.
In the [Affected APIs][1] section, * The 7th bullet point says: > Removed [Microsoft.AspNetCore.Mvc.ModelBinding.ValidationAllowShortCircuitingValidationWhenNoValidatorsArePresent](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.validation.validationvisitor.allowshortcircuitingvalidationwhennovalidatorsarepresent?view=aspnetcore-3.1&preserve-view=true#Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidationVisitor_AllowShortCircuitingValidationWhenNoValidatorsArePresent). However, the linked page says the property is actually named `ValidationVisitor.AllowShortCircuitingValidationWhenNoValidatorsArePresent`, not `ValidationAllowShortCircuitingValidationWhenNoValidatorsArePresent`. * The 1st...
This rule is also triggered, when you submit a params array to one of the logging functions. Maybe it shouldn't be triggered in such this case, as it might make...
Typos
"Razor Pages doesn't use attribute routing" - "doesn't" should be "don't". "If your application includes a set of web APIs, which must be secured, these apis should ideally be configured"...
## Summary Describe your changes here. Fixed Typo `Look ahead` -> `Look behind` Fixes #31244
I believe, sentence "Look ahead of the ending dollar sign to ensure that the previous character is alphanumeric." should be "Look **behind** of the ending dollar sign to ensure that...
We fixed issue https://github.com/dotnet/winforms/issues/7251 in .NET 7.0 but put behind a quirk to avoid any potential breaks to existing applications. We introduced runtimeconfig.options for WinForms and put this change behind...
## Summary @eerhardt @tannergooding Fixes #29952
Thanks for writing this article. This is a rather complicated topic with a lot of moving parts, so the article could do with some proofreading to help reduce cognitive overhead....
been looking for a bit for a kubectl exe -it xxx to get into this image, tried powershell & pwsh without luck, this wouldn't be a bad page to add...
The proposed solution for handling decimal values (Creating a custom decimal type for Protobuf) does not work for large decimal values. If you use `decimal.MaxValue` as an example, this will...