- Notifications
You must be signed in to change notification settings - Fork4.1k
Insights: dotnet/roslyn
Overview
Could not load contribution data
Please try again later
19 Pull requests merged by9 people
- Extensions: add test for function type scenario
#79323 merged
Jul 22, 2025 - [automated] Merge branch 'main' => 'main-vs-deps'
#79506 merged
Jul 22, 2025 - [automated] Merge branch 'main' => 'main-vs-deps'
#79504 merged
Jul 21, 2025 - [main] Update dependencies from dotnet/arcade
#79450 merged
Jul 21, 2025 - [release/dev17.14] Update dependencies from dotnet/arcade
#78867 merged
Jul 21, 2025 - Fix exception when requesting additional file diagnostics
#79501 merged
Jul 21, 2025 - [automated] Merge branch 'main' => 'main-vs-deps'
#79477 merged
Jul 21, 2025 - Remove asynchrony from service registration
#79493 merged
Jul 21, 2025 - Don't mark special compiler synthesized members as obsolete
#79496 merged
Jul 21, 2025 - Fix name declaration completion in primary constructor parameters
#79497 merged
Jul 21, 2025 - Extensions: fix issue with GetParameterOrExtensionParameter
#79402 merged
Jul 21, 2025 - Generate complogs on build failure
#79446 merged
Jul 21, 2025 - Merge 'main' into 'extensions'
#79485 merged
Jul 21, 2025 - Use globs in .projitems for source packages
#79480 merged
Jul 21, 2025 - Do not place SuppressMessage attributes on an extension block
#79492 merged
Jul 21, 2025 - Ignore all targets of MS.CA.Threading.Package in rebuild
#79495 merged
Jul 21, 2025 - Find add-using results in SG docs
#79490 merged
Jul 21, 2025 - Do not remove usings/imports in code-cleanup when file has syntax errors
#79484 merged
Jul 21, 2025 - Allow Razor to create a formatting options, and send them to OOP
#79458 merged
Jul 21, 2025
8 Pull requests opened by6 people
- [main] Source code updates from dotnet/dotnet
#79483 opened
Jul 21, 2025 - Locate usable MSBuild when launching .NET Core BuildHost
#79494 opened
Jul 21, 2025 - Make attachdebugger flag work on non-Windows
#79499 opened
Jul 21, 2025 - *** DO NOT MERGE: PR for commit 36cfe8f
#79502 opened
Jul 21, 2025 - *** DO NOT MERGE: Create PR for commit 907aa6a
#79503 opened
Jul 21, 2025 - Baseline struct lifting tests
#79505 opened
Jul 21, 2025 - Fix issue with source generator diagnostics not refreshing on save in…
#79507 opened
Jul 22, 2025 - Do not do full cleanup when we are formatting a new document
#79508 opened
Jul 22, 2025
14 Issues closed by4 people
- Delete AbstractPackage.RegisterService used by TempPE registration
#79395 closed
Jul 21, 2025 - VB.Net compiler does not handle attribute correctly
#79413 closed
Jul 21, 2025 - IndexOutOfRangeException in overload resolution of C# 14 extensions
#79193 closed
Jul 21, 2025 - Do not suggest to suppress a diagnostic using `SuppressMessageAttribute` on `extension`
#79375 closed
Jul 21, 2025 - VS do not offer add using light bulb fix for CsWin32 generated types
#79462 closed
Jul 21, 2025 - code cleanup removes all using statements
#79463 closed
Jul 21, 2025 - StreamJsonRpc.RemoteInvocationException sometimes when i Copy/Paste text in files
#79488 closed
Jul 21, 2025 - Reloading solution doesn't launch analyzer
#79486 closed
Jul 21, 2025 - Unexpected value 'Preprocessing' of type 'Microsoft.CodeAnalysis.SymbolKind'
#78569 closed
Jul 21, 2025 - [Bug/Enhancement] Improve type inference for method groups
#79259 closed
Jul 21, 2025
3 Issues opened by3 people
- Compilation.IsSymbolAccessibleWithin and EmbeddedAttribute
#79498 opened
Jul 21, 2025 - "Extract Method" handles variables defined from pattern matching poorly
#79489 opened
Jul 21, 2025 - Dotnet format array spread operator styling
#79482 opened
Jul 21, 2025
23 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.
- Extensions: address or split remaining open issues directly associated with test plan
#79452 commented on
Jul 21, 2025 • 18 new comments - Fix receiver capturing for various extension scenarios
#79472 commented on
Jul 21, 2025 • 5 new comments - Propagate dotnet run-api errors more clearly
#79445 commented on
Jul 21, 2025 • 4 new comments - Fix ref safety of implicit calls that might capture refs in the receiver
#76657 commented on
Jul 21, 2025 • 2 new comments - Update debugger contracts to 18.0.0-beta.25353.1
#79277 commented on
Jul 21, 2025 • 1 new comment - feat(formatter): Add configurable parameter wrapping for conditionals and method call chains
#79377 commented on
Jul 21, 2025 • 0 new comments - Remove UI thread use of UIContext
#79347 commented on
Jul 21, 2025 • 0 new comments - Cleanup split between lexer and sliding-text-window
#79205 commented on
Jul 21, 2025 • 0 new comments - [release/dev17.12] Update dependencies from dotnet/arcade
#78713 commented on
Jul 21, 2025 • 0 new comments - Source Link support in Go To Definition
#55834 commented on
Jul 22, 2025 • 0 new comments - An unexpected error during async rewrite of generic compound assignment to a member of an RValue
#79415 commented on
Jul 21, 2025 • 0 new comments - CA1822 False positive/conflict with new Extension syntax
#78858 commented on
Jul 21, 2025 • 0 new comments - Possible bug in NullabilityRewriter code generator
#79132 commented on
Jul 21, 2025 • 0 new comments - Requesting classification of `Script` with `SourceCodeKind.Script` as the parse kind
#79146 commented on
Jul 21, 2025 • 0 new comments - Field keyword becomes an IInvalidOperation in OperationWalker
#79201 commented on
Jul 21, 2025 • 0 new comments - Extension: foreach in nested method in new extension methods will cause a compiler exception
#79212 commented on
Jul 21, 2025 • 0 new comments - Unexpected order of custom modifiers read from metadata
#79344 commented on
Jul 21, 2025 • 0 new comments - Disabled Test: TestWin32ResWithBadResFile_CS1583ERR_BadWin32Res_01
#79351 commented on
Jul 21, 2025 • 0 new comments - Extensions: follow-up to confirm effect of Endianness on marker type name
#79374 commented on
Jul 21, 2025 • 0 new comments - Extensions: follow-ups related to `using` directives
#79440 commented on
Jul 21, 2025 • 0 new comments - Extensions: consider adjusting receiver requirements for extension members
#79451 commented on
Jul 21, 2025 • 0 new comments - LocalRewriter.TransformPropertyOrEventReceiver can return expression without rewriting it
#79466 commented on
Jul 21, 2025 • 0 new comments - Unskip VirtualProjectXmlProviderTests.GetProjectXml_FileBasedProgram_SdkTooOld_01
#79464 commented on
Jul 21, 2025 • 0 new comments