docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

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

### Describe the issue or suggestion Follow up to #40446. It looks like the [docs](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/access-modifiers) have incorrectly included `file` in the list of accessibility modifiers. https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/file-local-types.md#accessibility > The `file` modifier...

dotnet-csharp/svc
:pushpin: seQUESTered

### Type of issue Missing information ### Description The following currently undocumented errors and warnings related to `required` members: > CS9029, CS9030, CS9031, CS9032, CS9033, CS9034, CS9035, CS9037, CS9038, CS9039,...

dotnet-csharp/svc
errors-warnings/subsvc
okr-curation
okr-quality
:pushpin: seQUESTered

### Type of issue Missing information ### Description .NET 10 previews support projectless compilation. We've added the bulk of the documentation during the preview releases. However, we made the choice...

dotnet-csharp/svc
get-started/subsvc
:pushpin: seQUESTered

### Type of issue Outdated article ### Description Splitting this off from #41489 @richlander First, the article is talking about deploying, but this really is publishing. Second, the entire deploy...

dotnet-fundamentals/svc
:pushpin: seQUESTered

### Type of issue Outdated article ### Description the .NET Runtime Package Store is no longer supported but the existing article does not mention this which leads to confusion ###...

dotnet-fundamentals/svc
:pushpin: seQUESTered

**Issue description** According to the `dotnet vstest` [documentation page](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-vstest), the command is superseded by the `dotnet test` command, which can now be used to run assemblies. Which, I believe, was...

:watch: Not Triaged

### Type of issue Typo ### Description The only anchor link goes to https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-restore#options But I want an anchor for each option as that will help those I link to...

dotnet-fundamentals/svc
dotnet-cli/subsvc

### Type of issue Typo ### Description In the section for the [Generated clients](https://learn.microsoft.com/en-us/dotnet/core/extensions/httpclient-factory#generated-clients) the docs says > A **typed** client can be added, using Refit to generate the implementation...

:watch: Not Triaged
dotnet-fundamentals/svc

### Type of issue Typo ### Description This part of the documentation states that, in an example class Person which contains two members, one private **UInt16** personAge and a public...

help wanted
good first issue
dotnet-fundamentals/svc
okr-quality
doc-bug

…injection ### Summary Clarified that resolving services from the built-in .NET dependency injection (DI) container is thread-safe. ### Changes - Updated the **Thread safety** section in `dependency-injection-guidelines.md`. - Added explicit...

dotnet-fundamentals/svc
community-contribution