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

https://github.com/dotnet/dotnet-api-docs/blob/2d0e5e61b8635b57bdb26b42d879382252edfc62/snippets/csharp/System.Security.Cryptography/HMACSHA256/Overview/hmacsha256.cs#L110C17-L116C18 `storedHash` is directly taken from the source file, i.e. the potentially manipulated file. Would this loop not cause a timing vulnerability? The attacker could guess the first byte of...

area-System.Security
untriaged
Pri3

while I am using different FRP bypass tools my PC showing me the message "system.security.cryptography.x509certificatecollection system.net.http.httpclienthandler.getclientcertificate" what can I do? I installed dot.net full version but not working. my OS...

area-System.Security
needs-author-action
untriaged
Pri3

See https://github.com/dotnet/dotnet-api-docs/pull/9859#issuecomment-2079671166.

area-Infrastructure

Missing "default" in summary can easily lead to misunderstandings with Control.Padding

area-WinForms
community-contribution

The statement "If the source sequence contains only values that are null." is incomplete. If the source sequence contains only values that are null then what happens?

untriaged
Pri3
area-System.Linq

in .Net 8 new class was created to allow using lambdas anywhere that IQualityComparer is used. According to [https://github.com/dotnet/runtime/issues/101448](https://github.com/dotnet/runtime/issues/101448) the reasoning was that adding lambda functionality everywhere IEqualityComparer is used...

Pri3
area-System.Linq

The documentation for the `String.LastIndexOf` method needs to explicitly state whether the `startIndex` parameter is inclusive. This is relevant for looping. If I call `LastIndexOf` repeatedly in a loop and...

untriaged
Pri3
area-System.Runtime

Related to dotnet/docs#29893.

area-WPF

[DateTime.MinValue](https://learn.microsoft.com/en-us/dotnet/api/system.datetime.minvalue?view=net-8.0) says: > The value of this constant is equivalent to 00:00:00.0000000 UTC, January 1, 0001, in the Gregorian calendar. [DateTime.MaxValue](https://learn.microsoft.com/en-us/dotnet/api/system.datetime.maxvalue?view=net-8.0) says: > The value of this constant is equivalent...

untriaged
Pri3
area-System.DateTime