-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Insights: dotnet/roslyn
Overview
Could not load contribution data
Please try again later
39 Pull requests merged by 12 people
-
Merge to main-vs-deps
#78864 merged
Jun 8, 2025 -
call TryGetValue to get dictionary entry
#78863 merged
Jun 8, 2025 -
[automated] Merge branch 'main' => 'main-vs-deps'
#78848 merged
Jun 8, 2025 -
Switch off of mutlidictionary
#78851 merged
Jun 6, 2025 -
Revert "Refactoring of extension methods in source packages (#78620)"
#78850 merged
Jun 6, 2025 -
Don't output empty blank lines for ValueTypes in bound nodes
#78844 merged
Jun 6, 2025 -
Extensions: relax inferrability rule
#78758 merged
Jun 6, 2025 -
[automated] Merge branch 'main' => 'main-vs-deps'
#78846 merged
Jun 6, 2025 -
Extensions: use specific tracking issues for different areas
#78834 merged
Jun 6, 2025 -
Initial support for
++
/--
extension operators#78810 merged
Jun 6, 2025 -
[automated] Merge branch 'main' => 'main-vs-deps'
#78838 merged
Jun 5, 2025 -
Avoid ignored directive errors in disabled regions
#78158 merged
Jun 5, 2025 -
Track changed text instead of clearing immediate window.
#78831 merged
Jun 5, 2025 -
Restore some parts of the progression api some legacy components (like codemap) use.
#78836 merged
Jun 5, 2025 -
Add a fallback path when launching the BuildHost
#78826 merged
Jun 5, 2025 -
Fix LSP references for using alias
#78819 merged
Jun 5, 2025 -
EnC: Partial solution updates
#78744 merged
Jun 5, 2025 -
Fix corruption of sliding text window when trying to peek backwards.
#78774 merged
Jun 5, 2025 -
[automated] Merge branch 'main' => 'main-vs-deps'
#78825 merged
Jun 5, 2025 -
Decouple EditorFeatures.Test.Utilities from VS services
#78821 merged
Jun 4, 2025 -
Extensions: fix lowering of implicit conversion on receiver in pattern-based scenarios
#78685 merged
Jun 4, 2025 -
Extensions: mark skeleton type with 'specialname'
#78690 merged
Jun 4, 2025 -
[automated] Merge branch 'main' => 'main-vs-deps'
#78820 merged
Jun 4, 2025 -
Clean up HasDuplicates extension method
#78808 merged
Jun 4, 2025 -
[automated] Merge branch 'main' => 'main-vs-deps'
#78809 merged
Jun 3, 2025 -
Fix VB remove-imports not showing up
#78806 merged
Jun 3, 2025 -
add the schedule back to main-merge
#78807 merged
Jun 3, 2025 -
Improve applicability to receiver type check for extension binary operators
#78728 merged
Jun 3, 2025 -
Initial support for conditional logical binary extension operators
#78706 merged
Jun 3, 2025 -
Refactoring of extension methods in source packages
#78620 merged
Jun 3, 2025 -
EnC: Simplify diagnostic reporting
#78708 merged
Jun 3, 2025 -
Add main to main-vs-deps flow
#78798 merged
Jun 3, 2025 -
Directly create virtual project when dotnet run-api is missing for now
#78788 merged
Jun 2, 2025 -
Updates to unblock dartlab pipeline
#78793 merged
Jun 2, 2025 -
Ensure sln load uses project absolute paths
#78772 merged
Jun 2, 2025 -
Remove workarounds for bugs that have been fixed
#78779 merged
Jun 2, 2025 -
Remove a workaround we had for an old version of Copilot
#78780 merged
Jun 2, 2025 -
Avoid dereferencing null CheckConstraintsArgs.CurrentCompilation
#78729 merged
Jun 2, 2025
22 Pull requests opened by 11 people
-
Keep parse options in the result of `SyntaxFactory.Parse*` methods
#78790 opened
Jun 2, 2025 -
Second attempt at updating versions
#78796 opened
Jun 2, 2025 -
Merge vscode release 2.80.14 into release/vscode
#78801 opened
Jun 2, 2025 -
[main] Update dependencies from dotnet/arcade
#78804 opened
Jun 3, 2025 -
[main] Source code updates from dotnet/dotnet
#78805 opened
Jun 3, 2025 -
Expose `IsIterator` as a public API
#78813 opened
Jun 4, 2025 -
Why: Do not return any type information for a ObjectCreatio…?
#78815 opened
Jun 4, 2025 -
WIP: Sliding text window simplification.
#78817 opened
Jun 4, 2025 -
Fix await completion in an async iterator
#78823 opened
Jun 4, 2025 -
Refactor binary operator binding in preparation for future work.
#78832 opened
Jun 5, 2025 -
Move to the regular scouting image for integration CI
#78833 opened
Jun 5, 2025 -
Remove synchronous rename
#78839 opened
Jun 5, 2025 -
Add more ETW events to trace assembly loading
#78840 opened
Jun 6, 2025 -
Follow up on decisions for extension operators (LDM-2025-06-04)
#78842 opened
Jun 6, 2025 -
Extensions: address some follow-up comments
#78847 opened
Jun 6, 2025 -
Razor assembly redirector
#78852 opened
Jun 6, 2025 -
Switch behavior of "Go to definition" and "Go to implementation" for partial members
#78857 opened
Jun 7, 2025 -
Switch to existing helpers for multi-dictionary use
#78862 opened
Jun 8, 2025 -
Assembly refs
#78865 opened
Jun 9, 2025 -
Add VSTypeScriptAsynchronousTaggerProvider2 for TypeScript that avoids TemporaryArray
#78866 opened
Jun 9, 2025 -
[release/dev17.14] Update dependencies from dotnet/arcade
#78867 opened
Jun 9, 2025
20 Issues closed by 9 people
-
Integration test failures in Roslyn dartlab CI
#75883 closed
Jun 9, 2025 -
In Visual Studio 17.14.0 is missing the option to convert standard constructor to primary constructor
#78613 closed
Jun 8, 2025 -
IDE0066 Suggests code that doesn't compile for implicitly convertable types
#44572 closed
Jun 7, 2025 -
Fail to compile C# 14.0 extension with interface constraint using implicit additional type parameters
#78472 closed
Jun 6, 2025 -
do not indent case blocks by default
#78845 closed
Jun 6, 2025 -
AnalysisLevel property does not affect Code Style
#63036 closed
Jun 5, 2025 -
Ignored directives report errors in disabled regions
#78157 closed
Jun 5, 2025 -
EnC: support for partial solution updates
#78244 closed
Jun 5, 2025 -
Should Microsoft.CodeAnalysis.Workspaces.MSBuild be exposing MSBuild references?
#75058 closed
Jun 4, 2025 -
[Automated] PRs inserted in VS build feature.telemetry.d18OpenTelemetry-10703.197
#78814 closed
Jun 4, 2025 -
[Automated] PRs inserted in VS build feature.Wix5-10703.29
#78812 closed
Jun 4, 2025 -
Remove unused usings is getting cancelled for no reason
#78799 closed
Jun 3, 2025 -
Visual Studio is crashing after latest update to the new version of 17.14
#78680 closed
Jun 3, 2025 -
One line of code causes an IDE exception
#78802 closed
Jun 3, 2025 -
[Automated] PRs inserted in VS build feature.debugger.main-10702.70
#78803 closed
Jun 3, 2025 -
Delete the workaround for CodeLens tests failing
#77995 closed
Jun 2, 2025 -
ReduceExtensionMethod throw NullReferenceException when specifying `ref struct` symbol as receiverType
#78430 closed
Jun 2, 2025 -
[Automated] PRs inserted in VS build main-10701.20
#78789 closed
Jun 2, 2025
21 Issues opened by 16 people
-
Expose `DeclarationModifiers.Fixed` publicly
#78861 opened
Jun 8, 2025 -
Exception is thrown in SyntaxEditor when adding a delegate declaration to an interface declaration
#78860 opened
Jun 8, 2025 -
CA1708 when using multiple extension blocks in the same class
#78859 opened
Jun 7, 2025 -
CA1822 False positive/conflict with new Extension syntax
#78858 opened
Jun 7, 2025 -
Issue with invalid Project Dependency Graph
#78843 opened
Jun 6, 2025 -
IDE0048 not issued for chained arithmetic and null-coalescing operator
#78841 opened
Jun 6, 2025 -
IDE0130 Warning uses Symbol name instead of directory path for new files
#78837 opened
Jun 5, 2025 -
Microsoft.Build.Tasks.CodeAnalysis.deps.json mentions a vulnerable version of Microsoft.Build.Tasks.Core
#78835 opened
Jun 5, 2025 -
Extensions: diagnostic quality follow-ups
#78830 opened
Jun 5, 2025 -
Extensions: indexer follow-ups
#78829 opened
Jun 5, 2025 -
Extensions: nullability follow-ups
#78828 opened
Jun 5, 2025 -
Extensions: optimization and code improvement follow-ups
#78827 opened
Jun 5, 2025 -
```async``` fixer incorrect for IAsyncEnumerable
#78822 opened
Jun 4, 2025 -
InlayHint "insert text" is not valid for collection expressions
#78818 opened
Jun 4, 2025 -
`Adding missing usings...` (and covering my code)
#78816 opened
Jun 4, 2025 -
Disable CSharpImmediate.DumpLocalVariableValue and BasicImmediate.DumpLocalVariableValue
#78811 opened
Jun 4, 2025 -
`switch` keyword not recommended after invocation expression
#78800 opened
Jun 2, 2025 -
Code Analysis Failing With Exceptions thrown
#78797 opened
Jun 2, 2025 -
Assertion failed when running "Remove unnecessary imports"
#78795 opened
Jun 2, 2025 -
VB compilation crashes when made of 2 syntax trees with top-level statements
#78792 opened
Jun 2, 2025 -
Recent Solution Explorer Progression changes appear to have broken VS tests
#78791 opened
Jun 2, 2025
48 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: allow cref references to extension members
#78735 commented on
Jun 4, 2025 • 20 new comments -
Remove most remaining uses of WorkspaceChanged off the UI thread
#78778 commented on
Jun 3, 2025 • 8 new comments -
Disable TransitiveVersioningPinning for RoslynAnalyzers.
#78747 commented on
Jun 5, 2025 • 6 new comments -
Support interpolated string handlers in extension blocks
#78425 commented on
Jun 4, 2025 • 3 new comments -
Move Semantic tests to NetLatest
#78453 commented on
Jun 5, 2025 • 2 new comments -
Implement compiler support for System.Runtime.InteropServices.ExtendedLayoutAttribute
#78741 commented on
Jun 4, 2025 • 1 new comment -
Add prefer trailing commas code-style option
#54859 commented on
Jun 3, 2025 • 1 new comment -
Can't disable the empty line after file-scoped namespaces.
#78784 commented on
Jun 6, 2025 • 0 new comments -
Format - add new line between method definitions
#38632 commented on
Jun 6, 2025 • 0 new comments -
Open "Stack Trace Explorer" tab automatically close when trying to activate it
#76758 commented on
Jun 6, 2025 • 0 new comments -
NullReferenceException when invoking the compiler (building roslyn inside the VMR)
#76394 commented on
Jun 6, 2025 • 0 new comments -
Setting severity on a analyzer message does nothing
#45417 commented on
Jun 9, 2025 • 0 new comments -
Warn for redundant pattern in `not ... or <redundant>` pattern
#75581 commented on
Jun 4, 2025 • 0 new comments -
Stop escaped compiler args from being mangled by MSBuild
#76888 commented on
Jun 4, 2025 • 0 new comments -
RemoveAll
#78190 commented on
Jun 6, 2025 • 0 new comments -
[main] Update dependencies from dotnet/command-line-api
#78212 commented on
Jun 7, 2025 • 0 new comments -
[release/dev17.13] Update dependencies from dotnet/arcade
#78344 commented on
Jun 9, 2025 • 0 new comments -
Delete copy of System.IO.Hashing sources
#78357 commented on
Jun 4, 2025 • 0 new comments -
Fix go to definition for conversions on invalid constructor overloads
#78514 commented on
Jun 4, 2025 • 0 new comments -
Add CommandLineResource API
#78679 commented on
Jun 5, 2025 • 0 new comments -
Update referenced VS package versions
#78689 commented on
Jun 2, 2025 • 0 new comments -
[release/dev17.12] Update dependencies from dotnet/arcade
#78713 commented on
Jun 9, 2025 • 0 new comments -
Extensions: ignore static/instance mismatches for properties inside nameof
#78725 commented on
Jun 5, 2025 • 0 new comments -
Exception Handler support
#78773 commented on
Jun 6, 2025 • 0 new comments -
Diagnostics for package directive
#78762 commented on
Jun 3, 2025 • 0 new comments -
File-based program directive error squiggles
#78688 commented on
Jun 3, 2025 • 0 new comments -
'RenameTrackingCodeFactoringProvider' is crashing if the path name contains space
#78715 commented on
Jun 3, 2025 • 0 new comments -
Go to Definition (F12) with Source Link no longer works after updating to Visual Studio 2022 17.12
#78465 commented on
Jun 3, 2025 • 0 new comments -
Double-clicking C# inline hints in order inserts their texts in wrong positions
#77777 commented on
Jun 3, 2025 • 0 new comments -
Support for package directive
#78760 commented on
Jun 3, 2025 • 0 new comments -
VS C# Analysis settings should not roam across machines
#78311 commented on
Jun 3, 2025 • 0 new comments -
Integrate csi to dotnet cli
#17666 commented on
Jun 3, 2025 • 0 new comments -
Microsoft.CodeAnalysis.BannedApiAnalyzers could not load file or assembly System.Collections.Immutable, Version=9.0.0.0
#78695 commented on
Jun 3, 2025 • 0 new comments -
RefOnly + embedded symbols produce ref assemblies with debug metadata
#78721 commented on
Jun 3, 2025 • 0 new comments -
'Target Project' drop-down list is always empty in Launch Profiles > Roslyn Component
#77582 commented on
Jun 3, 2025 • 0 new comments -
New APIs for "User Defined Compound Assignment Operators" feature
#78468 commented on
Jun 3, 2025 • 0 new comments -
Add CommandLineResource API
#78678 commented on
Jun 3, 2025 • 0 new comments -
Extensions: public API for extension syntax in CREF
#78738 commented on
Jun 4, 2025 • 0 new comments -
Wrong boxing with IEquatable<T> ?
#73310 commented on
Jun 4, 2025 • 0 new comments -
`allows ref struct` generic can't be tested with `is`
#73918 commented on
Jun 4, 2025 • 0 new comments -
VB.NET Professional 2022 project properties not showing splash screen in drop down.
#78697 commented on
Jun 4, 2025 • 0 new comments -
Missing nullability warnings for semi-autoproperties
#76487 commented on
Jun 4, 2025 • 0 new comments -
Expression trees support for tuples.
#12897 commented on
Jun 4, 2025 • 0 new comments -
workspace.OpenSolutionAsync locked after update code analysis libraries on vs 17.14
#78766 commented on
Jun 5, 2025 • 0 new comments -
IDE0079 triggering false positives on various suppressed diagnostics
#75887 commented on
Jun 5, 2025 • 0 new comments -
Area - Roslyn Analyzers
#78704 commented on
Jun 5, 2025 • 0 new comments -
Test plan for "extensions" feature
#76130 commented on
Jun 5, 2025 • 0 new comments -
SemanitModel.GetTypeInfo returns null Type on ObjectCreationExpressionSyntax.Type
#78783 commented on
Jun 6, 2025 • 0 new comments