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

### Describe the issue or suggestion I'm using .NET v8.0.202, and the help of `dotnet publish --help` states: ``` -c, --configuration The configuration to publish for. The default is 'Release'...

doc-bug
Pri2
dotnet-fundamentals/svc
okr-health

### Describe the issue or suggestion ### Context https://learn.microsoft.com/en-us/dotnet/standard/exceptions/how-to-create-localized-exception-messages - mentions couple times marking the `Exception` with `SerializableAttribute`. However based on the [BinaryFormatter Obsoletion Strategy](https://github.com/dotnet/designs/blob/main/accepted/2020/better-obsoletion/binaryformatter-obsoletion.md) this should not be already...

:watch: Not Triaged
Pri3

### The problem I was trying to build a statically linked binary that Direct P/Invokes into a static dependency according to an official [doc](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/interop), got `error LNK2001: unresolved external symbol...

:watch: Not Triaged
Pri3

Currently this rule doesn't seem to operate correctly. The first item below fails the linter but it should pass: ```markdown 1. Two spaces after the line item Makes it so...

### Describe the issue or suggestion Hello 👋 The documentation page [Select the .NET version to use](https://github.com/dotnet/docs/blob/main/docs/core/versions/selection.md) currently states the following about how `global.json` is searched for. > The CLI...

:watch: Not Triaged
Pri3
dotnet-fundamentals/svc

Information that was previously accessible, can now only be found through the Tour (C#) page, was this intended..?

:watch: Not Triaged
Pri3

### Describe the issue or suggestion We don't currently document the ASP.NET Core event sources. https://learn.microsoft.com/en-us/dotnet/core/diagnostics/well-known-event-providers#aspnet-core Hosting: https://github.com/dotnet/aspnetcore/blob/a0652e0852f1dc9ea199a453efd421f6dfc04f1b/src/Hosting/Hosting/src/Internal/HostingEventSource.cs `Microsoft.AspNetCore.Hosting` Kestrel: https://github.com/dotnet/aspnetcore/blob/a0652e0852f1dc9ea199a453efd421f6dfc04f1b/src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelEventSource.cs `Microsoft-AspNetCore-Server-Kestrel` cc @noahfalk @samsp-msft --- #### Document Details ⚠...

:watch: Not Triaged
Pri3

### Describe the issue or suggestion I find the example for implicit index example to be confusing: https://github.com/dotnet/docs/blob/6ae8f6122a9cc8c23d1e4e4d208e06d023123961/docs/csharp/whats-new/csharp-13.md#L47. The primary issue is that I have to guess what `v` and...

:watch: Not Triaged
Pri3

### Describe the issue or suggestion Viewing [this section on raw literal strings](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/strings/#raw-string-literals) , the following text near the bottom of the section is no longer valid because the JSON...

:watch: Not Triaged
Pri3

### Describe the issue or suggestion Orleans 7.2 added support for grains to return an IAsyncEnumerable. The "Return values from grain methods" section of the "Develop a grain" topic in...

:watch: Not Triaged
Pri3