-
Notifications
You must be signed in to change notification settings - Fork 6k
Insights: dotnet/docs
Overview
Could not load contribution data
Please try again later
39 Pull requests merged by 13 people
-
Merge main into live
#47129 merged
Jul 8, 2025 -
Remove what's new page generation
#47095 merged
Jul 7, 2025 -
Minor fix in a threading sample
#47114 merged
Jul 7, 2025 -
Update package index with latest published versions
#47103 merged
Jul 7, 2025 -
Add an example of using
UnscopedRefAttribute
to fix CS8170#47078 merged
Jul 7, 2025 -
Document Http3Support feature switch
#47084 merged
Jul 7, 2025 -
Fix property value errors
#47082 merged
Jul 7, 2025 -
Merge main into live
#47100 merged
Jul 4, 2025 -
Monthly chores: Use relative links
#47040 merged
Jul 3, 2025 -
Monthly chores: Delete orphaned images
#47041 merged
Jul 3, 2025 -
Update package index with latest published versions
#47087 merged
Jul 3, 2025 -
Merge main into live
#47085 merged
Jul 3, 2025 -
Improve contravariance example in "Using Variance in Delegates" documentation
#47052 merged
Jul 2, 2025 -
Update package index with latest published versions
#47077 merged
Jul 2, 2025 -
Fix typo
#47069 merged
Jul 2, 2025 -
Fix COM threading issue in Office interop examples (HRESULT 0x8001010A)
#47050 merged
Jul 2, 2025 -
Add documentation for object initializer syntax without 'new' keyword
#47036 merged
Jul 2, 2025 -
Add using statement guidance for extension methods in LINQ tutorial
#47051 merged
Jul 2, 2025 -
Enhance XML documentation for href attribute and br tag usage
#47049 merged
Jul 2, 2025 -
Add documentation for missing HTML formatting tags in C# XML documentation
#47053 merged
Jul 2, 2025 -
Fix incorrect protected access modifier documentation and code comments
#47038 merged
Jul 2, 2025 -
Update lambda expression documentation to clarify method call behavior in expression trees
#47037 merged
Jul 2, 2025 -
Add expression-bodied members examples with parameters
#47035 merged
Jul 2, 2025 -
Add XML roundtripping documentation for carriage return entities
#47034 merged
Jul 2, 2025 -
Bump the dotnet group with 1 update
#47070 merged
Jul 2, 2025 -
Bump the dotnet group with 1 update
#47068 merged
Jul 2, 2025 -
Bump the dotnet group with 1 update
#47066 merged
Jul 2, 2025 -
Bump the dotnet group with 1 update
#47065 merged
Jul 2, 2025 -
Bump the dotnet group with 1 update
#47064 merged
Jul 2, 2025 -
Bump the dotnet group with 1 update
#47062 merged
Jul 2, 2025 -
Bump the dotnet group with 1 update
#47061 merged
Jul 2, 2025 -
Merge main into live
#47057 merged
Jul 2, 2025 -
Update distribution-packaging.md
#46910 merged
Jul 1, 2025 -
Update package index with latest published versions
#47046 merged
Jul 1, 2025 -
What's new article
#47043 merged
Jul 1, 2025 -
Adding ms.update-cycle
#46988 merged
Jul 1, 2025 -
Monthly chores: Delete orphaned articles
#47042 merged
Jul 1, 2025 -
Mention DOTNET_ env vars in collect-dumps-crash.md
#46788 merged
Jul 1, 2025 -
Merge main into live
#47044 merged
Jul 1, 2025
29 Pull requests opened by 16 people
-
July patch Tuesday release notes.
#47054 opened
Jul 1, 2025 -
Fix Resource Monitoring sample app
#47058 opened
Jul 2, 2025 -
Clarify DOTNET_ROOT documentation
#47059 opened
Jul 2, 2025 -
Add note about NRT runtime behavior changes in libraries
#47071 opened
Jul 2, 2025 -
Benefits of unsafe code are ambiguously stated
#47073 opened
Jul 2, 2025 -
Compare async/await to ContinueWith
#47075 opened
Jul 2, 2025 -
type matching, they talk about 4 cases but aren't the 2nd and the 3rd identical?
#47076 opened
Jul 2, 2025 -
Adegeo/41489/deploy
#47079 opened
Jul 3, 2025 -
[WIP] Docs - GitHub Copilot App Modernization for .NET
#47083 opened
Jul 3, 2025 -
Add comprehensive COM object cleanup documentation and examples for Excel Interop
#47088 opened
Jul 3, 2025 -
Clarify how to access Syntax Visualizer symbol commands via right-click context menu
#47089 opened
Jul 3, 2025 -
Fix overstatement about nullable reference types runtime protection
#47090 opened
Jul 3, 2025 -
Fix static field documentation to clarify storage behavior for generic types
#47091 opened
Jul 3, 2025 -
Add concrete examples to semantic versioning documentation for beginners
#47092 opened
Jul 3, 2025 -
Add notes about `dnx`
#47094 opened
Jul 3, 2025 -
Added UWP to the .NET Implementations list
#47097 opened
Jul 3, 2025 -
Correct the typo of `list` instead of `dry-run` in `dotnet core uninstall` command
#47098 opened
Jul 3, 2025 -
dotnet dump docs: mention Triage dump type
#47107 opened
Jul 5, 2025 -
Correct type reference in sentence of IHttpClientFactory with .NET documentation
#47110 opened
Jul 5, 2025 -
Fix the link for the `dotnet-tools-list` in the dotnet tools page
#47111 opened
Jul 5, 2025 -
Improve clarity of protected access modifier documentation with unified examples and comparison table
#47117 opened
Jul 7, 2025 -
Fix nint/nuint constants documentation to clarify compile-time vs runtime ranges
#47118 opened
Jul 7, 2025 -
[WIP] Why CS0236
#47119 opened
Jul 7, 2025 -
Fix Roslyn analyzer tutorial: Correct test case categorization
#47120 opened
Jul 7, 2025 -
Clarify shebang requirement for running C# files directly on Unix systems.
#47121 opened
Jul 7, 2025 -
Update package index with latest published versions
#47123 opened
Jul 7, 2025 -
Update unsafe code doc
#47124 opened
Jul 7, 2025 -
WIP Add marshaller shape docs to docs with better explanations
#47125 opened
Jul 8, 2025 -
Fix compile error in source-generation.md
#47128 opened
Jul 8, 2025
29 Issues closed by 5 people
-
Tupuutamadre 👑
#47122 closed
Jul 7, 2025 -
decimal isn't float128. C# reference is misleading.
#24941 closed
Jul 7, 2025 -
Method parameter names scoping change for `nameof`
#24068 closed
Jul 7, 2025 -
Remove "what's new in docs" docs
#47093 closed
Jul 7, 2025 -
CS8170 Should Mention the ability to use [UnscopedRef] and explain the implications.
#46499 closed
Jul 7, 2025 -
In AppHostDotNetSearch, the valid value is "EnvironmentVariable" instead of "EnvironmentVariables".
#47081 closed
Jul 7, 2025 -
.ugalleryvault
#47109 closed
Jul 7, 2025 -
ssfsf
#47115 closed
Jul 7, 2025 -
if (condition) // Missing statement here before a closing brace or another keyword else { ... }
#46904 closed
Jul 5, 2025 -
ia
#47105 closed
Jul 5, 2025 -
see and seealso elements support more than cref but it is not documented
#22279 closed
Jul 3, 2025 -
Not able to understand the example
#18540 closed
Jul 2, 2025 -
Typo error in article ...
#47045 closed
Jul 2, 2025 -
Example with standard Error System.Runtime.InteropServices.COMException: HRESULT: 0x8001010A
#18862 closed
Jul 2, 2025 -
Missing docs and example on object initializer that lacks a `new` keyword
#12979 closed
Jul 2, 2025 -
Program.cs snippets missing using statement for extension methods
#18562 closed
Jul 2, 2025 -
CS0659 is not part of the TOC
#20927 closed
Jul 2, 2025 -
Implicit typing inside a foreach statement
#20205 closed
Jul 2, 2025 -
see href attribute and br
#18859 closed
Jul 2, 2025 -
Missing elements
#18918 closed
Jul 2, 2025 -
Wrong information in first protected example
#17445 closed
Jul 2, 2025 -
Method calls can be used in expression trees, as long as the provider understands them
#13323 closed
Jul 2, 2025 -
Expression-bodied members section needs examples with parameters
#11790 closed
Jul 2, 2025 -
Missing discussion on how to roundtrip XML with carriage return entities
#9680 closed
Jul 2, 2025 -
More detail needed on defaults (AddStandardResilienceHandler)
#39822 closed
Jul 2, 2025 -
The Explore C# 8 try-samples are missing later preview features
#18111 closed
Jul 1, 2025 -
test
#47047 closed
Jul 1, 2025 -
CSO103
#46791 closed
Jul 1, 2025
19 Issues opened by 17 people
-
Form1.Designer.vb
#47127 opened
Jul 8, 2025 -
Form1.Designer.vb
#47126 opened
Jul 8, 2025 -
Discuss this article in stages: one for `virtual` and `override`, and another for `new`.
#47116 opened
Jul 7, 2025 -
Op
#47113 opened
Jul 6, 2025 -
Missing macOS-specific checksum validation instructions
#47112 opened
Jul 6, 2025 -
Clarification needed: Running by the command `./hello-world.cs`
#47108 opened
Jul 5, 2025 -
dotnet dump docs doesn't mention Triage dump type
#47106 opened
Jul 5, 2025 -
Completely false statement about generic interface inheriting from non-generic interface
#47104 opened
Jul 4, 2025 -
Name 'Azure Cognitive Search' is outdated and should be 'Azure AI Search'
#47102 opened
Jul 4, 2025 -
Inconsistent Embedded Resource Naming Rules Between Directory Names and Filenames in MSBuild
#47101 opened
Jul 4, 2025 -
Incorrect link
#47099 opened
Jul 4, 2025 -
Missing UWP in .NET implementations list
#47096 opened
Jul 3, 2025 -
There is no clear indication whether resolving services from DI is thread safe
#47086 opened
Jul 3, 2025 -
Deploy with VS needs a major rewrite
#47080 opened
Jul 3, 2025 -
[New article]: Capturing CPU and memory metrics using cgroup aware APIs.
#47072 opened
Jul 2, 2025 -
Wrong documentation about IHostApplicationBuilder configuration
#47060 opened
Jul 2, 2025 -
Map to ASP.NET Core logging
#47056 opened
Jul 2, 2025 -
Incorrect command in Description
#47048 opened
Jul 1, 2025
34 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.
-
Add quickstart for minimal MCP Server using .NET and publish to NuGet
#47007 commented on
Jul 7, 2025 • 40 new comments -
Update cluster-management.md
#46994 commented on
Jul 4, 2025 • 1 new comment -
Compare async/await to ContinueWith
#21296 commented on
Jul 3, 2025 • 0 new comments -
Update F1 keywords for tokens with multiple uses
#20799 commented on
Jul 3, 2025 • 0 new comments -
Benefits of unsafe code are ambiguously stated
#20665 commented on
Jul 3, 2025 • 0 new comments -
Excel Interop Programming Example Feedback
#22316 commented on
Jul 4, 2025 • 0 new comments -
Incorrect statement about increment/decrement operator overloading in C# docs
#46891 commented on
Jul 7, 2025 • 0 new comments -
There are no "View TypeSymbol (if any)" command in Syntax Visualizer
#22669 commented on
Jul 7, 2025 • 0 new comments -
Article contains wrongful information
#22704 commented on
Jul 7, 2025 • 0 new comments -
'class field' might be more in place than 'static field'
#22805 commented on
Jul 7, 2025 • 0 new comments -
Semantic Versioning
#23343 commented on
Jul 7, 2025 • 0 new comments -
Add new roslyn analyzer tutorial and update the existing one if applicable
#23837 commented on
Jul 7, 2025 • 0 new comments -
Create tests for valid declarations: Some tests the writeup says should fail do not fail
#23501 commented on
Jul 8, 2025 • 0 new comments -
Why CS0236
#24369 commented on
Jul 8, 2025 • 0 new comments -
`nint` and `nuint` types Constants specifies range for 32-bit process
#24287 commented on
Jul 8, 2025 • 0 new comments -
It's not clear difference between protected, private protected, and protected internal from given example.
#23465 commented on
Jul 8, 2025 • 0 new comments -
Move unmanaged APIs for Metadata to /core folder
#46991 commented on
Jul 3, 2025 • 0 new comments -
Move .NET Core unmanaged APIs to /core folder
#37227 commented on
Jul 1, 2025 • 0 new comments -
confusing: Users of the application have to separately install the .NET runtime.
#41489 commented on
Jul 1, 2025 • 0 new comments -
[Breaking change]: System.Drawing OutOfMemoryException changed to ExternalException
#46057 commented on
Jul 1, 2025 • 0 new comments -
[C# 14-Errors and warnings]: New Feature - strings in data section
#46454 commented on
Jul 1, 2025 • 0 new comments -
[C# 14-Errors and warnings]: New Feature - User defined compound operators
#46452 commented on
Jul 1, 2025 • 0 new comments -
Add remaining missing errors in C# 12
#45118 commented on
Jul 1, 2025 • 0 new comments -
Requesting for "XML documentation comments" page to be added to the C# Tutorials page.
#27639 commented on
Jul 1, 2025 • 0 new comments -
Add introduction to creating data types
#22671 commented on
Jul 1, 2025 • 0 new comments -
[C# 14-Tutorials]: New Feature - Extensions
#45612 commented on
Jul 1, 2025 • 0 new comments -
[C# 14-Tutorials]: New Feature - User defined compound assignment operators
#46101 commented on
Jul 1, 2025 • 0 new comments -
[C# 14-Errors and warnings]: New Feature - projectless compile
#46451 commented on
Jul 1, 2025 • 0 new comments -
[C# 14-Errors and warnings]: New Feature - `extension` as an identifier
#46453 commented on
Jul 1, 2025 • 0 new comments -
Repo chores - July 2025
#46530 commented on
Jul 2, 2025 • 0 new comments -
[C# 14-Tutorials]: New Feature - file-based programs
#46926 commented on
Jul 2, 2025 • 0 new comments -
[UUF] Code is incorrect
#46351 commented on
Jul 3, 2025 • 0 new comments -
Explain when NRT *may* change runtime behavior
#19633 commented on
Jul 3, 2025 • 0 new comments -
type matching, they talk about 4 cases but aren't the 2nd and the 3rd identical?
#22163 commented on
Jul 3, 2025 • 0 new comments