dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
### Type of issue Outdated article ### Description Many of the ZipArchive related pages mention the 2GB limit when Mode is set to Update. I believe this has been resolved...
## Summary MaskedTextBox.PasswordChar update remark for disabling functionality Fixes dotnet/dotnet-api-docs/issues/https://github.com/dotnet/dotnet-api-docs/issues/10696
### Type of issue Other (describe below) ### Description `Array.ConstrainedCopy` says: > Copies a range of elements from an `Array` starting at the specified source index and pastes them to...
### Type of issue Missing information ### Description This interface appears to be useful for capturing additional information into a structured form usable by structured loggers. But there is no...
### Type of issue Typo ### Description There is a hole in the documentation. There is a lot of information, but nothing about how the expression is sued and nothing...
The summary of the `Enumerable.Except` method is as follows: > Produces the set difference of two sequences. This is amended in the remark: > The set difference of two sets...
### Type of issue Missing information ### Description im trying to build a pipeline on azure devops and this error is appearing : ##[error]The following error occurred while loading the...
### Describe the issue or suggestion Please take a look at the code blocks on https://learn.microsoft.com/en-us/dotnet/api/system.linq.queryable.leftjoin?view=net-10.0 Those are way longer - and therefore harder to read - than they need...
Looks like .NET is now Free and Open Source Software. So, please, add a offline access to the API Docs :( Just like a PDF download button (like other documents),...
### Describe the issue or suggestion The german translation for system.collections.generic.dictionary is misleading https://learn.microsoft.com/de-de/dotnet/api/system.collections.generic.dictionary-2.tryadd?view=net-8.0 currently: `Im Gegensatz zum Dictionary-Indexer wird das Element nicht außer Kraft gesetzt,` should read `Im Gegensatz...