docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

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

# Breaking change notice The type `System.Xml.XmlSecureResolver` is obsolete as warning. The method `System.Xml.XmlSecureResolver.GetEntity` unconditionally throws `XmlException`. ## Description The method [`System.Xml.XmlSecureResolver.GetEntity`](https://docs.microsoft.com/dotnet/api/system.xml.xmlsecureresolver.getentity) will unconditionally throw an `XmlException` at runtime. If...

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

Follow up to #30541.

dotnet-framework/prod

I'm working on the spec for adding patterns as at V7 to the Ecma standard. We have the following grammar: ```antlr switch_label : 'case' complex_pattern case_guard? ':' | 'case' constant_expression...

doc-bug
doc-enhancement
Pri2
dotnet-csharp/prod
csharp-spec/tech

I'm transforming this proposal into a Draft PR for the C# Standard, and have several questions: 1. **Optional Members in `Index` and `Range`:** The proposal suggests that some members in...

doc-enhancement
Pri2
dotnet-csharp/prod
csharp-spec/tech

C# 11 will add "file local types". Permit a `file` modifier on top-level type declarations. The type only exists in the file where it is declared. - Feature issue: dotnet/csharplang#6011...

doc-idea
Pri1
:checkered_flag: Release: .NET 7

Comparison of ValueObjects differ from C# records should be added. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* *...

:watch: Not Triaged
Pri1
dotnet-architecture/prod
microservices/tech

update name to micro-service.md

dotnet-architecture/prod

I'd like to request two clarifications to the documentation of the SatelliteResourceLanguages property: 1. Change the example to show how to list more than one language, specifically that semicolons must...

doc-enhancement
Pri1
dotnet-fundamentals/prod

When specifying `PublishTrimmed` from command line and not in project file, developer would have different debugging experience and may miss things until publish.

dotnet-fundamentals/prod

I think there are a number of tasks to use the what's new tool to generate a New docs for .NET 7 page: - [X] Add a new config file...