dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)

Results 470 dotnet-api-docs issues
Sort by recently updated
recently updated
newest added

1. the [LINQ docs C# samples](https://github.com/dotnet/dotnet-api-docs/tree/main/snippets/csharp/System.Linq) consist of 7 projects to showcase **IEnumerable** and **IQueryable** unfortunately much code unnecessarily invokes **AsQueryable()** despite simpler **IEnumerable** method implementations existing [thus such guidance...

untriaged
Pri3
area-System.Linq

Going by the Blog post here, https://learn.microsoft.com/en-us/archive/blogs/jeremykuhne/net-4-6-2-and-long-paths-on-windows-10, it is inferred you need to meet all 3 criteria Dotnet 4.6.2 or later Target (and not overriding the behavior with AppContextSwitchOverrides) [NTFS...

untriaged
Pri3
area-System.IO

### Background and motivation Testability is a motivation for introduction of `TimeProvider` class, thus it would be benefitial for the developers to find out about extras from the documntation. Curruntly...

untriaged
Pri3
area-System.DateTime

## Summary - New remarks section describing the change in .NET 5 to use the ICU library, which changes the default sort order and affects the behaviour of comparing against...

## Summary This PR clarifies return of default value in `ConfigurationBinder.GetValue(...)`. `ConfigurationBinder.GetValue(...)` returns null if the specified key is not found in the `IConfiguration`, which is not apparent or documented,...

area-Extensions-Configuration
community-contribution

[`Path.GetFullPath`](https://learn.microsoft.com/en-us/dotnet/api/system.io.path.getfullpath?view=net-8.0) is documented in part as follows: > If a path contains no significant characters, it is invalid unless it contains one or more "." characters followed by any number...

untriaged
Pri3
area-System.IO

I'm looking at JsonSerialisation options, specifically the [`IndentSize` property](https://learn.microsoft.com/en-us/dotnet/api/system.text.json.jsonserializeroptions.indentsize?view=net-8.0). I have clearly selected .NET 8, the "Applies to" table specifies that it's applicable to .NET 8, however it is not....

untriaged
Pri3
area-System.Runtime

The documentation for .Net6 [here](https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutablearray-1.slice?view=net-6.0#system-collections-immutable-immutablearray-1-slice(system-int32-system-int32)) suggests that a `.Slice()` method exists, however I cannot find it in .Net 6. It appears that the method is implemented as part of `System.Collections.Immutable...

untriaged
Pri3
area-System.Collections

## Summary Remove reference to MailKit as we should not be recommending third party tools (it is up to the user to determine whether a third party tool is appropriate)....

area-System.Net

Right now, for a referencing a member just the member's name is shown, (and linked). That is ideal for members on the current type or a base type. However, it...

untriaged
Pri3
area-System.Runtime