docs
docs copied to clipboard
This repository contains .NET Documentation.
# 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...
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...
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...
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...
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.* *...
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...
When specifying `PublishTrimmed` from command line and not in project file, developer would have different debugging experience and may miss things until publish.
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...