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

Certain versions of .NET are now available in the default repositories on certain versions of Ubuntu. We should probably update the .NET install docs to reflect how to "correctly" install...

doc-enhancement
Pri1
dotnet/prod
dotnet-install/tech

Fixes a typo (ciphertest instead of ciphertext)

dotnet/prod
dotnet-security/tech
dotnet-fundamentals/prod

CS0169 warning is reported by the compiler only during explicit "Build" or "Rebuild" operations, it does not get reported during typing in the IDE, i.e. as part of intellisense diagnostics....

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

- [ ] [Polymorphism](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-5/#polymorphism) - covered by https://github.com/dotnet/docs/issues/30879. - [ ] [Utf8Reader.CopyString](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-5/#utf8jsonreader-copystring) - [ ] [Json contract customization](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-6/#json-contract-customization) - covered by https://github.com/dotnet/docs/issues/30878. - [x] Json required properties (https://github.com/dotnet/runtime/issues/29861)

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

Now that a struct can have a default constructor, can this constraint be used in combination with the "where T : struct" constraint? --- #### Document Details ⚠ *Do not...

product-question
Pri1
dotnet-csharp/prod
csharp-fundamentals/tech

The comment is actually unnecessary given the generated file name ends with `.g.cs`. But updating it for a form supported by Roslyn anyway.

dotnet-csharp/prod
csharp-roslyn/tech

Please consider revisiting these demos/docs for a more consistent/clear theme. Particularly the relationship between: - JsonElement (JsonObject, JsonArray, etc...) - JsonNode - JsonDocument Pros/Cons of each. Right now it just...

doc-enhancement
Pri1
dotnet-fundamentals/prod

**Help us make content visible** **Describe the new article** There is an upcoming added capability for [Orleans transactions](https://github.com/dotnet/orleans/pull/7805) that needs to be documented. The location of the added content should...

doc-idea
Pri1
dotnet-orleans/prod

Changed at 151 line : DoIt("Hello There"); // CS0120 to DoIt("Hello There");

dotnet-csharp/prod
csharp-language-reference/tech
csharp-diagnostics/tech

[Enter feedback here] dotnet-monitor has become a supported release since .NET 6 as [Announcing dotnet monitor in .NET 6](https://devblogs.microsoft.com/dotnet/announcing-dotnet-monitor-in-net-6/) and is not an experimental tool anymore. Therefore, the text in...

:watch: Not Triaged
Pri2
dotnet-fundamentals/prod