docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

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

Add syntax to create utf-8 string literals in C# code and have them automatically encoded in their byte[] format. Changes will be required in the language reference, and some string...

doc-idea
resolved-by-customer
Pri1
:checkered_flag: Release: .NET 7

This article provides similar information to the [Properties](https://docs.microsoft.com/dotnet/csharp/programming-guide/classes-and-structs/properties) section of the programming guide. There's also a lot of redundancy. This article is newer, and should be the main source for...

doc-enhancement
Pri1
dotnet-csharp/prod
csharp-fundamentals/tech

The LINQ in "Create a nested group" example contains a superfluous `group`: it contains three, but only two would be necessary. The third group regroups the first grouping, which has...

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

**Issue description** In the documentation for code analysis rule [CA1819: Properties should not return arrays](https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1819), under the heading [Allow users to modify a property](https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1819#allow-users-to-modify-a-property) the documentation shows two examples (one...

:watch: Not Triaged
Pri3
dotnet-fundamentals/prod

hi, i expect a to enter a command in clr or power shell to get .net version ... not using registry editor !!!!! also the clrver is not a standard...

:watch: Not Triaged
Pri1
dotnet-framework/prod
dotnet-appcompat/tech

The Terminology section of the .NET Introduction article was deleted from that article recently. Review the deleted content and add to the Glossary any content from the Terminology section that...

doc-enhancement
Pri2
dotnet-fundamentals/prod

I assume there is some reason that is obvious to regular users, but there is an explanation for .NET 7.x, 6.x, 5.x, and 3.x, but skips 4.x . ### In...

doc-bug
Pri1
dotnet-csharp/prod
csharp-language-reference/tech

Port, redirect and modernize all .NET networking content. There is a whole sub-doc-set located here: - [Network Programming in the .NET Framework](https://docs.microsoft.com/dotnet/framework/network-programming) Much of this content is severely out-of-date, and...

doc-enhancement
doc-idea
docs-experience
:watch: Not Triaged
Pri1

There is a typo in one sentence on the file-path-formats page (link: https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats). This is the sentence which contains the typo: `You can determine whether a file path is fully...

:watch: Not Triaged
Pri1
dotnet-fundamentals/prod

The naming used in the following example from this page makes it confusing to understand. public class Generic { public T Field; } The topic is generics, but naming the...

doc-enhancement
Pri2
dotnet-fundamentals/prod