docs
docs copied to clipboard
This repository contains .NET Documentation.
### Type of issue Outdated article ### Description The section "Enable on build" should be update to explain that the config format `option_name = option_value:severity` will get respected on build...
### Type of issue Typo ### Description Utf8JsonReader is a ref struct, not a class. The mistake in the first point should be corrected to reflect that fact. ### Page...
See issue dotnet/runtime#68243 and PR [dotnet/roslyn-analyzer#6857](https://github.com/dotnet/roslyn-analyzers/pull/6857). --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/fundamentals/code-analysis/quality-rules/ca2263.md](https://github.com/dotnet/docs/blob/2be09a6f21c7a4171e3b676d0514e6f3e963369d/docs/fundamentals/code-analysis/quality-rules/ca2263.md) | [CA2263: Prefer generic overload when type is known](https://review.learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2263?branch=pr-en-us-39588)...
### Type of issue Typo ### Description 这篇教程中有一段是: ``` LoggingMessageWriter 依赖于 [ILogger](https://learn.microsoft.com/zh-cn/dotnet/api/microsoft.extensions.logging.ilogger-1),并在构造函数中对其进行请求。 ILogger 是ILogger。 ``` 其中 `ILogger 是ILogger` 明显是不合理的, 查看英文发现此处应该是 `ILogger 是 [框架提供的服务](https://learn.microsoft.com/zh-cn/dotnet/core/extensions/dependency-injection#framework-provided-services)`. ### Page URL https://learn.microsoft.com/zh-cn/dotnet/core/extensions/dependency-injection ### Content source...
### Type of issue Missing information ### Description I am having a hard time trying to understand broadcast channels from the documentation. One main source of confusion is this line...
### Description The inbox implementation of BinaryFormatter will change in .NET 9 to [throw exceptions on use](https://github.com/dotnet/runtime/issues/98245). A seperate, OOB package will be produced to allow for continued use of...
### Type of issue Typo ### Description [Escribir comentarios aquí] ### Page URL https://learn.microsoft.com/es-mx/dotnet/core/install/linux?WT.mc_id=dotnet-35129-website ### Content source URL https://github.com/dotnet/docs/blob/main/docs/core/install/linux.md ### Document Version Independent Id 1850602d-6b92-1449-c8bd-116e36fc0f26 ### Article author @alan ###...
Fixes #38554. --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/standard/frameworks.md](https://github.com/dotnet/docs/blob/b4470e0048c3a7cd0e165cdf60be6d83bae0d1c9/docs/standard/frameworks.md) | [Target frameworks in SDK-style projects](https://review.learn.microsoft.com/en-us/dotnet/standard/frameworks?branch=pr-en-us-39582) |
### Type of issue Missing information ### Description It would be useful to know the default TPV used for each respective .NET version. i.e. net6.0-android -> net6.0-androidYY.0 net7.0-android -> net7.0-androidYY.0...
### Visual Studio release 17.11p4 ### Link to speclet - [Speclet](https://github.com/dotnet/csharplang/blob/main/proposals/feature.md) ### Link to Pull request - [PR](https://github.com/dotnet/roslyn/pulls/nnnnn) ### New behavior Configurar enlaces automáticos para referenciar recursos externos ### Areas...