-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Insights: dotnet/dotnet-api-docs
Overview
Could not load contribution data
Please try again later
27 Pull requests merged by 7 people
-
Clarify order of signal handler execution for .NET 10
#11439 merged
Jun 25, 2025 -
Merge main into live
#11512 merged
Jun 25, 2025 -
Fix FromBase64Transform.CanTransformMultipleBlocks to not say "always false".
#11511 merged
Jun 25, 2025 -
Merge main into live
#11508 merged
Jun 24, 2025 -
Delete code examples from obsolete types (System.Security)
#11488 merged
Jun 23, 2025 -
CI Update - Package update
#11506 merged
Jun 23, 2025 -
Delete code examples from obsolete System.Web APIs
#11501 merged
Jun 23, 2025 -
Merge main into live
#11504 merged
Jun 21, 2025 -
Add missing project file
#11500 merged
Jun 20, 2025 -
Add link to RegEx docs
#11425 merged
Jun 20, 2025 -
Fix UnicodeRanges documentation
#11446 merged
Jun 20, 2025 -
Remove code examples from obsolete System.Workflow types
#11483 merged
Jun 20, 2025 -
Merge main into live
#11491 merged
Jun 20, 2025 -
Document ordering guarantee for X509Chain.ChainElements collection
#11475 merged
Jun 20, 2025 -
Add copilot instructions
#11484 merged
Jun 20, 2025 -
Document Unicode encoding behavior in Uri.GetLeftPart method
#11479 merged
Jun 20, 2025 -
Document Base64Url character encoding details in API reference
#11470 merged
Jun 20, 2025 -
Add format specifier documentation links to DebuggerDisplayAttribute properties
#11478 merged
Jun 20, 2025 -
Fix incorrect ThreeLetterWindowsLanguageName example for zh-Hant (CHT -> ZHH)
#11472 merged
Jun 20, 2025 -
Port some docs from IntelliSense
#11487 merged
Jun 19, 2025 -
Fix X509Certificate.GetSerialNumberString to indicate correct endianness
#11486 merged
Jun 19, 2025 -
Fix Utf8JsonWriter WriteXValue methods documentation to remove array-specific language
#11476 merged
Jun 19, 2025 -
[HTTP] Example for WinHttpHandler.ServerCertificateValidationCallback
#11463 merged
Jun 19, 2025 -
Merge main into live
#11482 merged
Jun 19, 2025 -
Fix formatting issue in OrderedDictionary<TKey,TValue> documentation
#11458 merged
Jun 19, 2025 -
Delete code examples from obsolete System.Workflow.Activities APIs
#11466 merged
Jun 19, 2025 -
Fix typo in TextFieldParser.ReadFields documentation
#11473 merged
Jun 19, 2025
12 Pull requests opened by 4 people
-
Fix FileStream.FlushAsync documentation to correctly describe its behavior
#11471 opened
Jun 19, 2025 -
Fix Task.WhenAny documentation typo: change "result value is true" to "This is true"
#11477 opened
Jun 19, 2025 -
Fix INumber.Sign documentation for zero return value
#11480 opened
Jun 19, 2025 -
Add missing TimeoutException to WaitAsync(TimeSpan, TimeProvider, CancellationToken) documentation
#11481 opened
Jun 19, 2025 -
Reorganize Visual Basic snippets to match C# namespace structure
#11490 opened
Jun 20, 2025 -
Reorganize VB snippets from VS_Snippets_CLR_Classic and VS_Snippets_CLR_System to match C# structure
#11493 opened
Jun 20, 2025 -
Delete code example text from obsolete types
#11502 opened
Jun 21, 2025 -
Remove claim of atomicity from Copy
#11505 opened
Jun 22, 2025 -
CI Update - Add additional package-provider monikers for .NET Framework
#11510 opened
Jun 24, 2025 -
Add missing exception documentation for DateTime.TryParseExact
#11513 opened
Jun 25, 2025 -
Fix system.diagnostics.process.standardoutput code snippets
#11515 opened
Jun 26, 2025 -
Fix missing forward slashes in Unix Snippet4 System.IO.Path.Combine(String, String, String, String)
#11516 opened
Jun 26, 2025
15 Issues closed by 5 people
-
x509
#11514 closed
Jun 26, 2025 -
CanTransformMultipleBlocks doc is outdated
#11509 closed
Jun 25, 2025 -
[email protected]
#11503 closed
Jun 21, 2025 -
UnicodeRanges static properties return incorrect range
#11434 closed
Jun 20, 2025 -
Ordering of X509Chain.ChainElements
#11359 closed
Jun 20, 2025 -
.GetLeftPart does unicode character encoding under the hood
#11253 closed
Jun 20, 2025 -
Mention the characters used in web-safe base64 encoding
#11469 closed
Jun 20, 2025 -
There should be a link to syntax of string parameter
#11288 closed
Jun 20, 2025 -
Example shows wrong Three Letter Code
#11388 closed
Jun 20, 2025 -
Erroneous information about the byte order of X509Certificate.GetSerialNumberString Method
#11485 closed
Jun 19, 2025 -
Utf8JsonWriter WriteXValue methods assume an array is being written to
#11360 closed
Jun 19, 2025 -
Formatting is messed up because of <para> tags (OrderedDictionary<TKey,TValue> Class)
#11457 closed
Jun 19, 2025 -
typo
#11361 closed
Jun 19, 2025 -
#````
#11474 closed
Jun 19, 2025 -
convert.todatetime with null value
#11464 closed
Jun 19, 2025
7 Issues opened by 4 people
-
Missing characters in Unix example under Combine(String, String, String, String)
#11507 opened
Jun 23, 2025 -
Use Copilot to organize VB snippet files
#11499 opened
Jun 20, 2025 -
What does it mean for HtmlDocument instances to be equal?
#11497 opened
Jun 20, 2025 -
Vector methods are missing inheritdoc docs
#11494 opened
Jun 20, 2025 -
Reorganize VB snippets - VS_Snippets_CLR_Classic and VS_Snippets_CLR_System
#11492 opened
Jun 20, 2025 -
Reorganize VB snippets - VS_Snippets_CLR
#11489 opened
Jun 20, 2025
12 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
FileStream.FlushAsync(CancellationToken) doesn't actually flush to the underlying device
#11433 commented on
Jun 19, 2025 • 0 new comments -
Sc
#11411 commented on
Jun 19, 2025 • 0 new comments -
Function name `ModPow` may break into `Mod` and `Pow` depending on display resolution or zoom
#11409 commented on
Jun 19, 2025 • 0 new comments -
Incorrect description about parameters in Timer() construction leading to incorrect behavior.
#11367 commented on
Jun 19, 2025 • 0 new comments -
What happens when one of the argument tasks throws an exception is unclear
#11350 commented on
Jun 19, 2025 • 0 new comments -
The INumber<T>.Sign method states the wrong return type for zero.
#11207 commented on
Jun 19, 2025 • 0 new comments -
The `Task.Wait` note should be copied to `Task.WaitAsync`
#11202 commented on
Jun 19, 2025 • 0 new comments -
`Task.WaitAsync(TimeSpan, TimeProvider, CancellationToken)` does not list `TimeoutException` as a possible exception
#11190 commented on
Jun 19, 2025 • 0 new comments -
The documentations of Vector*.Clamp/ConvertTo*Int*/Max/Min are unclear
#11280 commented on
Jun 20, 2025 • 0 new comments -
List of extension methods missing generic specializations
#7827 commented on
Jun 24, 2025 • 0 new comments -
Example code incorrectly calculates percentage
#11121 commented on
Jun 25, 2025 • 0 new comments -
Incomplete documentation on DateTime.TryParseExact
#10886 commented on
Jun 25, 2025 • 0 new comments