docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

Results 860 docs issues
Sort by recently updated
recently updated
newest added

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...

:watch: Not Triaged
Pri2
dotnet-fundamentals/prod

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...

:watch: Not Triaged
Pri2
dotnet-fundamentals/prod

"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"...

doc-bug
help wanted
good first issue
Pri2
dotnet-architecture/prod
modern-web-apps-azure/tech
okr-health

## Summary Describe your changes here. Fixed Typo `Look ahead` -> `Look behind` Fixes #31244

dotnet-fundamentals/prod
community-contribution
okr-health

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...

doc-bug
help wanted
good first issue
Pri1
dotnet-fundamentals/prod
in-pr
okr-health

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...

doc-idea
breaking-change
Pri1
binary incompatible
:checkered_flag: Release: .NET 7
:checkered_flag: Release: .NET 8

## Summary @eerhardt @tannergooding Fixes #29952

dotnet-fundamentals/prod

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....

doc-enhancement
Pri2
dotnet-architecture/prod
microservices/tech

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...

doc-enhancement
Pri3
dotnet-architecture/prod
grpc/tech

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...

:watch: Not Triaged
Pri2
dotnet-architecture/prod
grpc/tech