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

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) |

dotnet-fundamentals/svc
install/subsvc

### 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...

:watch: Not Triaged
Pri2
dotnet-fundamentals/svc

## 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...

dotnet-fundamentals/svc

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...

dotnet-csharp/svc
lang-reference/subsvc
community-contribution

### 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...

:watch: Not Triaged
Pri2
dotnet-ml/svc

### 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...

doc-idea
breaking-change
Pri1
:checkered_flag: Release: .NET 8
:pushpin: seQUESTered

### 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...

doc-enhancement
okr-health

Monitor this page for new, undocumented CA rules: https://github.com/dotnet/roslyn-analyzers/blob/main/src/NetAnalyzers/RulesMissingDocumentation.md Repeat this every month.

doc-idea

### 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...

doc-enhancement