dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
### Type of issue Missing information ### Description I'm trying to get the User Secrects configuraiton source included, as explained in this comment: > load app [IConfiguration](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.configuration.iconfiguration?view=net-9.0-pp) from User Secrets...
### Type of issue Other (describe below) ### Description >This member is not available when concurrent garbage collection is enabled. See the runtime setting for information about how to disable...
### Type of issue Typo ### Description Please change the Japanese translation of Order to “順序” instead of "注文". ### Page URL https://learn.microsoft.com/ja-jp/dotnet/api/system.collections.concurrent.concurrentbag-1?view=net-8.0 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Collections.Concurrent/ConcurrentBag`1.xml ### Document...
### Type of issue Code doesn't work ### Description Hi, I'm using both LogPropertiesAttribute.Transitive = true and LogPropertiesAttribute.OmitReferenceName = true, but the log still contains the field name like _Metadata.RegionScope":"WW"....
### Type of issue Other (describe below) ### Description I'm trying to go to the page for .net framework 4.8, and I keep getting redirected to the latest version?? Also,...
1) Generate IntelliSense XML files for each namespace in dotnet/runtime (see instructions below) - use a specific tag so all APIs already exist in dotnet-api-docs. 2) Copy the IntelliSense XML...
### Type of issue Missing information ### Description I do not find the value corresponding to the two parameters of ```JsonPropertyInfo.Set``` delegate. I finally found that: - The first one...
### Type of issue Missing information ### Description According to https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/environment-processorcount-on-windows the environment variable `DOTNET_PROCESSOR_COUNT` ultimately sets the `ProcessorCount` property. This fact should be mentioned in the API doc. ###...
### Type of issue Code doesn't work ### Description There is a contradiction in the description of the called method in the documentation and in the source code: in the...
## Summary Added OpenFileDialog.Select the ReadOnly Property Value section, which includes information about the property's default value.