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 111 dotnet-api-docs issues
Sort by recently updated
recently updated
newest added

issue finds in documentation related to functions SerializeToElement() which return a JsonElement, not a JsonDocument. ## Summary Adjusted the documentation Fixes #Issue_Number (if available)

area-System.Text.Json
community-contribution

"The example result is wrong, I tested it on .NET 8, the result is: Size: 32 b1 Offset: 0 b2 Offset: 1 i3 Offset: 4 a4 Offset: 8 d5 Offset:...

area-System.Runtime.InteropServices
:world_map: reQUEST

I came here from [the GCHandle.Free F# page](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.gchandle.free?view=net-8.0#system-runtime-interopservices-gchandle-free). The page should say more: 1. Even after `GCHandle.Free()` is called, the object itself can still be used by any code that...

untriaged
Pri3
area-System.Runtime.InteropServices

Pri3
needs-area-label
:world_map: reQUEST

The link to the referenced "[Creating a Package with a Digital Signature Sample](https://go.microsoft.com/fwlink/?LinkID=159966)" results in a 404 error. This seems to be consistent in a few places where this sample...

untriaged
Pri3
area-System.IO
:world_map: reQUEST

In reference to https://github.com/dotnet/runtime/issues/101438 I have been looking for a way to determine the Nullability of "string?" Properties on DTOs during runtime. But this happens mostly during compile-time and gets...

help wanted
Pri3
area-System.Reflection

The doc for Manual says: > The application manually provides the client certificates to the [WebRequestHandler](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.webrequesthandler?view=net-8.0). This value is the default. Unfortunately, WebRequestHandler is only available in .net 4.8.1 -...

area-System.Net
untriaged
Pri3

https://github.com/dotnet/runtime/pull/42476 seems to have moved ScaleB from a C-runtime call to a managed implementation.\ [The documentation](https://learn.microsoft.com/en-us/dotnet/api/system.math.scaleb?view=net-8.0), however, still has a remark that the underlying C runtime is called. Since this...

untriaged
Pri3
area-System.Numerics

Visual Basic form1, HOW to enter INT variable values with keyboard?

needs-author-action
untriaged
Pri3
area-Microsoft.VisualBasic