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

[Enter feedback here] Hello, I'm using the CommunityToolkit.Mvvm Version="8.0.0" and pretty often I take advantage of the partial methods created: EXAMPLE: [ObservableProperty] private int _startAgeFilter; then I use: partial void...

:watch: Not Triaged
Pri2
dotnet-fundamentals/prod

Created this PR for user story-1953530's next 10 articles. Validated the content for freshness and accuracy. User story link: https://dev.azure.com/mseng/TechnicalContent/_workitems/edit/1953530/

dotnet-fundamentals/prod

It was reported in https://github.com/dotnet/iot/issues/1783#issuecomment-1025786916 by @pelikhan that currently the documentation for the dotnet-install-scripts don't currently provide optional instructions on how to persist the dotnet tool application registration on the...

doc-enhancement
:watch: Not Triaged
Pri3

Source: https://github.com/dotnet/runtime/issues/51322#issuecomment-890306629 and https://github.com/dotnet/runtime/issues/3775#issuecomment-534263315 and https://github.com/dotnet/runtime/issues/3464 Also, according to [this comment](https://github.com/dotnet/runtime/issues/51322#issuecomment-894449076) Snap issues have been closed "to reflect current priorities." Shouldn't this be reflected in the documentation? Why do the...

doc-bug
Pri2
dotnet/prod
dotnet-install/tech

There are two big things that are missing from the docs today: - Here are the packages you need - You really need to register the PMC feed These points...

:watch: Not Triaged
Pri3

The command `sudo dnf install dotnet-sdk-5.0` does not work, because .NET 5 was removed from Fedora repositories. You should either remove .NET 5 section from this page or provide alternative...

doc-bug
Pri2
dotnet/prod
dotnet-install/tech

[Enter feedback here] This line is a bit confusing for learners: https://docs.microsoft.com/en-us/dotnet/standard/base-types/character-classes-in-regular-expressions#whitespace-character-s \p{Z} Matches ANY SEPARATOR CHARACTER. I suppose you mean: Matches ANY OF THESE THREE separator characters: Zs, Zl,...

:watch: Not Triaged
Pri1
dotnet-fundamentals/prod

> In .NET Framework, create a new [HttpClient](https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient) each time you need to send a request. I think this is wrong. .NET Framework also exhausts the socket. It's dangerous guideline....

:watch: Not Triaged
Pri2
dotnet-fundamentals/prod

… members such as field s, methods or statements ; Whats The Possible Solution Here. using System; namespace ConsoleApp6 { static void Main(string[] args) { int sum = 0; for...

dotnet-csharp/prod
csharp-get-started/tech

Hi , I want to sign my tlb files by using sign tools. But I get the following error: This file format cannot be signed because it is not recognized...

:watch: Not Triaged
Pri3