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

WinForms made a lot of changes in 4.8.1 to support accessibility. WPF also made changes to the default interactions of Tooltips. I will have teams give me the descriptions of...

doc-enhancement
Pri2
dotnet-framework/prod

Throughout the C# guide, there are phrases like "Beginning in C# N", or simply "In C# N". In some cases, the version referenced goes all the way back to C#...

doc-enhancement
Pri1
dotnet-csharp/prod
:checkered_flag: Release: .NET 7
in-pr

Update the [Logging without client registration](https://docs.microsoft.com/dotnet/azure/sdk/logging#logging-without-client-registration) section once the new `AddAzureClientsCore` overload is added via https://github.com/Azure/azure-sdk-for-net/issues/30105. --- #### Document Details ⚠ *Do not edit this section. It is required for...

:watch: Not Triaged
Pri2
dotnet-azure/prod

The final block in the `Array.concat` section (just before the `Array.filter` section) appears to be a copy & paste mistake. ```markdown [Array.concat](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-collections-arraymodule.html#concat) takes a sequence of arrays and combines them...

:watch: Not Triaged
Pri2
dotnet-fsharp/prod

The suggestion is made to 'restore the project'. Does that mean restore the Nuget packages? run dotnet restore? Some other command I'm not familiar with? I'm pretty sure it's dotnet...

:watch: Not Triaged
Pri1
dotnet-cli/tech
dotnet-fundamentals/prod

Hello I am working in ML.NET to create a image classification model, and I got interested in the Model Builder code consumption. I have used the Model Builder to train...

product-question
:watch: Not Triaged
Pri3

In step 6 for preparing the environment for Spark, the links to the winutils downloads are pointing to a no longer maintained github repository. The new github location, as specified...

:watch: Not Triaged
Pri2
dotnet-spark/prod

I'm working on a solution with a mix of .NET Framework and a few .NET Code projects. One of these projects is .NET Framework 4.7.2, with the Active Rule set...

:watch: Not Triaged
Pri3
dotnet-csharp/prod
csharp-diagnostics/tech

I only see this one, which includes CodeDom, which we don't want. https://docs.microsoft.com/en-us/dotnet/framework/reflection-and-codedom/reflection --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub...

:watch: Not Triaged
Pri3
dotnet-framework/prod

### Description Since .NET 5.0, .NET switched using ICU library for globalization support instead of [NLS Win32](https://docs.microsoft.com/en-us/windows/win32/intl/national-language-support) APIs when running on Windows. This change was applied to Windows 10 clients...

doc-idea
breaking-change
Pri1
:checkered_flag: Release: .NET 7