docs
docs copied to clipboard
This repository contains .NET Documentation.
### 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...
### 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,...
### 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...
### 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...
### 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 ###...
**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...
### 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...
### 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...
### 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...
…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...