docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

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

## Summary Add documentation for `dotnet nuget why`. The implementation of this command is still in progress: https://github.com/NuGet/Home/issues/11782.

dotnet-cli/tech
dotnet-fundamentals/prod

There is no discussion on the CancelationTokenSource, or how to Cancel the token. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub...

doc-enhancement
Pri2
dotnet-fundamentals/prod

When one's logging class implements an interface, and that interface is used to make a mock for unit testing, the addition of the "public void LogMessage(LogLevel level, LogInterpolatedStringHandler builder)" method...

doc-enhancement
Pri2
dotnet-csharp/prod
csharp-whats-new/tech

**Issue description** Document new IL#### error codes introduced in .NET 7. See the list in code here: https://github.com/dotnet/linker/blob/118bdca58d79090fc05d840dfec8ba9eb54b2777/src/ILLink.Shared/DiagnosticId.cs#L11 **Target framework** - [x] .NET Core - [ ] .NET Framework -...

:watch: Not Triaged
Pri3

Changed name of section, which seemed to imply that all the following operators were overloadable, which isn't the case. Added note to point the user to check more details on...

dotnet-csharp/prod
csharp-language-reference/tech

## Summary Remove Ubuntu 21.10 from supported versions This version of Ubuntu becomes unsupported on July 17th.

dotnet/prod
dotnet-install/tech
dotnet-fundamentals/prod

The Clear button is next to the Run button. Mistakenly pressing the Clear button instead of the Run button is possible. And there is no undo-after-Clear feature in the editor....

:watch: Not Triaged
Pri1
dotnet-csharp/prod

Could you please add a note that this can be caused if you forget the ">" in a lambda? It took me longer than I'm comfortable admitting to realize. For...

doc-enhancement
up-for-grabs
Pri1
dotnet-csharp/prod
csharp-diagnostics/tech

I think one of your examples has an incorrect answer. Would someone double check it? For the example a ^= 0b_1000_0000; which executes the calculation 0b_1111_1000 XOR 0b_1000_0000 I believe...

doc-enhancement
up-for-grabs
Pri1
dotnet-csharp/prod
csharp-language-reference/tech

You could improve usability of this document by adding a link to the "Tutorial: Write a custom string interpolation handler" page: https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/interpolated-string-handler --- #### Document Details ⚠ *Do not edit...

doc-enhancement
Pri2
dotnet-csharp/prod
csharp-spec/tech