docs
docs copied to clipboard
This repository contains .NET Documentation.
[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...
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/
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...
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...
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...
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...
[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,...
> 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....
… 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...
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...