docs
docs copied to clipboard
This repository contains .NET Documentation.
See https://dotnet.microsoft.com/en-us/download/dotnet/8.0 --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/core/install/macos.md](https://github.com/dotnet/docs/blob/a1e3e710bda95d7aeda1382e283fcde0593e6a63/docs/core/install/macos.md) | [Install .NET on macOS](https://review.learn.microsoft.com/en-us/dotnet/core/install/macos?branch=pr-en-us-39569) |
### Type of issue Typo ### Description Here I copied from console window. ``` PS C:\git\logTrace\Pluralsight-Otel-Backend\Basket.API> dotnet-trace convert --format Chromium .\Basket.API.exe_20240214_152204.nettrace Writing: C:\git\logTrace\Pluralsight-Otel-Backend\Basket.API\Basket.API.exe_20240214_152204.chromium.json Conversion complete PS C:\git\logTrace\Pluralsight-Otel-Backend\Basket.API> dotnet-trace convert --format...
## Summary I added 8.0.3xx to the tables and updated the preview table for .net 9 Fixes #Issue_Number (if available) --- #### Internal previews | 📄 File | 🔗 Preview...
Prototype adding a link to existing issues in the customer feedback issue template.
Update preprocessor-directives.md to add example of using logical and as well as logical or together with parentheses. ## Summary Update preprocessor-directives.md to add example of using logical and as well...
### Type of issue Code doesn't work ### Description [Background: This code runs well in visual studio 2022 professional (both windows and macOS) and as well as in if .Net...
### Description Generic collections that have copy constructors are initialized with elements, when using `ActivatorUtilities.CreateInstance`/`ActivatorUtilities.GetServiceOrCreateInstance`. Example: ```csharp public interface ITest { } public class Test : ITest { } public...
### Describe the issue or suggestion Most of the reflection/reflection emit docs at https://learn.microsoft.com/en-us/dotnet/framework/reflection-and-codedom/reflection are applicable outside of .NET Framework (i.e. to .NET 8 etc.). We should move them to...
Monitor this page for new, undocumented CA rules: https://github.com/dotnet/roslyn-analyzers/blob/main/src/NetAnalyzers/RulesMissingDocumentation.md Repeat this every month.
### Describe the issue or suggestion Of technical necessity, on Unix-like platforms (but not on Windows), .NET maintains a _private copy_ of the process environment block that is only seen...