-
Notifications
You must be signed in to change notification settings - Fork 4k
Insights: dotnet/roslyn
Overview
Could not load contribution data
Please try again later
75 Pull requests merged by 19 people
-
Update filenames in file banners when moving a type to a new file.
#76270 merged
Dec 4, 2024 -
Add option for LSP-based auto insert
#75224 merged
Dec 4, 2024 -
avoid ITextSnapshotLine.GetText()
#76133 merged
Dec 4, 2024 -
Inline Hints - Checks if names are equivalent in member access expression
#76254 merged
Dec 4, 2024 -
Fix reproducibility of local builds
#76253 merged
Dec 4, 2024 -
Report errors processing messages from the build host
#76252 merged
Dec 4, 2024 -
Skip CSharpWinForms.DeleteControl on 32 bit release
#76239 merged
Dec 4, 2024 -
Add Color Scheme support for VS 2022 tinted themes.
#76233 merged
Dec 4, 2024 -
Update FAR and Go to Def to work on indexers
#76220 merged
Dec 3, 2024 -
Fix NFW thrown when refreshing source generated files
#76240 merged
Dec 3, 2024 -
Support static members in extract interface
#76151 merged
Dec 3, 2024 -
Use new championed proposal and test plan for "extensions" feature
#76131 merged
Dec 3, 2024 -
Fix override implementation with generics and constraints
#76223 merged
Dec 3, 2024 -
Update find-refs to find references to Dispose in a using-statement
#76221 merged
Dec 3, 2024 -
Add support for 'find refs' finding references to 'dynamic'
#76118 merged
Dec 3, 2024 -
Fix equivalence check for nint/IntPtr
#76231 merged
Dec 3, 2024 -
Enable CA1052 (static holder types should be static)
#65830 merged
Dec 3, 2024 -
Support implementing protected members in implement interface
#76178 merged
Dec 3, 2024 -
VBOverloadResolutionPriority: clone remaining C# tests for the feature
#76127 merged
Dec 3, 2024 -
Do not treat Task.Run methods as 'apparent' for 'use var'
#76229 merged
Dec 3, 2024 -
Don't place 'async' after 'partial' modifier
#76168 merged
Dec 3, 2024 -
Support introduce variable at the top level
#76218 merged
Dec 3, 2024 -
Fix switch indentation for list patterns
#75953 merged
Dec 3, 2024 -
Keep member bodies when converting DIM property to method
#76186 merged
Dec 3, 2024 -
Fix incorrect codespit of xml doc comments
#76108 merged
Dec 3, 2024 -
Have go-to-def flip between partial definition and implementation
#76187 merged
Dec 3, 2024 -
Update Copilot rename telemetry
#76045 merged
Dec 3, 2024 -
Support nint/intptr conversion on c# 11 and up
#76181 merged
Dec 3, 2024 -
Do not duplicate directives when converting from property to methods
#76184 merged
Dec 3, 2024 -
Catch expected exception when reading info out of a PDB
#76182 merged
Dec 3, 2024 -
fix flaky lsp diagnostic test
#76228 merged
Dec 3, 2024 -
Disable 'use pattern matching' when eliding multiple calls that pass by ref
#76183 merged
Dec 3, 2024 -
Do not pass primary constructor parameters explicit when extracting methods
#76179 merged
Dec 3, 2024 -
Update suggestion mode provider to support params collections
#76177 merged
Dec 3, 2024 -
Filter out certain compiler attributes when extracting an interface
#76176 merged
Dec 3, 2024 -
Fix wrapping issues in simplify conditional
#76175 merged
Dec 2, 2024 -
Add more tests for https://github.com/dotnet/roslyn/pull/76083
#76164 merged
Dec 2, 2024 -
Update type inference in a primary constructor base type
#76174 merged
Dec 2, 2024 -
Keep cast that prevents the compiler from warning about an unintentional implicit object cast.
#76172 merged
Dec 2, 2024 -
Disable 'use coalesce expression' when statements cross a PP boundary
#76173 merged
Dec 2, 2024 -
Support name completion on generic types
#76170 merged
Dec 2, 2024 -
Improve extract-local-function in the presence of pp directives
#76169 merged
Dec 2, 2024 -
Update xunit
#76196 merged
Dec 2, 2024 -
Fix info for implicit objects in find-references
#76167 merged
Dec 2, 2024 -
Fix issue trying to generate fields/properties from a top level program
#76161 merged
Dec 2, 2024 -
Clamp selections within a string literal so they do not go outside of it
#76163 merged
Dec 2, 2024 -
Support implicit/explicit var with inferred lambda types
#76160 merged
Dec 2, 2024 -
Update 'introduce using' to support expression statements
#76147 merged
Dec 2, 2024 -
Set state of enumerator object to "after" during disposal
#76090 merged
Dec 2, 2024 -
Add a dedicated fixer to fixup code in expression trees that is now calling restricted apis
#76124 merged
Dec 2, 2024 -
Insert parens when hitting semicolon after 'new'
#76152 merged
Dec 2, 2024 -
Fix PowerShell Script Issues
#76219 merged
Dec 2, 2024 -
Use implicit initializer if present to generate type properties
#76162 merged
Dec 2, 2024 -
Fix issue with explicit interface completion and static interface members
#76150 merged
Dec 2, 2024 -
Update the patterns that 'use range operator' supports.
#76129 merged
Dec 2, 2024 -
Update Language Feature Status.md
#76227 merged
Dec 2, 2024 -
Infer better variable name when initializing from an anonymous type
#76145 merged
Dec 2, 2024 -
When converting to raw strings, do not change \r\n sequences if not explicitly requested by the user
#76120 merged
Dec 2, 2024 -
REmove methods no longer in use
#76148 merged
Dec 2, 2024 -
Remove Navigate_asynchronously_exerimental option
#76128 merged
Dec 2, 2024 -
Do a better job matching properties to implement against existing properties
#76144 merged
Dec 2, 2024 -
Enable skipped test
#76143 merged
Dec 2, 2024 -
Format labeled statements when colon is typed
#76142 merged
Dec 2, 2024 -
Fix null encoding in new document in move type action
#74623 merged
Dec 2, 2024 -
Make
SymbolAnnotation
static#65829 merged
Dec 2, 2024 -
Delete unneeded suppression for a fixed issue
#65773 merged
Dec 1, 2024 -
Properly update return type when updating method.
#76157 merged
Nov 30, 2024 -
Delete dupe loc strings
#76159 merged
Nov 30, 2024 -
Remove unnecessary EOL package references
#76073 merged
Nov 29, 2024 -
Exclude starting symbol when going to implementations if we find implementations
#76125 merged
Nov 28, 2024 -
[main] Update dependencies from dotnet/source-build-externals
#76094 merged
Nov 28, 2024 -
[main] Update dependencies from dotnet/source-build-reference-packages
#76095 merged
Nov 28, 2024 -
Document approach for compiler-recognized attributes and LangVersion
#76112 merged
Nov 28, 2024 -
Merge release/dev17.13 to main
#76134 merged
Nov 28, 2024 -
Honour users' settings as a starting point for Razor formatting
#76066 merged
Nov 28, 2024
16 Pull requests opened by 8 people
-
Add spec for the data section string literals feature flag
#76139 opened
Nov 28, 2024 -
Move off of specialized task methods
#76149 opened
Nov 29, 2024 -
Improve parsing recovery with 'file' keyword
#76185 opened
Nov 30, 2024 -
Fix issue where structure tag could get stuck at the wrong location
#76194 opened
Dec 1, 2024 -
Threading fixes
#76230 opened
Dec 2, 2024 -
[main] Update dependencies from dotnet/source-build-reference-packages
#76235 opened
Dec 3, 2024 -
Check ref safety of arg mixing in collection initializers
#76237 opened
Dec 3, 2024 -
Fix go-to-def on an abstract explicit impl of an interface method
#76238 opened
Dec 3, 2024 -
Dictionary expressions: initial binding and lowering support
#76257 opened
Dec 4, 2024 -
Add "string literals in data section" feature status
#76258 opened
Dec 4, 2024 -
Use named pipes to connect to the BuildHost process.
#76259 opened
Dec 4, 2024 -
Consider silly cyclic assignment in scoped variance
#76261 opened
Dec 4, 2024 -
Check ref safety of arg mixing in interpolated strings
#76263 opened
Dec 4, 2024 -
Update regex messages
#76269 opened
Dec 4, 2024 -
Codeql suppression in SemanticSearchToolWindowImpl
#76271 opened
Dec 4, 2024 -
Emit multiple deltas for a project with multiple baselines
#76272 opened
Dec 4, 2024
173 Issues closed by 11 people
-
Introduce Parameter doesn't
#56466 closed
Dec 4, 2024 -
Use more permissive load context for MSBuildWorkspace by default
#49248 closed
Dec 4, 2024 -
Parameter name InlineHints should ignore `this.` and `base.`
#69793 closed
Dec 4, 2024 -
Refactor "Move type to file" should re-evaluate file header template
#74703 closed
Dec 4, 2024 -
C# Methods are not colored
#76232 closed
Dec 4, 2024 -
[Automated] PRs inserted in VS build main-35603.79
#76251 closed
Dec 4, 2024 -
Duplicate item metadata present in generated editorconfig with CompilerVisibleItemMetadata
#74234 closed
Dec 4, 2024 -
Introduce local adds redundant globally qualified namespace on local's type
#62539 closed
Dec 4, 2024 -
Region position bug for #if & #elif
#58895 closed
Dec 3, 2024 -
CSharpDecompiledSourceService.PerformDecompilation may throw FileNotFoundException
#45801 closed
Dec 3, 2024 -
Avoid unnecessary casts when refactoring
#39116 closed
Dec 3, 2024 -
Cref: constructor overload parameter list differences are disregarded in VB
#34104 closed
Dec 3, 2024 -
Display the analyzers and extensions causing "Gathering suggestions" to block
#29530 closed
Dec 3, 2024 -
Introduce Local: multiple unnecessary casts generated and also not grayed out
#24853 closed
Dec 3, 2024 -
Avoid using Document snapshot in perf-sensitive command handlers
#57554 closed
Dec 3, 2024 -
Find All References finds nothing for indexers declared outside the solution
#31819 closed
Dec 3, 2024 -
"Extract Interface" refactoring doesn't offer to add static members to the interface
#54019 closed
Dec 3, 2024 -
Find All References does not support using statements
#34107 closed
Dec 3, 2024 -
Find all references to `dynamic` does not work
#75800 closed
Dec 3, 2024 -
Implement interfaces code fix does not implement protected interface members non-explicitly
#72380 closed
Dec 3, 2024 -
csharp_style_var_when_type_is_apparent breaks when awaiting a generic type
#64902 closed
Dec 3, 2024 -
CS4033 creates invalid code on partial methods
#63404 closed
Dec 3, 2024 -
Introduce local variable gets nullability wrong
#69335 closed
Dec 3, 2024 -
ExtractLocal crash when fixing all
#23297 closed
Dec 3, 2024 -
'Introduce local for x' changes code and introduces errors
#25838 closed
Dec 3, 2024 -
Make "Introduce a local variable" work with top-level statements
#67270 closed
Dec 3, 2024 -
Introduce local mangles formatting
#47277 closed
Dec 3, 2024 -
List pattern is not correctly formatted in the first case of a switch expression
#72196 closed
Dec 3, 2024 -
CodeLens popup is empty 17.6.2
#68548 closed
Dec 3, 2024 -
`Replace 'Property' with method` erases DIM
#75999 closed
Dec 3, 2024 -
Summary Xml-Doc actively breaks code
#75838 closed
Dec 3, 2024 -
CTRL + click (and F12) on a partial property should always jump to user-defined part
#76156 closed
Dec 3, 2024 -
Replace 'xxx' with method has bug
#75186 closed
Dec 3, 2024 -
"Go to Definition" crashes with `BadImageFormatException` for `System.Net.IPEndPoint`
#75118 closed
Dec 3, 2024 -
IDE0078: Code Cleanup applied IDE0078 and broke the code
#75122 closed
Dec 3, 2024 -
The "Extract method" refactoring should recognize primary constructor parameters
#73044 closed
Dec 3, 2024 -
Clone of Test_IndexerWithNoRequiredParameters for params collections fails
#72227 closed
Dec 3, 2024 -
Clone of UnwrapParamsArray fpr params collections
#72225 closed
Dec 3, 2024 -
Extract Interface / Pull Up should remove [Enumeratorancellation] attributes
#71718 closed
Dec 3, 2024 -
[Bug]: Code action `Simplify conditional expression` leads to incorrect formatting
#71418 closed
Dec 2, 2024 -
Type inferer doesn't work for argument of base record primary constructor
#70803 closed
Dec 2, 2024 -
Suggestion to remove cast to Delegate results in warning
#68307 closed
Dec 2, 2024 -
IDE0270 triggers over a #if
#70514 closed
Dec 2, 2024 -
Name suggestion doesn't work with some generic types
#63943 closed
Dec 2, 2024 -
Extract local function puts function in disabled section
#63917 closed
Dec 2, 2024 -
FAR misclassifies target-typed constructor call sites
#60949 closed
Dec 2, 2024 -
Generate field/property not working in top-level statement.
#58491 closed
Dec 2, 2024 -
Double click to select string results in selection outside of string
#58774 closed
Dec 2, 2024 -
Use implicit/explicit type doesn't work with lambda function types
#58404 closed
Dec 2, 2024 -
'Introduce using statement' on method call expression statements returning IDisposable
#37260 closed
Dec 2, 2024 -
Enumerators incorrectly allow continued enumerator after disposal
#76078 closed
Dec 2, 2024 -
Add fixer when for `params` span overloads are used with Expression selected
#74030 closed
Dec 2, 2024 -
Method call completion for "new" expression when the created object's type is already known.
#54213 closed
Dec 2, 2024 -
Generate type should take into account the initializer to initialize fields/props as well.
#58495 closed
Dec 2, 2024 -
Support rewriting `string.Remove` in IDE0057 "Use range operator"
#76091 closed
Dec 2, 2024 -
Extract Local should infer from object initializer properties
#21602 closed
Dec 2, 2024 -
Tuple item "field" is not properly named in property accessor
#76210 closed
Dec 2, 2024 -
Convert to Raw String changes significant line endings
#70209 closed
Dec 2, 2024 -
Implement Interface adds uneeded members when implementing interface with new methods
#19721 closed
Dec 2, 2024 -
C# goto label indentation setting not working correctly
#63601 closed
Dec 2, 2024 -
With "Place goto labels one indent less than current", indentation isn't adjusted on ":"
#13981 closed
Dec 2, 2024 -
Hot Reload unusable with CS8055 if a file created via "Move type to X.cs" is not touched by the user
#72984 closed
Dec 2, 2024 -
Integration test process crashes
#63773 closed
Dec 2, 2024 -
Deprecate usage of Workspace in TextLoader (breaking change)
#63888 closed
Dec 2, 2024 -
Find all reference should bring me to xaml instead of the generated code
#52843 closed
Dec 2, 2024 -
FindAllReferences should handle `Dispose` referenced in `using` and `foreach` statements
#28228 closed
Dec 2, 2024 -
Fake positive CS8619 when using Linq
#76180 closed
Dec 2, 2024 -
Area - Event Hookup
#76215 closed
Dec 2, 2024 -
IDE options to control the sorting of fields and properties
#4778 closed
Dec 1, 2024 -
.editorconfig doesn't seem to apply if the file is opened in Miscellaneous Files Workspace
#21998 closed
Dec 1, 2024 -
Follow-up naming changes to .editorconfig generator
#30083 closed
Dec 1, 2024 -
Remove DiagnosticAnalyzercategory (if possible without perf regressions).
#31758 closed
Dec 1, 2024 -
Allow .editorconfig derived Options in Formatter
#40913 closed
Dec 1, 2024 -
Simplifier actively avoids simplifying ambiguous/incorrect code.
#40974 closed
Dec 1, 2024 -
Area - Rename
#76016 closed
Nov 30, 2024 -
Area - MSBuildWorkspace
#75899 closed
Nov 30, 2024 -
Area - Completion
#76055 closed
Nov 30, 2024 -
Area - Editor Config UI
#75925 closed
Nov 30, 2024 -
Area - Formatting
#75785 closed
Nov 30, 2024 -
Visual Studio adds second quotation mark in unappropriate situations #59427 [Still not fixed]
#76138 closed
Nov 30, 2024 -
IDE0301 code fixer in ternary expression produces invalid C# code (CS0029)
#76085 closed
Nov 30, 2024 -
Is it possible to add quick fix for CS1593 ?
#75926 closed
Nov 30, 2024 -
Contextual Intellisense / Autocomplete Settings Grid
#75692 closed
Nov 30, 2024 -
Possibly infinite loop in DecompilationMetadataAsSourceFileProvider.GetGeneratedFileAsync
#63178 closed
Nov 30, 2024 -
Reference highlighting doesn't work from primary constructor base call constructor call
#74804 closed
Nov 30, 2024 -
`CSharpMergeConsecutiveIfStatementsCodeRefactoringProvider` encountered an error and has been disabled
#74773 closed
Nov 30, 2024 -
`CSharpWrappingCodeRefactoringProvider` encountered an error and has been disabled
#74771 closed
Nov 30, 2024 -
IDE automatically adds async keyword to methods without changing the return type
#55975 closed
Nov 30, 2024 -
De-duplicate loc strings across Roslyn
#56585 closed
Nov 30, 2024 -
Getting ghost lightbulbs lately
#72310 closed
Nov 30, 2024 -
IDE0060 false positive with [EnumeratorCancellation] attribute
#71719 closed
Nov 30, 2024 -
Intellisense suggest nuint rather than null
#68841 closed
Nov 30, 2024 -
Visual Studio no longer displays warning for inappropriate namespace
#68239 closed
Nov 30, 2024 -
Remove Unused References does not work for .NET Standard 2.0 project although it uses the new csproj format
#68189 closed
Nov 30, 2024 -
Intellisense generates incorrect cref in XML docs when method has ValueTuple parameters
#66502 closed
Nov 30, 2024 -
`SyntaxGenerator.Declaration` missing interface modifiers
#66387 closed
Nov 30, 2024 -
IDE0200 "Lambda expression can be removed" codefix can delete code comments
#60741 closed
Nov 30, 2024 -
Consider moving AddImport implementation to Workspace layer
#59179 closed
Nov 29, 2024 -
Explore having a regex codefix that offers to simplify regex when possible.
#59165 closed
Nov 29, 2024 -
RE0001 should be moved to Analyzers layer
#59101 closed
Nov 29, 2024 -
VB IDE0058 change to Call or make unused a keyword
#59063 closed
Nov 29, 2024 -
Create a test for AdditiveSpans changes
#58984 closed
Nov 29, 2024 -
Implement interface quick fix does not add class brackets for nested types
#26323 closed
Nov 29, 2024 -
AbstractSpellCheckCodeFixProvider depends on IDE completion options
#58745 closed
Nov 29, 2024 -
IntelliSense not suggesting namespaces after `using` for top-level statements
#58470 closed
Nov 29, 2024 -
Code cleanup removes usings from external C# files
#75979 closed
Nov 29, 2024 -
"Remove Unnecessary Usings" should not delete blank lines above the using declaration.
#55439 closed
Nov 29, 2024 -
[Automated] PRs inserted in VS build main-35528.57
#76153 closed
Nov 29, 2024 -
Inline Temporary Variable generates invalid code
#53002 closed
Nov 29, 2024 -
Set severity from Error List completely deletes existing editorconfig
#51867 closed
Nov 29, 2024 -
There is a conflict between the options for Pitch Settings
#50061 closed
Nov 29, 2024 -
removing unused usings when compile errors present
#48337 closed
Nov 29, 2024 -
Remove JTF.Run for razor mapping
#47909 closed
Nov 29, 2024 -
Find References should identify 'new()' generic constraint as a use of parameterless constructor
#47633 closed
Nov 29, 2024 -
Missing using when Move To "class.cs" Quick-Action
#46757 closed
Nov 29, 2024 -
'Generate inequality operators' when type already implements IComparable<>
#41790 closed
Nov 29, 2024 -
Add a refactoring to convert conditional to if statement
#29346 closed
Nov 29, 2024 -
C#, Inconsistant Label Indentation when Formatting
#39169 closed
Nov 29, 2024 -
Code cleanup during formatting: Remove unnecessary usings - Give option not to remove system namspace
#38383 closed
Nov 29, 2024 -
VB line commit should add missing argument parentheses
#36545 closed
Nov 29, 2024 -
VB Editor changed VB keywords casing although they are used as literal strings in my code!
#35028 closed
Nov 29, 2024 -
Go to Member - see all members even if you type nothing
#34877 closed
Nov 29, 2024 -
Suggest format specifiers based on type
#34189 closed
Nov 29, 2024 -
Make it possible to decide style rules based on context
#34129 closed
Nov 29, 2024 -
Summary of Possible Change Signature Enhancements
#33977 closed
Nov 29, 2024 -
StaticKeywordRecommender doesn't give a stable answer between usings in script
#32214 closed
Nov 29, 2024 -
Include performance warning in loop conversion
#31780 closed
Nov 29, 2024 -
Formatting option for space after //
#30239 closed
Nov 29, 2024 -
`fixed` keyword formatting doesn't respect `Insert space after keywords in control flow statements`
#29341 closed
Nov 29, 2024 -
Go To support for decompiled types/members
#28275 closed
Nov 29, 2024 -
SyntaxEditor.SetModifiers may not properly format the result when multiple modifiers are added at once
#27835 closed
Nov 29, 2024 -
Formatting is applied too aggressively on 'override' completion
#27207 closed
Nov 29, 2024 -
"Use collection initializer" indents trailing trivia
#26529 closed
Nov 29, 2024 -
Improve completion support for obsolete members
#26488 closed
Nov 29, 2024 -
async Main with multiple entrypoints
#26315 closed
Nov 29, 2024 -
Add CamelHumps selection similar to that of resharper
#24823 closed
Nov 29, 2024 -
Inline Refactoring Rename Issue with Regions in Visual Basic
#24087 closed
Nov 29, 2024 -
Refactoring: Convert lambda to local function
#23310 closed
Nov 29, 2024 -
Change Signature should not be offered inside a string-literal.
#18023 closed
Nov 29, 2024 -
Array constructor currently falls under the csharp_style_var_elsewhere category.
#17109 closed
Nov 29, 2024 -
IntelliSense based on characters to the left of the cursor
#13594 closed
Nov 29, 2024 -
CodeLens count is inconsistent across partial declarations and linked file
#13530 closed
Nov 29, 2024 -
[Code Style] Implement a way to change style settings
#13439 closed
Nov 29, 2024 -
IDE Features should work on preprocessor symbols (rename, FAR, GTD, completion, etc)
#11499 closed
Nov 29, 2024 -
Removing unused using formats/changes other parts of the document
#10237 closed
Nov 29, 2024 -
ImportAdder API can result in new document having ambiguity errors
#8604 closed
Nov 29, 2024 -
[VB] 'Simplify type name' on Global alias and base class name introduces a conflict
#8292 closed
Nov 29, 2024 -
Refactoring "Introduce local for all occurences of..." does more than it should be allowed to
#7504 closed
Nov 29, 2024 -
XAML references are partially highlighted when searching for references from a constructor
#7294 closed
Nov 29, 2024 -
Find refs within a metadata as source view doesn't search it
#6716 closed
Nov 29, 2024 -
Invalid pretty-lister behavior when #If directive is preceeded by a semicolon
#5570 closed
Nov 29, 2024 -
IntelliSense autoselection for enums when inside of an enum should not include type name
#5418 closed
Nov 29, 2024 -
Cannot set background of XML Doc Comment CREFs, param names or param refs
#4948 closed
Nov 29, 2024 -
Implement extension method rewrite for Expanding within conditional access expressions
#3260 closed
Nov 29, 2024 -
Brace Matching should format embedded statement owner when inserting braces
#3025 closed
Nov 29, 2024 -
Completion: Shift+Home, Delete shouldn't trigger completion
#698 closed
Nov 29, 2024 -
Simplifier.ReduceAsync fails detect type-inference change when removing necessary cast
#476 closed
Nov 29, 2024 -
Go to implementation broken (ctrl+f12) in VS 2022 17.12
#75974 closed
Nov 28, 2024 -
CollectionExpressionSyntax vs ImplicitArrayCreationExpressionSyntax difference in behaviour
#76136 closed
Nov 28, 2024 -
Test plan for "roles" features
#66722 closed
Nov 28, 2024
60 Issues opened by 19 people
-
Area - Convert Local Function to Method
#76268 opened
Dec 4, 2024 -
Area - String Copy/Paste
#76267 opened
Dec 4, 2024 -
Area - Convert Switch
#76265 opened
Dec 4, 2024 -
Area - Invert If
#76264 opened
Dec 4, 2024 -
Renamer.RenameSymbolAsync injects merge conflicts in multi-targeted projects.
#76262 opened
Dec 4, 2024 -
Support `dotnet_format_on_save` in .editorconfig
#76256 opened
Dec 4, 2024 -
Area - Use Primary Constructor
#76250 opened
Dec 4, 2024 -
Area - Use Null Propagation
#76249 opened
Dec 4, 2024 -
Area - Outlining/Structure Guides
#76248 opened
Dec 3, 2024 -
Area - Remove Unused Member
#76247 opened
Dec 3, 2024 -
Area - Simplify Interpolation
#76246 opened
Dec 3, 2024 -
Area - Toggle Comment
#76245 opened
Dec 3, 2024 -
Area - Order Modifiers
#76244 opened
Dec 3, 2024 -
Area - Workspace Public APIs
#76243 opened
Dec 3, 2024 -
Text Editor does not Center when I select a Method in Document Outline Window
#76242 opened
Dec 3, 2024 -
Parameter Info stops working after pressing Ctrl+Shift+Space in a particular function call
#76241 opened
Dec 3, 2024 -
Test plan for "string literals in data section as utf8"
#76234 opened
Dec 3, 2024 -
[.NET 10] certain `[Obsolete]` warnings are not reported
#76226 opened
Dec 2, 2024 -
System.ArgumentOutOfRangeException from Microsoft.CodeAnalysis.CSharp
#76225 opened
Dec 2, 2024 -
IDE0320 not enabled when dotnet_analyzer_diagnostic.severity = error
#76222 opened
Dec 2, 2024 -
Area - Add/Remove Accessibility Modifiers
#76217 opened
Dec 2, 2024 -
Area - Split String
#76216 opened
Dec 1, 2024 -
Area - Workspace - 2
#76214 opened
Dec 1, 2024 -
Area - Use Implicit/Explicit Type
#76213 opened
Dec 1, 2024 -
Area - Generate Member
#76212 opened
Dec 1, 2024 -
Area - Classification
#76211 opened
Dec 1, 2024 -
Area - Introduce Parameter
#76209 opened
Dec 1, 2024 -
Area - Initialize Parameter
#76208 opened
Dec 1, 2024 -
Area - Convert String
#76207 opened
Dec 1, 2024 -
Area - Use Coalesce Expression
#76206 opened
Dec 1, 2024 -
Area - Remove Unnecessary Cast
#76205 opened
Dec 1, 2024 -
Area - Require Braces
#76204 opened
Dec 1, 2024 -
Area - Move Static Members
#76203 opened
Dec 1, 2024 -
Area - Language Server
#76202 opened
Dec 1, 2024 -
Area - Brace Completion
#76201 opened
Dec 1, 2024 -
Area - Semantic Search
#76200 opened
Dec 1, 2024 -
Area - Remove Unnecessary Lambda
#76199 opened
Dec 1, 2024 -
Area - Inline Hints
#76198 opened
Dec 1, 2024 -
CS8002 Referenced assembly does not have a strong name triggers when it doesn't need to.
#76197 opened
Dec 1, 2024 -
FindImplementationForInterfaceMember is Returning Partial Method Definition not Implementation
#76195 opened
Dec 1, 2024 -
Area - Edit and Continue - 3
#76193 opened
Nov 30, 2024 -
Area - Edit and Continue - 2
#76192 opened
Nov 30, 2024 -
Area - IDE - 3
#76191 opened
Nov 30, 2024 -
Area - IDE - 2
#76190 opened
Nov 30, 2024 -
Area - IDE - 1
#76189 opened
Nov 30, 2024 -
Area - IDE
#76188 opened
Nov 30, 2024 -
Area - Value Tracking
#76171 opened
Nov 30, 2024 -
Area - Stack Trace Explorer
#76165 opened
Nov 29, 2024 -
Area - Code Cleanup
#76158 opened
Nov 29, 2024 -
Files *.g.cs are not generated in `obj` folder
#76155 opened
Nov 29, 2024 -
Make anonymous function static (IDE0320) analyzer is extremely slow on .Net 8.0.401
#76154 opened
Nov 29, 2024 -
Area - Call Hierarchy
#76146 opened
Nov 29, 2024 -
Code completion on override method doesn't apply correctly
#76141 opened
Nov 28, 2024 -
dotnet watch crashed while applying a code change.
#76137 opened
Nov 28, 2024 -
Test plan for "extensions" feature
#76130 opened
Nov 28, 2024 -
InterceptableLocation.GetDisplayLocation breaks deterministic build
#76126 opened
Nov 27, 2024
799 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.
-
Support modifiers with simple lambda parameters.
#75400 commented on
Dec 3, 2024 • 74 new comments -
Update Razor DynamicFile Provider
#76050 commented on
Dec 4, 2024 • 26 new comments -
Update the Copilot powered Inline Rename UX
#76001 commented on
Dec 4, 2024 • 12 new comments -
Consider RefSafetyRules with UnscopedRef
#75930 commented on
Dec 4, 2024 • 4 new comments -
Fix reference finding for tuple fields and anonymous type properties
#69804 commented on
Dec 3, 2024 • 4 new comments -
Add feature flag for emitting string literals into data section as UTF8
#76036 commented on
Dec 3, 2024 • 3 new comments -
Restrict some types in object initializer setters when not directly settable
#75507 commented on
Dec 3, 2024 • 3 new comments -
Close stale PRs
#75963 commented on
Dec 3, 2024 • 1 new comment -
Area - Signature Help
#75751 commented on
Dec 2, 2024 • 0 new comments -
Area - Rename - 1
#75746 commented on
Dec 2, 2024 • 0 new comments -
Area - Remove Unnecessary Imports
#75732 commented on
Dec 2, 2024 • 0 new comments -
Area - Reference Highlighting
#75767 commented on
Dec 2, 2024 • 0 new comments -
Area - Quick Info
#75726 commented on
Dec 2, 2024 • 0 new comments -
Area - Populate Switch
#75923 commented on
Dec 2, 2024 • 0 new comments -
Area - Navigate To
#75740 commented on
Dec 2, 2024 • 0 new comments -
Area - MSBuildWorkspace - 1
#75738 commented on
Dec 2, 2024 • 0 new comments -
Area - Move Declaration Near Reference
#75739 commented on
Dec 2, 2024 • 0 new comments -
Area - Make Method Asynchronous
#75781 commented on
Dec 2, 2024 • 0 new comments -
Area - Make Field Readonly
#75776 commented on
Dec 2, 2024 • 0 new comments -
Area - Inline Method
#75856 commented on
Dec 2, 2024 • 0 new comments -
Rename action asks to rename wrong name if you undo changes
#8368 commented on
Dec 1, 2024 • 0 new comments -
Area - Use Auto Property
#75771 commented on
Dec 2, 2024 • 0 new comments -
Area - Use Object Initializer
#75855 commented on
Dec 2, 2024 • 0 new comments -
Area - Wrapping
#75772 commented on
Dec 2, 2024 • 0 new comments -
Fix `Implement abstract class` generates invalid code when target type has no body and is followed by file-scoped type
#75992 commented on
Dec 2, 2024 • 0 new comments -
[Project template] Blank line is not preserved after namespace when file has usings
#59719 commented on
Dec 2, 2024 • 0 new comments -
List-patterns: hold Receiver directly in bound node for implicit indexer access
#57855 commented on
Dec 2, 2024 • 0 new comments -
Enhance `await` usage warnings with null coalescing operator
#75010 commented on
Dec 2, 2024 • 0 new comments -
Synthesized delegates allow ref safety holes on the boundary of old and updated rules
#76087 commented on
Dec 2, 2024 • 0 new comments -
UnscopedRef can be different in interface implementation, leading to ref safety holes
#76100 commented on
Dec 2, 2024 • 0 new comments -
Unused imports reported during merge conflict resolution
#73641 commented on
Dec 2, 2024 • 0 new comments -
Reenable BC30645ERR_InvalidOptionalParameterUsage1b
#74779 commented on
Dec 2, 2024 • 0 new comments -
Proposal: flow attributes on parameters and type parameters to compiler-generated code
#73920 commented on
Dec 2, 2024 • 0 new comments -
Rename fails to disambiguate shadowed members with casts
#3552 commented on
Dec 1, 2024 • 0 new comments -
String splitter incorrectly handles multi-caret scenarios
#64812 commented on
Dec 1, 2024 • 0 new comments -
Existing classification tests need to be updated to run both directly on the roslyn API, or through the LSP wrapper around it.
#61219 commented on
Dec 1, 2024 • 0 new comments -
Remove implicit usings from newly generated classes
#59922 commented on
Dec 1, 2024 • 0 new comments -
Move SkipAnalyzersForImplicitlyTriggeredBuilds to build options
#57253 commented on
Dec 1, 2024 • 0 new comments -
Diagnostics created for exceptions thrown by suppressors are not reported correctly
#41212 commented on
Dec 2, 2024 • 0 new comments -
New line settings not taking
#17290 commented on
Dec 2, 2024 • 0 new comments -
dotnet_style_require_accessibility_modifiers is stuck as "hidden" diagnostic
#23229 commented on
Dec 2, 2024 • 0 new comments -
Should not get offered lightbulb when files are in a read-only context
#23482 commented on
Dec 2, 2024 • 0 new comments -
Format Document ignores any .editorconfig settings around modifier order making it impossible to fix any code style errors/warnings
#27893 commented on
Dec 2, 2024 • 0 new comments -
The .editorconfig setting dotnet_style_qualification_for_method = true does not appear to work.
#19373 commented on
Dec 2, 2024 • 0 new comments -
Problem with Roslyn Source Generators Intellisense
#50451 commented on
Dec 2, 2024 • 0 new comments -
Copying and pasting a variable matching an already imported type name will add another using if there's another type with that name
#59499 commented on
Dec 2, 2024 • 0 new comments -
[Regression] Pressing TAB twice during event handler creation no longer navigates to event handler method
#64857 commented on
Dec 2, 2024 • 0 new comments -
Area - Convert Anonymous Type to Tuple
#75859 commented on
Dec 2, 2024 • 0 new comments -
Area - Convert to Conditional Expression
#75778 commented on
Dec 2, 2024 • 0 new comments -
Area - Debugger Integration
#75744 commented on
Dec 2, 2024 • 0 new comments -
Area - Edit and Continue - 1
#75743 commented on
Dec 2, 2024 • 0 new comments -
Area - Editor Config - 1
#75924 commented on
Dec 2, 2024 • 0 new comments -
Area - Event Hookup
#75765 commented on
Dec 2, 2024 • 0 new comments -
Area - Formatting - 2
#75786 commented on
Dec 2, 2024 • 0 new comments -
Area - Generate Constructor
#75733 commented on
Dec 2, 2024 • 0 new comments -
Area - Go to Implementation
#76020 commented on
Dec 2, 2024 • 0 new comments -
Area - Inheritance Margin
#75861 commented on
Dec 2, 2024 • 0 new comments -
Better optimizations around combining string concatenation and string interpolation
#73736 commented on
Dec 2, 2024 • 0 new comments -
Missing inputs in the key file
#65474 commented on
Dec 2, 2024 • 0 new comments -
A possible ref safety "hole" around UnscopedRef method invoked on an expression classified as a value or readonly variable of a struct type
#67435 commented on
Dec 2, 2024 • 0 new comments -
Move BoundInterpolatedString placeholders to the containing BoundCall
#67557 commented on
Dec 2, 2024 • 0 new comments -
Implement optimizations for constructing collections from collection literals
#68785 commented on
Dec 2, 2024 • 0 new comments -
Make CompilationOptions.DebugPlus public
#70670 commented on
Dec 2, 2024 • 0 new comments -
Implement nullable analysis for collection literals
#68786 commented on
Dec 2, 2024 • 0 new comments -
Compiler tests failing on `net8.0`
#71571 commented on
Dec 2, 2024 • 0 new comments -
An application of a CollectionBuilder attribute in source is not validated
#71172 commented on
Dec 2, 2024 • 0 new comments -
GeneratorDriverState should replace TrackIncrementalSteps/DisabledOutputs fields with properties
#72129 commented on
Dec 2, 2024 • 0 new comments -
An unsafe/safe context has unexpected effect on conversion classification for collection expressions
#71840 commented on
Dec 2, 2024 • 0 new comments -
Cloning a .NET 8 record deriving from a .NET 7 record leads to loss of members
#72357 commented on
Dec 2, 2024 • 0 new comments -
Analyzer tearing issues with MSBuild and .NET SDK disagree on compilers
#72672 commented on
Dec 2, 2024 • 0 new comments -
OverFlowOnFluentCall_ExtensionMethods is failing
#72678 commented on
Dec 2, 2024 • 0 new comments -
Make MetadataDisplayFormat public
#72844 commented on
Dec 2, 2024 • 0 new comments -
Return tokens to emitted symbols on EmitResult
#72869 commented on
Dec 2, 2024 • 0 new comments -
Include Runtime information in S_COMPILE3
#73183 commented on
Dec 2, 2024 • 0 new comments -
Debug assertion failure in GuardedAddBoundTreeForStandaloneSyntax
#73262 commented on
Dec 2, 2024 • 0 new comments -
Collection expression span optimization should reuse temps when possible
#73269 commented on
Dec 2, 2024 • 0 new comments -
Stack overflow in `Microsoft.CodeAnalysis.CSharp.Binder.BindBinaryPattern` when getting compiler diagnostics in Roslyn.sln
#73457 commented on
Dec 2, 2024 • 0 new comments -
A test gap in `GetValEscape` method
#73549 commented on
Dec 2, 2024 • 0 new comments -
Parameter names in target-typed new() expressions are missing among completions in compound assignment statements
#73894 commented on
Dec 2, 2024 • 0 new comments -
SourceLink returning incorrect PDB info
#75959 commented on
Dec 2, 2024 • 0 new comments -
[C#] Nested curly brace is not auto completed in interpolated string
#72116 commented on
Dec 2, 2024 • 0 new comments -
support syntax highlighting for code documentation comments
#75181 commented on
Dec 2, 2024 • 0 new comments -
Debug Assert error for __arglist (not handled in ref safety analysis)
#73732 commented on
Dec 2, 2024 • 0 new comments -
Symbol.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat) does not escape everything it should
#74117 commented on
Dec 2, 2024 • 0 new comments -
Change bootstrap framework CI leg to be consistent with SDK
#74303 commented on
Dec 2, 2024 • 0 new comments -
Add SymbolDisplayFormat parameter to TypedConstant.ToCSharpString/ToVisualBasicString
#74304 commented on
Dec 2, 2024 • 0 new comments -
False positive CS8618 null reference type warning when using required members and [SetsRequiredMembers] in derived class
#74423 commented on
Dec 2, 2024 • 0 new comments -
Ref safety error with enumerators
#74325 commented on
Dec 2, 2024 • 0 new comments -
NuGet packages need to include a README.md
#74466 commented on
Dec 2, 2024 • 0 new comments -
String interpolation of only strings should light-up with string.Concat(params ReadOnlySpan<string>)
#74538 commented on
Dec 2, 2024 • 0 new comments -
[API Proposal]: `Concat` support for `IncrementalValuesProvider<T>`
#74585 commented on
Dec 2, 2024 • 0 new comments -
[API Proposal]: SymbolDisplayFormat for fully-qualified metadata names and open generic types
#74588 commented on
Dec 2, 2024 • 0 new comments -
Add information to `IDeconstructionAssignmentOperation` about the conversions and methods involved when performing the operation.
#74757 commented on
Dec 2, 2024 • 0 new comments -
Revert WPF work around when we merge RC1 SDK
#74923 commented on
Dec 2, 2024 • 0 new comments -
It looks like collection expressions make unnecessary copies of structures which could be big.
#75143 commented on
Dec 2, 2024 • 0 new comments -
Make GeneratorDriverOptions.BaseDirectory public
#75387 commented on
Dec 2, 2024 • 0 new comments -
Consider deriving `DiagnosticsPass` from `BoundTreeWalkerWithStackGuardWithoutRecursionOnTheLeftOfBinaryOperator`.
#75319 commented on
Dec 2, 2024 • 0 new comments -
Field-backed properties: support `field` references in speculative `SemanticModel`
#75398 commented on
Dec 2, 2024 • 0 new comments -
The compiler should report an error about references to out-of-scope stack memory generated by [UnscopedRef], defensively copied struct and pattern matching
#75484 commented on
Dec 2, 2024 • 0 new comments -
Wrong binder used in `SwitchExpressionBinder` logic
#75416 commented on
Dec 2, 2024 • 0 new comments -
Suggestion: warn on use of "not A or B" pattern matching syntax
#75506 commented on
Dec 2, 2024 • 0 new comments -
Theoretical race condition in PETypeParameterSymbol (and possibly other locations)
#75759 commented on
Dec 2, 2024 • 0 new comments -
Collection initializers can leak refs
#75802 commented on
Dec 2, 2024 • 0 new comments -
`UnscopedRef` should not affect code under the old ref safety rules
#75828 commented on
Dec 2, 2024 • 0 new comments -
Unable to override severity of single rules when dotnet_analyzer_diagnostic.severity != unset|default
#61777 commented on
Dec 2, 2024 • 0 new comments -
Assertion hit when removing RuntimeSupportsByRefFields setter
#64471 commented on
Dec 2, 2024 • 0 new comments -
Value tracking tool window needs more/better information
#59621 commented on
Nov 30, 2024 • 0 new comments -
Mock EditorNotificationServiceFactory in tests
#46045 commented on
Dec 1, 2024 • 0 new comments -
SymbolKeyTestBase.ResolveAndVerifySymbol ignores 'newCompilation' input parameter
#45894 commented on
Dec 1, 2024 • 0 new comments -
AbstractSemanticQuickInfoSourceTests.AssertTaggedText ignores 'expectedClassifications' input parameter
#45893 commented on
Dec 1, 2024 • 0 new comments -
AbstractAutomaticLineEnderTests.Test helper ignores input parameter 'completionActive'
#45892 commented on
Dec 1, 2024 • 0 new comments -
Setting severity on a analyzer message does nothing
#45417 commented on
Dec 1, 2024 • 0 new comments -
Fix `ArgumentException`s where parameterName is sent as message
#45286 commented on
Dec 1, 2024 • 0 new comments -
[LSP] XAML third party references requires jump to UI thread
#44765 commented on
Dec 1, 2024 • 0 new comments -
Rename via the new renamer API should dismiss renaming tracking
#44469 commented on
Dec 1, 2024 • 0 new comments -
Enforcing IDE0007 (Use implicit type) as a build warning for only one of three supported var code style options seems difficult
#44250 commented on
Dec 1, 2024 • 0 new comments -
Remove SafeContinueWith helpers
#44150 commented on
Dec 1, 2024 • 0 new comments -
Revert #44101: Add option page registration attributes back
#44148 commented on
Dec 1, 2024 • 0 new comments -
Choose whether to rename the class when renaming a file by default
#43849 commented on
Dec 1, 2024 • 0 new comments -
WorkspaceDiagnostic Issue Error
#43683 commented on
Dec 1, 2024 • 0 new comments -
Make ReferenceCodeLensProvider an IServiceBroker service and host it in OOP
#43669 commented on
Dec 1, 2024 • 0 new comments -
Reuse SkippedHostAnalyzersInfo for projects with same analyzer references
#42848 commented on
Dec 1, 2024 • 0 new comments -
Analyzer load exception reporting OOP
#42796 commented on
Dec 1, 2024 • 0 new comments -
Review lack of cancellation tokens passed to TaskQueue.ScheduleTask
#42679 commented on
Dec 1, 2024 • 0 new comments -
Move XamlDocumentDiagnosticAnalyzer to OOP
#42183 commented on
Dec 1, 2024 • 0 new comments -
Compiler does not report unused imports when XML doc comments are disabled
#41640 commented on
Dec 1, 2024 • 0 new comments -
Rename type/file name that already exists bug
#41583 commented on
Dec 1, 2024 • 0 new comments -
Prefer braces should have another option for not prefering braces iff on one line
#41547 commented on
Dec 1, 2024 • 0 new comments -
Inline rename should be aware of unchangeable documents during conflict resolving
#41242 commented on
Dec 1, 2024 • 0 new comments -
Remove static mutable field: WrapItemsAction.s_mruTitles
#40958 commented on
Dec 1, 2024 • 0 new comments -
SimplifyTypeNames requires two simplification passes
#40647 commented on
Dec 1, 2024 • 0 new comments -
LSP and VS difference in GoToDefinition
#53755 commented on
Dec 1, 2024 • 0 new comments -
[Inheritance Margin] Don't get the margin for items from metadata
#53375 commented on
Dec 1, 2024 • 0 new comments -
[Inheritance Margin] No way to trigger the margin via the keyboard
#53373 commented on
Dec 1, 2024 • 0 new comments -
Formatting adds CRLF line endings into LF-only file
#52412 commented on
Dec 1, 2024 • 0 new comments -
[LSP] CSharpAddMissingReference.InvokeSomeFixesInCSharpThenVerifyReferences can deadlock in LSP editor
#51951 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Switch to completionitem kind instead of icon
#51650 commented on
Dec 1, 2024 • 0 new comments -
Unable to apply rename file suggestion with links
#51342 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Tests should validate client behavior
#51101 commented on
Dec 1, 2024 • 0 new comments -
Extract class to file doesn't work for shared project
#50953 commented on
Dec 1, 2024 • 0 new comments -
Allow CodeFixProviders/FixAllProviders to run out-of-process
#50347 commented on
Dec 1, 2024 • 0 new comments -
Use LspCompletionItemKind.Variable for parameters in the completion provider
#50324 commented on
Dec 1, 2024 • 0 new comments -
Editorconfig setting end_of_line = crlf not respected for "UTF-8 w/o signature" encoding
#49963 commented on
Dec 1, 2024 • 0 new comments -
Remove Microsoft.VisualStudio.LanguageServices layer and OOP from Codespace client
#49913 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Fix issues with code actions
#49201 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Re-enable package manager code actions once supported
#48698 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Enable server options via IBrokeredSettingsManager
#48567 commented on
Dec 1, 2024 • 0 new comments -
Quick Info and Intellisense prefer different overloads
#48312 commented on
Dec 1, 2024 • 0 new comments -
Remove RazorLanguageClient and ClientName from Roslyn LSP model
#48209 commented on
Dec 1, 2024 • 0 new comments -
Do not use CanApplyChanges to skip applying mapped file changes
#47908 commented on
Dec 1, 2024 • 0 new comments -
RenameSymbolAsync: Do not fall back to in-proc
#47557 commented on
Dec 1, 2024 • 0 new comments -
Use explicit type on tuples loses nullability
#47038 commented on
Dec 1, 2024 • 0 new comments -
Unify Interactive and Immediate Window UI and experiences
#46485 commented on
Dec 1, 2024 • 0 new comments -
editorconfig rules are ignored in cshtml files
#46364 commented on
Dec 1, 2024 • 0 new comments -
VB SnippetCompletionProviderTests failing after test composition refactoring
#46295 commented on
Dec 1, 2024 • 0 new comments -
Possible inconsistency when SimplifyTypeNames produces diagnostics in member access expressions
#40646 commented on
Dec 1, 2024 • 0 new comments -
Design concerns around work being done with IDE Analzyers/Fxers/Refactorings
#29345 commented on
Dec 1, 2024 • 0 new comments -
Undoing code for renamed deleted class doesn't work
#28819 commented on
Dec 1, 2024 • 0 new comments -
csharp_space_around_declaration_statements setting has ambiguous options
#28022 commented on
Dec 1, 2024 • 0 new comments -
EditorConfig: config isn't applied if only one format is placed between curly braces
#27330 commented on
Dec 1, 2024 • 0 new comments -
"When variable type is apparent" doesn't apply to array initialization
#26531 commented on
Dec 1, 2024 • 0 new comments -
"Go to type" tool includes .g.i.cs files, should not
#26369 commented on
Dec 1, 2024 • 0 new comments -
Introduce constant & smart naming breaks unrelated code
#25701 commented on
Dec 1, 2024 • 0 new comments -
EditorConfig: being set once dotnet_sort_system_directives_first and dotnet_separate_import_directive_groups rule values can't be changed
#25125 commented on
Dec 1, 2024 • 0 new comments -
Document encoding can throw in SourceTextStream.Read
#24845 commented on
Dec 1, 2024 • 0 new comments -
Naming rule violation by using VS Toolbox and auto create handler
#24453 commented on
Dec 1, 2024 • 0 new comments -
editorconfig static rule is applying to const
#23884 commented on
Dec 1, 2024 • 0 new comments -
.editorconfig is no effect if the path contains "[]"
#23540 commented on
Dec 1, 2024 • 0 new comments -
Editorconfig : Can't exclude const fields
#23391 commented on
Dec 1, 2024 • 0 new comments -
Comment templates doesn't respect end_of_line = lf in .editorconfig
#23143 commented on
Dec 1, 2024 • 0 new comments -
Creating new file does not respect .editorconfig tab setting
#22171 commented on
Dec 1, 2024 • 0 new comments -
Putting the cursor on on a variable in a tuple doesn't highlight uses (and prohibits rename, etc.)
#22170 commented on
Dec 1, 2024 • 0 new comments -
VB: "Move type to file" refactoring moves unrelated members when used on nested classes.
#22012 commented on
Dec 1, 2024 • 0 new comments -
Pattern matching does not support words separated by spaces
#21481 commented on
Dec 1, 2024 • 0 new comments -
Diff windows get rename "ants" but no way to rename
#20824 commented on
Dec 1, 2024 • 0 new comments -
Relation between ruleset, editorconfig rules and VS Code Style
#19618 commented on
Dec 1, 2024 • 0 new comments -
Define spec for NuGet packages providing .editorconfig defaults
#19028 commented on
Dec 1, 2024 • 0 new comments -
"this." type simplification shouldn't run when "this." simplification is enabled at the "None" severity
#17039 commented on
Dec 1, 2024 • 0 new comments -
WithEvents fields are treated as non-fields in naming enforcement
#15343 commented on
Dec 1, 2024 • 0 new comments -
Xml tags are not getting classified properly
#13843 commented on
Dec 1, 2024 • 0 new comments -
Port local feature tests to LSP
#40416 commented on
Dec 1, 2024 • 0 new comments -
Move VisualStudioSymbolSearchService functionality to OOP
#39619 commented on
Dec 1, 2024 • 0 new comments -
Go To Definition for XAML elements is wrong
#39585 commented on
Dec 1, 2024 • 0 new comments -
CodeStyleOption .editorconfig configuration tests have broken baselines
#39466 commented on
Dec 1, 2024 • 0 new comments -
Allow user to restrict scope of namespace rename changes
#39426 commented on
Dec 1, 2024 • 0 new comments -
Undoing "Move type" in a SDK-style project does not remove the added class
#39382 commented on
Dec 1, 2024 • 0 new comments -
C#, Rename file to match class name unexpectedly fails to trigger
#39327 commented on
Dec 1, 2024 • 0 new comments -
Revisit TaskFactoryExtensions.SafeStartNew* methods
#39222 commented on
Dec 1, 2024 • 0 new comments -
editorconfig doesn't detect vars or update notification type
#38712 commented on
Dec 1, 2024 • 0 new comments -
Suggest import statement based on common usage
#38453 commented on
Dec 1, 2024 • 0 new comments -
Debugger doesn't show value of variable, instead says 'x' threw an exception of type 'System.NullReferenceException'
#37763 commented on
Dec 1, 2024 • 0 new comments -
Ctrl+. -> generate field puts generated field inside #region IDisposable Support
#37401 commented on
Dec 1, 2024 • 0 new comments -
moved file to new location and .editorconfig code style severities were not applied
#37276 commented on
Dec 1, 2024 • 0 new comments -
.editorconfig not respecting object initializer rule
#36865 commented on
Dec 1, 2024 • 0 new comments -
Generate Class in new file quick fix in Shared Project shows error
#36706 commented on
Dec 1, 2024 • 0 new comments -
Remove Roslyn types from ProjectExternalErrorReporter
#36137 commented on
Dec 1, 2024 • 0 new comments -
Running editorconfig static analyzer from command line
#34449 commented on
Dec 1, 2024 • 0 new comments -
'IDE0060 Remove unused parameter' for method that implements interface in derived class
#33996 commented on
Dec 1, 2024 • 0 new comments -
Unexpected formatting following rename operation
#33799 commented on
Dec 1, 2024 • 0 new comments -
Questionable IDE0052 for private members that keep a side-effect producing reference (timer) alive
#32956 commented on
Dec 1, 2024 • 0 new comments -
VS 2017 RC - refactor doesnt respect editorconfig settings
#32427 commented on
Dec 1, 2024 • 0 new comments -
prefer var not working as expected
#29657 commented on
Dec 1, 2024 • 0 new comments -
'Prefer braces' feature shoudl be called 'Require braces'
#29621 commented on
Dec 1, 2024 • 0 new comments -
I think DocumentEditor.AddAttribute has an indentation bug
#29611 commented on
Dec 1, 2024 • 0 new comments -
Use interpolated strings instead of String.Concat or String.Join
#58557 commented on
Dec 3, 2024 • 0 new comments -
Output /p:ReportAnalyzer=true under normal verbosity
#55604 commented on
Dec 4, 2024 • 0 new comments -
MSBuildWorkspace.OpenSolutionAsync hangs indefinitely on 4.9.0+ in Windows 2022 Azure CI/CD
#75967 commented on
Dec 4, 2024 • 0 new comments -
Integration test failures in Roslyn dartlab CI
#75883 commented on
Dec 4, 2024 • 0 new comments -
Escape analysis ignores local passed by reference to interpolated string handler `AppendFormatted()` method
#63306 commented on
Dec 4, 2024 • 0 new comments -
Area - Rename - 2
#76029 commented on
Dec 4, 2024 • 0 new comments -
Use primary constructor (and remove fields) removes code comments
#69012 commented on
Dec 4, 2024 • 0 new comments -
Code folding support for switch expression
#69357 commented on
Dec 4, 2024 • 0 new comments -
IDE0028 (Collection initialization can be simplified) with CollectionBuilder methods results in recursive invocations
#70099 commented on
Dec 4, 2024 • 0 new comments -
Area - Use Collection Initializer/Expression
#75735 commented on
Dec 4, 2024 • 0 new comments -
LSP: Support `textDocument/semanticTokens/full` and `textDocument/semanticTokens/full/delta`
#70536 commented on
Dec 4, 2024 • 0 new comments -
Area - Find All References
#75729 commented on
Dec 4, 2024 • 0 new comments -
FAR on `Create` method of a collection builder doesn't find all the usages
#71133 commented on
Dec 4, 2024 • 0 new comments -
Invert if refactoring is not available at the top-level
#71424 commented on
Dec 4, 2024 • 0 new comments -
Code fix for IDE0065 (using must be outside namespace) creates invalid code for using aliases
#72782 commented on
Dec 4, 2024 • 0 new comments -
Area - Misplaced Using Directives
#75809 commented on
Dec 4, 2024 • 0 new comments -
roslyn-lsp --stdio option (or --pipe with a client-created pipe)
#72871 commented on
Dec 4, 2024 • 0 new comments -
Area - Inline Variable Declaration
#75774 commented on
Dec 4, 2024 • 0 new comments -
Inlining collection expression local into a spread could inline more aggressively
#73148 commented on
Dec 4, 2024 • 0 new comments -
Method defining line move when adding code before method declaration
#73799 commented on
Dec 4, 2024 • 0 new comments -
"Invert if" does not properly enclose an entire `#region`/`#endregion`
#73917 commented on
Dec 4, 2024 • 0 new comments -
'dotnet_style_require_accessibility_modifiers = always' doesn't work for interface members
#74244 commented on
Dec 4, 2024 • 0 new comments -
IDE0040 (Add accessibility modifiers) is not enforced for types nested in interfaces
#74245 commented on
Dec 4, 2024 • 0 new comments -
Feature Request: Namespaced autocomplete
#75342 commented on
Dec 4, 2024 • 0 new comments -
Suggest name when naming tuple item
#75347 commented on
Dec 4, 2024 • 0 new comments -
"display inline parameter name hints" shortcut not working when "Display all hints while pressing Alt+F1" is checked
#58839 commented on
Dec 3, 2024 • 0 new comments -
Event add-remove accessors references are not displayed in Find All References
#59189 commented on
Dec 3, 2024 • 0 new comments -
Inline parameter hint is off when incorrect number of arguments is passed
#59317 commented on
Dec 3, 2024 • 0 new comments -
Incorrect IDE0007: Use 'var' instead of explicit type when the type implements multiple instantiations of a generic interface which influence overload resolution
#59337 commented on
Dec 4, 2024 • 0 new comments -
wrong "Remove unnecessary suppression" warning
#59837 commented on
Dec 4, 2024 • 0 new comments -
Renaming a nested type should offer to update filename using Outer.Inner.cs convention
#60054 commented on
Dec 4, 2024 • 0 new comments -
Remove the IOptionProvider and ExportGlobalOptionProvider from FeatureOnOffOptions
#60082 commented on
Dec 4, 2024 • 0 new comments -
Generate method should generate inside existing partial `Program` for top-level code
#60136 commented on
Dec 4, 2024 • 0 new comments -
C# VS 2022 Code Style | Formatting | Spacing not properly applying options
#60981 commented on
Dec 4, 2024 • 0 new comments -
Area - Use Expression/Block Body
#75777 commented on
Dec 4, 2024 • 0 new comments -
Code Style: use block body for accessors: doesn't format correctly
#61279 commented on
Dec 4, 2024 • 0 new comments -
Area - Sync Namespace
#76110 commented on
Dec 4, 2024 • 0 new comments -
Refactoring namespace removes this operator
#61465 commented on
Dec 4, 2024 • 0 new comments -
Parenthes completion doesn't work sometimes
#61680 commented on
Dec 4, 2024 • 0 new comments -
Area - Remove Unused Variable/Values
#75737 commented on
Dec 4, 2024 • 0 new comments -
Remove unused parameter (IDE0060) on parameter used by [InterpolatedStringHandlerArgument]
#62077 commented on
Dec 4, 2024 • 0 new comments -
'Convert to raw string without leading whitespace' erroneously strips trailing whitespace
#62376 commented on
Dec 4, 2024 • 0 new comments -
Change signature should suggest importing namespace for a type that's not recognized
#63187 commented on
Dec 4, 2024 • 0 new comments -
Area - Change Signature
#75749 commented on
Dec 4, 2024 • 0 new comments -
IDE0031: Null check can be simplified. Use null propagation does nothing.
#66141 commented on
Dec 4, 2024 • 0 new comments -
Introduce parameter crashes with `ArgumentOutOfRangeException`
#67932 commented on
Dec 4, 2024 • 0 new comments -
Suggestion: Allow auto-generated Enum.IsDefined parameter checks, similar to the current "Add null check" for reference types
#66327 commented on
Dec 4, 2024 • 0 new comments -
Promote "Convert to interpolated string" to an analyzer/fixer
#68469 commented on
Dec 4, 2024 • 0 new comments -
C# editor should provide a collapsable region for comments
#68579 commented on
Dec 4, 2024 • 0 new comments -
"Invert `#if`" refactoring
#75438 commented on
Dec 4, 2024 • 0 new comments -
Copy&paste into raw string literal affects formatting
#74661 commented on
Dec 4, 2024 • 0 new comments -
Move static members to another type does not use the correct visibility
#58502 commented on
Dec 4, 2024 • 0 new comments -
Add "Generate deconstructor" refactoring
#52774 commented on
Dec 4, 2024 • 0 new comments -
Code fix for CS0206 when passing a property to a ref parameter
#51515 commented on
Dec 4, 2024 • 0 new comments -
"Convert to method": `nameof` expression in attributes is converted to string literal
#64904 commented on
Dec 4, 2024 • 0 new comments -
Source generator warning duplication and missing link and description
#69826 commented on
Dec 4, 2024 • 0 new comments -
Treat backspace as undo immediately after semi-colon insert/caret movement
#51685 commented on
Dec 4, 2024 • 0 new comments -
Shift+Tab (Outdent / Decrease Indent) does not work in virtual space
#55050 commented on
Dec 4, 2024 • 0 new comments -
Area - Formatting - 5
#76084 commented on
Dec 4, 2024 • 0 new comments -
Indenting a raw string literal breaks it when a line starts with different whitespace than the IDE indents with
#59594 commented on
Dec 4, 2024 • 0 new comments -
Offer a codefix for BC40005
#54906 commented on
Dec 4, 2024 • 0 new comments -
Respect severity from 'option_name = option_value:severity' editorconfig entries in IDE features
#71483 commented on
Dec 4, 2024 • 0 new comments -
Enumerators fails to set state to "after" in various scenarios observable with `GetEnumerator()`
#76089 commented on
Dec 4, 2024 • 0 new comments -
Incremental builds are broken
#75884 commented on
Dec 4, 2024 • 0 new comments -
Don't generate nullable attributes when implementing interfaces/abstract classes
#38203 commented on
Dec 2, 2024 • 0 new comments -
[Performance] Reduce the work done by remove unreachable analyzer when calculating diagnostics
#70455 commented on
Dec 1, 2024 • 0 new comments -
Fix primary ctor param in static context
#74580 commented on
Dec 3, 2024 • 0 new comments -
Make in memory assemblies in InteractiveAssemblyLoader can be collected when use scripting
#74915 commented on
Nov 29, 2024 • 0 new comments -
Optimise allocations in `AssertEx.NormalizeWhitespace` and `OperationTreeVerifier.Verify`
#75202 commented on
Dec 2, 2024 • 0 new comments -
Onboard C# advanced pages to unified settings
#75493 commented on
Dec 4, 2024 • 0 new comments -
Warn for redundant pattern in `not ... or <redundant>` pattern
#75581 commented on
Dec 3, 2024 • 0 new comments -
Revert "Reduce File I/O under the AnalyzerAssemblyLoader folder (#724…
#75761 commented on
Dec 2, 2024 • 0 new comments -
Avoid reusing temps whose refs might be captured
#76009 commented on
Dec 4, 2024 • 0 new comments -
Add initial runtime async spike
#76121 commented on
Dec 2, 2024 • 0 new comments -
Area - Xml Documentation Comments
#75730 commented on
Dec 4, 2024 • 0 new comments -
Make `path` a first-class citizen attribute of the `<inheritdoc />` tag
#75598 commented on
Dec 4, 2024 • 0 new comments -
IDE0058 / IDE0029 does not handle multiple discards when at least one is from a parameter
#75599 commented on
Dec 4, 2024 • 0 new comments -
Refactoring to generate ArgumentOutOfRange checks on numeric types
#37653 commented on
Dec 4, 2024 • 0 new comments -
IDE0066 Suggests code that doesn't compile for implicitly convertable types
#44572 commented on
Dec 4, 2024 • 0 new comments -
Area - Use Pattern Matching
#75780 commented on
Dec 4, 2024 • 0 new comments -
Suggestion to use `obj is SomeConst` instead of safe cast or direct Equals(object) call
#45232 commented on
Dec 4, 2024 • 0 new comments -
Mark `public` modifier on interface methods as unnecessary
#47448 commented on
Dec 4, 2024 • 0 new comments -
Incorrect smart indent anchor following `do` keyword
#50063 commented on
Dec 4, 2024 • 0 new comments -
Area - Formatting - 4
#76026 commented on
Dec 4, 2024 • 0 new comments -
MSBuildWorkspace does not cleanly load VB project on Linux or MacOS
#72014 commented on
Dec 4, 2024 • 0 new comments -
Area - Remove Unnecessary Suppression
#75858 commented on
Dec 4, 2024 • 0 new comments -
"An item with the same key has already been added" in .Net Analyzer (InlineSuppressionsDiagnosticAnalyzer)
#50496 commented on
Dec 4, 2024 • 0 new comments -
[LSP] Properly respect client capabilities before responding to LSP requests
#50763 commented on
Dec 4, 2024 • 0 new comments -
Area - Add Import
#75750 commented on
Dec 4, 2024 • 0 new comments -
"Add missing using directives on paste" inserts them in the wrong order
#51844 commented on
Dec 4, 2024 • 0 new comments -
Area - Pull Members Up
#75775 commented on
Dec 4, 2024 • 0 new comments -
Pull method up to refactoring should show generic class
#52138 commented on
Dec 4, 2024 • 0 new comments -
Fix LSP tooltips that are generated as markdown from doc comments
#53358 commented on
Dec 4, 2024 • 0 new comments -
Automatic curly braces aren't always added in interpolated strings
#55091 commented on
Dec 4, 2024 • 0 new comments -
Area - Move Type
#75753 commented on
Dec 4, 2024 • 0 new comments -
Quick action "Move contents to namespace..." does not appear when namespace is file-scoped
#61280 commented on
Dec 4, 2024 • 0 new comments -
Area - Completion - 2
#76056 commented on
Dec 4, 2024 • 0 new comments -
Avoid recommending get-only properties without valid settable options in object initializer
#74331 commented on
Dec 4, 2024 • 0 new comments -
Factor MSBuild workspace into a separate package
#212 commented on
Dec 2, 2024 • 0 new comments -
SyntaxGenerator removes DisabledTextTrivia even with "KeepDirectives" is specified
#21122 commented on
Dec 3, 2024 • 0 new comments -
SyntaxEditor.Remove(node, SyntaxRemoveOptions.KeepNoTrivia) doesn't remove leading trivia of AttributeStatementSyntax
#21816 commented on
Dec 3, 2024 • 0 new comments -
Replacing a VariableDeclaratorSyntax with DocumentEditor.ReplaceNode introduces an InvalidCastException
#8154 commented on
Dec 3, 2024 • 0 new comments -
DocumentId's need a way to indicate that they refer to a SourceGenerated document.
#64397 commented on
Dec 3, 2024 • 0 new comments -
Area - Workspace - 1
#75741 commented on
Dec 3, 2024 • 0 new comments -
Solution.AddAdditionalDocument does not add a new file with AdditionalFiles item type
#4655 commented on
Dec 3, 2024 • 0 new comments -
EditorConfig Option csharp_preferred_modifier_order is missing `const`
#23033 commented on
Dec 3, 2024 • 0 new comments -
Converting setter to block body leaves set keyword on getter line
#23251 commented on
Dec 3, 2024 • 0 new comments -
Deconstructed variables code fix should always camelCase variables
#23716 commented on
Dec 3, 2024 • 0 new comments -
"Use explicit type instead of 'var'" should opt for adding a "using" instead of fully qualifying
#24034 commented on
Dec 3, 2024 • 0 new comments -
Attempt to drop light-bulb on a renamed generated symbol that no longer exists results in code fix crash
#27203 commented on
Dec 3, 2024 • 0 new comments -
Copy Paste Indent Level Wrong
#28868 commented on
Dec 3, 2024 • 0 new comments -
'Use pattern-matching' should be missing on writes from local function captures
#29512 commented on
Dec 3, 2024 • 0 new comments -
VS2017: Undesired reformatting when uncommenting a section
#29647 commented on
Dec 3, 2024 • 0 new comments -
VS 2022 is reformatting C# code when uncommenting a block
#68953 commented on
Dec 3, 2024 • 0 new comments -
Unable to "global" suppress a naming violation in a delegate
#29742 commented on
Dec 3, 2024 • 0 new comments -
Text Editor: wrong indention
#30531 commented on
Dec 3, 2024 • 0 new comments -
Auto-complete inserts closing brace causing auto-format to not be triggered
#32211 commented on
Dec 3, 2024 • 0 new comments -
Large squiggles for unused expression values
#32720 commented on
Dec 3, 2024 • 0 new comments -
Move to new file doesn't honor charset in .editorconfig
#34200 commented on
Dec 3, 2024 • 0 new comments -
Refactor > Rename applies to C# type, but not references in XAML
#35338 commented on
Dec 3, 2024 • 0 new comments -
Refactor > Rename doesn't update references to that type in XAML
#35339 commented on
Dec 3, 2024 • 0 new comments -
Editorconfig naming convention for tuple element names
#38705 commented on
Dec 3, 2024 • 0 new comments -
IDE0008 (Use explicit type) Fix All operation is too broad
#38953 commented on
Dec 3, 2024 • 0 new comments -
Formatter missing options
#892 commented on
Dec 2, 2024 • 0 new comments -
CodeLens shows 0 references in SharedProject without head projects
#3596 commented on
Dec 2, 2024 • 0 new comments -
Area - CodeLens
#75748 commented on
Dec 2, 2024 • 0 new comments -
EditorBrowsable(EditorBrowsableState.Never) in VS 2015 does not work as well as it does in VS 2013
#4434 commented on
Dec 2, 2024 • 0 new comments -
Cannot "Open With" CSharp editor if the file is opened in a different editor
#5729 commented on
Dec 2, 2024 • 0 new comments -
Code Style: Code fixes for xml doc comments
#7070 commented on
Dec 2, 2024 • 0 new comments -
Find All References on a constructor, only finds explicit callers via : base()
#11049 commented on
Dec 2, 2024 • 0 new comments -
Insert open paren after dotting off a close paren
#20329 commented on
Dec 2, 2024 • 0 new comments -
`dotnet format` fails with error CS0246: The type or namespace name 'XYZ' could not be found (are you missing a using directive or an assembly reference?
#69858 commented on
Dec 2, 2024 • 0 new comments -
VS 2022 can't find .NET Framework build host after update
#73854 commented on
Dec 3, 2024 • 0 new comments -
Error in 【MSBuildWorkspace.Create() .OpenSolutionAsync()】:System.Exception (cannotfound BuildHost)
#74070 commented on
Dec 3, 2024 • 0 new comments -
Area - Introduce Variable
#75734 commented on
Dec 3, 2024 • 0 new comments -
Nested 'for' semantic snippet fails to simplify global::System.Int32 to int
#71542 commented on
Dec 3, 2024 • 0 new comments -
`GetPreprocessingSymbolInfo` returns info when inside `#pragma warning` directive
#72907 commented on
Dec 3, 2024 • 0 new comments -
Area - Snippets/Templates
#75766 commented on
Dec 3, 2024 • 0 new comments -
Area - Formatting - 3
#75811 commented on
Dec 3, 2024 • 0 new comments -
Extend GetDataTipText to support hover on expressions
#72729 commented on
Dec 3, 2024 • 0 new comments -
Area - Extract Interface
#75769 commented on
Dec 3, 2024 • 0 new comments -
Area - Completion - 1
#75727 commented on
Dec 3, 2024 • 0 new comments -
Area - Implement Interface/Abstract-class
#75760 commented on
Dec 3, 2024 • 0 new comments -
Area - Use Conditional Expression
#76018 commented on
Dec 3, 2024 • 0 new comments -
Area - Go to Definition
#75736 commented on
Dec 3, 2024 • 0 new comments -
Area - Extract Method
#75745 commented on
Dec 3, 2024 • 0 new comments -
Incorrect IDE0015 "use framework type" recommendation for built-in type in XML doc comment.
#21758 commented on
Dec 3, 2024 • 0 new comments -
Localized string key in generated .editorconfig
#39602 commented on
Dec 3, 2024 • 0 new comments -
VB auto-format should add original text to undo stack when auto-formatting copy-pasted text
#51042 commented on
Dec 3, 2024 • 0 new comments -
Move type to file duplicates assembly level attributes
#51164 commented on
Dec 3, 2024 • 0 new comments -
C# intellisense suggestions missing class name in nested types
#51699 commented on
Dec 3, 2024 • 0 new comments -
Asynchronous methods and variables not showing unused warning
#52328 commented on
Dec 3, 2024 • 0 new comments -
Extend 'Simplify interpolation' to add FormattableString.Invariant
#52581 commented on
Dec 3, 2024 • 0 new comments -
IDE0040 'Accessibility modifiers required' should be configurable to ignore partial containing classes
#52904 commented on
Dec 3, 2024 • 0 new comments -
Area - Formatting - 1
#75731 commented on
Dec 3, 2024 • 0 new comments -
Settings > Text Editor > C# > Code style > Formatting > Spacing - Not all previews work
#53332 commented on
Dec 3, 2024 • 0 new comments -
order of explicit xml docs with `inheritdoc`
#54494 commented on
Dec 3, 2024 • 0 new comments -
Area - Editor Config - 2
#76030 commented on
Dec 3, 2024 • 0 new comments -
Show option name as a tooltip when hovering code-style and formatting options in EditorConfig UI
#54685 commented on
Dec 3, 2024 • 0 new comments -
Symbol import completion doesn't work in cref doc comments
#54742 commented on
Dec 3, 2024 • 0 new comments -
Move to namespace screws up document formatting
#54889 commented on
Dec 3, 2024 • 0 new comments -
"Go To Definition" on re-abstraction doesn't go the re-abstracted member
#61268 commented on
Dec 3, 2024 • 0 new comments -
VB Editor : Opening #regions via "...
#55048 commented on
Dec 3, 2024 • 0 new comments -
New line between auto braces leads to spaces instead of tabs for indentation in 16.10.3
#55055 commented on
Dec 3, 2024 • 0 new comments -
IDE0049 should use dotnet_style_predefined_type_for_locals_parameters_members for parameter types in XMLDoc references
#57764 commented on
Dec 3, 2024 • 0 new comments -
Area - Simplify Type Names
#75755 commented on
Dec 3, 2024 • 0 new comments -
Enhance "Move Type To {FileName}.cs" Refactoring to be Generic-Aware
#57843 commented on
Dec 3, 2024 • 0 new comments -
Changing namespace to match directory structure in whole directory
#57847 commented on
Dec 3, 2024 • 0 new comments -
Area - Naming Style
#75754 commented on
Dec 3, 2024 • 0 new comments -
Naming Style using underscore multiplies underscore
#57896 commented on
Dec 3, 2024 • 0 new comments -
Move Type to .cs file fails
#58014 commented on
Dec 3, 2024 • 0 new comments -
C# Editor - Paste comment line always converts line endings to CRLF
#58251 commented on
Dec 3, 2024 • 0 new comments -
MoveTypeCodeRefactoringProvider doesn't work for linked code
#39733 commented on
Dec 3, 2024 • 0 new comments -
Configure or supress issue adds editorconfig file link to different project
#40955 commented on
Dec 3, 2024 • 0 new comments -
Get naming warnings on parameters when implementing indexed properties
#41531 commented on
Dec 3, 2024 • 0 new comments -
Navigating to error about missing file shows yellow crash bar
#41688 commented on
Dec 3, 2024 • 0 new comments -
Completion in Interactive Window does not display Quick Info
#43097 commented on
Dec 3, 2024 • 0 new comments -
Area - Organize Imports
#75770 commented on
Dec 3, 2024 • 0 new comments -
EditorConfig: ingnoring end_of_line when sort directives or separate import directive groups
#44136 commented on
Dec 3, 2024 • 0 new comments -
.editorconfig file_header_template: can't use # (or ;) symbol
#44596 commented on
Dec 3, 2024 • 0 new comments -
Completion isn't triggered automatically for generic methods
#45107 commented on
Dec 3, 2024 • 0 new comments -
Explicitly specified type arguments should not be faded when they differ in nullability from inferred type arguments
#45484 commented on
Dec 3, 2024 • 0 new comments -
WrappingKeepStatementsOnSingleLine and WrappingPreserveSingleLine conflicts editor config settings
#45570 commented on
Dec 3, 2024 • 0 new comments -
Area - Go to Metadata
#75768 commented on
Dec 3, 2024 • 0 new comments -
Area - MSBuildWorkspace - 2
#75900 commented on
Dec 3, 2024 • 0 new comments -
[MSBuildWorkspace] ProjectReferences vs. AllProjectReferences return the same count despite projects not existing in the solution.
#46113 commented on
Dec 3, 2024 • 0 new comments -
"Redundant assignment" analysis does not consider recursive code path
#47655 commented on
Dec 3, 2024 • 0 new comments -
Add extension types to default .editorconfig templates
#47787 commented on
Dec 3, 2024 • 0 new comments -
IDE0071 may change type of objects passed to FormattableString
#47956 commented on
Dec 3, 2024 • 0 new comments -
IDE0051 should factor in new dependency attributes in .NET 5
#48206 commented on
Dec 3, 2024 • 0 new comments -
BUG: IDE0051 not working when file contains `nameof()`
#54972 commented on
Dec 3, 2024 • 0 new comments -
BUG: Analyzer displays False message IDE0051, Private member is unused
#53359 commented on
Dec 3, 2024 • 0 new comments -
Area - Generate Type
#75747 commented on
Dec 3, 2024 • 0 new comments -
Generate class codefix produces invalid code for top-level programs
#49649 commented on
Dec 3, 2024 • 0 new comments -
Invalid formatting of `#If` directive in VB
#50117 commented on
Dec 3, 2024 • 0 new comments -
Generate constructor with parameter disables implicit constructor
#51049 commented on
Dec 3, 2024 • 0 new comments -
Value Tracking should ignore optional parameters that aren't specified
#66771 commented on
Nov 30, 2024 • 0 new comments -
Change in behavior in code snippet shortcuts
#67741 commented on
Nov 30, 2024 • 0 new comments -
"Move to namespace" refactoring changes top level namespace instead of modifying specific object (multiple definitions in single file)
#67872 commented on
Nov 30, 2024 • 0 new comments -
"Move type to" code action doesn't open the new document.
#69638 commented on
Nov 30, 2024 • 0 new comments -
Goto definition on indexer
#70349 commented on
Nov 30, 2024 • 0 new comments -
Autocomplete jumps the cursor forward around Interpolated strings
#70749 commented on
Nov 30, 2024 • 0 new comments -
ctor shortcut access modifier
#70800 commented on
Nov 30, 2024 • 0 new comments -
VerifyHashRDirective is failing consistently in CI.
#71641 commented on
Nov 30, 2024 • 0 new comments -
Adding an .editorconfig via configuring severity doesn't handle localized Solution Items folders well
#71673 commented on
Nov 30, 2024 • 0 new comments -
IDE0270 - Cannot simplify for nullable implicit casts
#72052 commented on
Nov 30, 2024 • 0 new comments -
Questions about XML Documentation
#72528 commented on
Nov 30, 2024 • 0 new comments -
CS8625 code fix fails when declaration to fix is in another file
#74121 commented on
Nov 30, 2024 • 0 new comments -
'Insert arguments on Tab' should not consider captured primary constructor parameters
#74272 commented on
Nov 30, 2024 • 0 new comments -
ArgumentOutOfRangeException in SyntaxNode.FindNode
#75014 commented on
Nov 30, 2024 • 0 new comments -
Allow the Visual Studio "Sync Namespaces" tool to work at the folder level, not just Project and Solution.
#74777 commented on
Nov 30, 2024 • 0 new comments -
Refactoring suggestion -> Move to new file needs a confirmation dialog
#74778 commented on
Nov 30, 2024 • 0 new comments -
`Use explicit type instead of 'var'` emitted on enum value assignment
#75289 commented on
Nov 30, 2024 • 0 new comments -
Can't move type to file due to `MoveTypeCodeRefactoringProvider` error
#75405 commented on
Nov 30, 2024 • 0 new comments -
Unreachable code detection does not respect local scopes and throw statements
#75605 commented on
Nov 30, 2024 • 0 new comments -
Fix `Add import` is not suggested for extension methods defined in projects targeting a different framework than the project using the extension method
#75991 commented on
Nov 30, 2024 • 0 new comments -
.NET Framework: "IDE0059: Remove unnecessary value assignment" is incorrectly shown when assigning value in an is operator and variable is used in a nameof.
#76113 commented on
Nov 30, 2024 • 0 new comments -
Area - Completion - Override Completion
#75787 commented on
Nov 30, 2024 • 0 new comments -
EnC API for method instrumentation
#66770 commented on
Nov 30, 2024 • 0 new comments -
EnC: Handle missing assembly symbols in SymbolMatcher
#9004 commented on
Nov 30, 2024 • 0 new comments -
Code Cleanup option to Fix all warnings and errors set in EditorConfig
#60994 commented on
Nov 29, 2024 • 0 new comments -
Code Cleanup unexpectedly runs the Edit and Continue analyzer
#61082 commented on
Nov 29, 2024 • 0 new comments -
Code cleanup is missing option to remove empty lines
#63895 commented on
Nov 29, 2024 • 0 new comments -
Remove unused automatically-added using directives on save
#66898 commented on
Nov 29, 2024 • 0 new comments -
Code cleanup rules are way too aggressive
#66905 commented on
Nov 29, 2024 • 0 new comments -
Code Cleanup applying wrong "this." preferences
#66906 commented on
Nov 29, 2024 • 0 new comments -
Code Cleanup Hangs When Attempting To Fix CS1998
#68249 commented on
Nov 29, 2024 • 0 new comments -
Code Cleanup always makes private field as readonly
#68378 commented on
Nov 29, 2024 • 0 new comments -
When executing "Format document" of "Code cleanup" on save, it does not honor editorconfig, if source file build action is set to "None"
#74838 commented on
Nov 29, 2024 • 0 new comments -
Uncomment Selection Auto Formats
#56267 commented on
Nov 29, 2024 • 0 new comments -
IDE0045 loose comment before `else`
#58897 commented on
Nov 29, 2024 • 0 new comments -
the flag (tag? dont know the name) regarding inheritance is misleading
#58992 commented on
Nov 29, 2024 • 0 new comments -
Match Folder and Namespace is not documented.
#59103 commented on
Nov 29, 2024 • 0 new comments -
Integration tests fail when System.Composition.* packages are updated to 6.0.0
#59128 commented on
Nov 29, 2024 • 0 new comments -
Assertion in StackFrameParser
#59258 commented on
Nov 29, 2024 • 0 new comments -
Add "Change namespace to match directory structure" refactoring that takes target namespace as input
#59929 commented on
Nov 29, 2024 • 0 new comments -
Stack Trace Explorer isn't letting me go to async methods
#60079 commented on
Nov 29, 2024 • 0 new comments -
Symbol navigation from Stack Trace Explorer problems
#59682 commented on
Nov 29, 2024 • 0 new comments -
Stack Trace Explorer does not notify a user when a symbol cannot be found
#59815 commented on
Nov 29, 2024 • 0 new comments -
Stack Trace Explorer breaks the ability to run other commands
#60077 commented on
Nov 29, 2024 • 0 new comments -
"Move type to file" misbehaves in shared projects
#62360 commented on
Nov 30, 2024 • 0 new comments -
IntelliSense tooltips for large XML docs are cut and not scrollable, resulting in unreadable text
#63360 commented on
Nov 30, 2024 • 0 new comments -
Move type to file copies parent class
#64066 commented on
Nov 30, 2024 • 0 new comments -
Not offered to "Extract Method" when resulting async method produces two values
#64597 commented on
Nov 30, 2024 • 0 new comments -
CSharpSyncNamespaceCodeRefactoringProvider does not recognize .editorconfig's csharp_style_namespace_declarations
#65603 commented on
Nov 30, 2024 • 0 new comments -
InvalidOperationException from ActiveStatementTrackingService.TrackingSession.CreateTrackingSpans
#59829 commented on
Nov 30, 2024 • 0 new comments -
InvalidOperationException from DebuggingSession.GetBaseActiveStatementSpansAsync
#59826 commented on
Nov 30, 2024 • 0 new comments -
EnC: Allow signature changes and method/field/etc renames
#59264 commented on
Nov 30, 2024 • 0 new comments -
(Edit and Continue) ENCXXXX warnings still appear even when EnC is disabled
#58573 commented on
Nov 30, 2024 • 0 new comments -
ENC0053 incorrectly reported for edits made to a method containing a lambda, with dynamically versioned assembly
#57249 commented on
Nov 30, 2024 • 0 new comments -
Throw better exception when multiple semantic edits of the same symbol are passed to Compilation.EmitDifference
#54937 commented on
Nov 30, 2024 • 0 new comments -
Renaming/changing arity of a reloadable type is not handled correctly
#54881 commented on
Nov 30, 2024 • 0 new comments -
EnC: partial definitions can't be ignored in the analysis since they may contribute attributes, Implements, Handles clauses
#54800 commented on
Nov 30, 2024 • 0 new comments -
EnC: AnalyzeTrivia incorrectly assumes that matches not in EditMap have no token changes
#54729 commented on
Nov 30, 2024 • 0 new comments -
EnC - Report better rude edits for captures that don't appear in source
#54370 commented on
Nov 30, 2024 • 0 new comments -
EnC: handle exception regions with cross-file #line mappings and changes in #line paths
#52971 commented on
Nov 30, 2024 • 0 new comments -
EnC: Moving a method with a parameter across partial definitions issues wrong rude edit
#52211 commented on
Nov 30, 2024 • 0 new comments -
Remove workaround for Razor design-time only source-generated files
#51678 commented on
Nov 30, 2024 • 0 new comments -
Simplify CSharpSymbolMatcher.MapDefinition implementation
#51595 commented on
Nov 30, 2024 • 0 new comments -
EnC: It is possible to emit invalid delta if semantic info is inferred from documents that are not up to date
#51261 commented on
Nov 30, 2024 • 0 new comments -
EnC: disallow editing async methods with incompatible constraints on their method builders
#51234 commented on
Nov 30, 2024 • 0 new comments -
EnC: Support moving member containing an active statement to a different file
#51177 commented on
Nov 30, 2024 • 0 new comments -
EnC: Reordering attributes is allowed, but the generated update is incorrect
#50917 commented on
Nov 30, 2024 • 0 new comments -
Revisit mapping of document ids to active statements in EditSession.BaseActiveStatements
#49938 commented on
Nov 30, 2024 • 0 new comments -
EnC: allow adding a package/project/metadata reference during debugging
#49015 commented on
Nov 30, 2024 • 0 new comments -
EnC: allow adding/renaming source file during debugging/hot reload
#49013 commented on
Nov 30, 2024 • 0 new comments -
EnC: Allow changing nullable annotations
#49011 commented on
Nov 30, 2024 • 0 new comments -
EnC: Improving the experience
#49001 commented on
Nov 30, 2024 • 0 new comments -
EnC: nint and nuint should be treated as equivalent to IntPtr and UIntPtr
#48637 commented on
Nov 30, 2024 • 0 new comments -
Edit and Continue silently fails if custom PathMap is defined
#47194 commented on
Nov 30, 2024 • 0 new comments -
EnC: Add a code action that updates all call-sites of a method with changed signature
#69197 commented on
Nov 30, 2024 • 0 new comments -
Hot Reload doesn't work if Razor class library has a view with the same name as the web app
#63399 commented on
Nov 30, 2024 • 0 new comments -
Reloadable types: updated versions are not callable from another assembly
#54981 commented on
Nov 30, 2024 • 0 new comments -
The assembly update failed.
#73173 commented on
Nov 30, 2024 • 0 new comments -
EnC: convert EditAndContinueLanguageService to service broker service
#72713 commented on
Nov 30, 2024 • 0 new comments -
EnC: support enum reordering edits
#69894 commented on
Nov 30, 2024 • 0 new comments -
EnC: Updating type of a property creates a duplicate Property table entry
#69834 commented on
Nov 30, 2024 • 0 new comments -
EnC: Emit trampoline for deleted property that shadows primary parameter
#69317 commented on
Nov 30, 2024 • 0 new comments -
EnC: Missing rude edit when an initializer with internal active statement is deleted
#69249 commented on
Nov 30, 2024 • 0 new comments -
EnC: Renaming a property with initializer doesn't work as expected
#69216 commented on
Nov 30, 2024 • 0 new comments -
EnC doesn't detect local function closure to lambda closure udpate
#67323 commented on
Nov 30, 2024 • 0 new comments -
EnC: update MoveNext of deleted async lambda to throw
#72887 commented on
Nov 30, 2024 • 0 new comments -
EnC: Razor page modifications using TagHelpers break Hot Reload (Moving field requires restarting the application)
#72759 commented on
Nov 30, 2024 • 0 new comments -
EnC fails when replacing generated regex attribute string
#72331 commented on
Nov 30, 2024 • 0 new comments -
EnC: Avoid completion of non-updated symbols
#70212 commented on
Nov 30, 2024 • 0 new comments -
EnC: Emit array and UTF8 literals using FieldRva
#69480 commented on
Nov 30, 2024 • 0 new comments -
Make EditAndContinueLanguageService a brokered service
#67338 commented on
Nov 30, 2024 • 0 new comments -
EnC: Allow stackalloc in non-active members
#67307 commented on
Nov 30, 2024 • 0 new comments -
Code containing async lambda fails to update when defined in a reloadable type
#63103 commented on
Nov 30, 2024 • 0 new comments -
EnC crash
#62478 commented on
Nov 30, 2024 • 0 new comments -
[Hot Reload] Roslyn stops reporting edits in VS session due to debugger crash
#61949 commented on
Nov 30, 2024 • 0 new comments -
Further improvements of EditAndContinueLanguageService.HasChangesAsync
#61692 commented on
Nov 30, 2024 • 0 new comments -
AssemblySymbol.CorLibrary invariant could be broken
#61262 commented on
Nov 30, 2024 • 0 new comments -
Understanding Hot Reload incremental update formats. Specifically, WatchHotReloadService.Update
#59840 commented on
Nov 30, 2024 • 0 new comments -
ArgumentException from EditAndContinue.ActiveStatementTaggerProvider.ProduceTagsAsync
#59830 commented on
Nov 30, 2024 • 0 new comments -
Remove type-forwarders added to avoid breaking TypeScript
#43313 commented on
Nov 29, 2024 • 0 new comments -
"New Line" options are _still_ not taking effect in VS 2022 Community (Version 17.13 Preview) - Please reopen this issue.
#75881 commented on
Nov 29, 2024 • 0 new comments -
Emit source locations locations of types, members and assembly level attributes in the PDB
#44521 commented on
Nov 29, 2024 • 0 new comments -
Change namespace refactoring applies other non-related changes
#45869 commented on
Nov 29, 2024 • 0 new comments -
Move to Namespace sometimes turns unrelated references into nested namespaces in XAML
#47273 commented on
Nov 29, 2024 • 0 new comments -
Follow up on fire & forget in EditAndContinueSaveFileCommandHandler.OnSourceFileUpdatedAsync
#47469 commented on
Nov 29, 2024 • 0 new comments -
C# Code Style setting "Qualify field access with 'this'" still not remembered / being reset
#49473 commented on
Nov 29, 2024 • 0 new comments -
Bug in Move Type to Namespace refactoring - usings not added for namespaces in same file
#50672 commented on
Nov 29, 2024 • 0 new comments -
EnC: Allow changing a record to a type and vice versa
#51874 commented on
Nov 29, 2024 • 0 new comments -
CSharpSyntaxGenerator doesn't appear to simplify when generating an attribute on a local function
#52039 commented on
Nov 29, 2024 • 0 new comments -
Microsoft.VisualStudio.Interop incorrect signature for get_IsDerivedFrom
#52273 commented on
Nov 29, 2024 • 0 new comments -
A file with the name '.editorconfig' already exists at the target location. Creating a link to another file with the same name at this location is not supported.
#49137 commented on
Nov 29, 2024 • 0 new comments -
MSBuildWorkspace: Unable to build hello world .netstandard2.0 class library anymore
#52293 commented on
Nov 29, 2024 • 0 new comments -
Provide a better view of rules per analyzers
#50231 commented on
Nov 29, 2024 • 0 new comments -
EditorConfig UI should not use `value:severity` syntax
#52694 commented on
Nov 29, 2024 • 0 new comments -
EditorConfig UI doesn't work correctly for VB-only style options
#52696 commented on
Nov 29, 2024 • 0 new comments -
Create an option in the new EditorConfig UI to toggle between the text editor and designer views
#53120 commented on
Nov 29, 2024 • 0 new comments -
EditorConfig UI: Make configured entries distinct from unconfigured/default entries
#53835 commented on
Nov 29, 2024 • 0 new comments -
"Wrap" refactorings should be a part of code-style
#53464 commented on
Nov 29, 2024 • 0 new comments -
EditorConfig UI should detect adding/removing analyzer packages
#53220 commented on
Nov 29, 2024 • 0 new comments -
Add help link to EditorConfig UI
#54620 commented on
Nov 29, 2024 • 0 new comments -
Show applicable languages in EditorConfig UI
#54621 commented on
Nov 29, 2024 • 0 new comments -
EditorConfig designer would benefit from showing the examples for CodeStyle as the VS options does
#54209 commented on
Nov 29, 2024 • 0 new comments -
Editorconfig UI is confused by file extension sections
#55011 commented on
Nov 29, 2024 • 0 new comments -
Unexpected logger failure when opening a solution
#55702 commented on
Nov 29, 2024 • 0 new comments -
IDE0021 showing up as warning despite being silent in editorconfig
#75896 commented on
Nov 28, 2024 • 0 new comments -
GetService Calls in constructors
#15148 commented on
Nov 29, 2024 • 0 new comments -
Rename File to Match Type incorrectly fires in correctly named .xaml.cs files
#18684 commented on
Nov 29, 2024 • 0 new comments -
Default PathMaps for .editorconfig
#19032 commented on
Nov 29, 2024 • 0 new comments -
Pasting generic type names in doc comments should escape '<' and '>'
#19197 commented on
Nov 29, 2024 • 0 new comments -
Failure to resolve a name should mark all usings as used
#20589 commented on
Nov 29, 2024 • 0 new comments -
Missing an option between "Prefer var for built-in types" and "when variable type is apparent"
#23714 commented on
Nov 29, 2024 • 0 new comments -
Support more code snippets
#24224 commented on
Nov 29, 2024 • 0 new comments -
nameof autocompletion on nested class doesn't work for parent class members
#24500 commented on
Nov 29, 2024 • 0 new comments -
[Feature Request] Colorized error messages in the IDE
#24566 commented on
Nov 29, 2024 • 0 new comments -
Analysers don't respect <IncludeAll Action="Warning" /> in .ruleset file
#25409 commented on
Nov 29, 2024 • 0 new comments -
Call Hierarchy does not set focus to editor
#72615 commented on
Nov 29, 2024 • 0 new comments -
'nameof(Method)' should not appear in "Calls to 'Method'" in Call Hierarchy
#71068 commented on
Nov 29, 2024 • 0 new comments -
rework the type hierarchy window
#68518 commented on
Nov 29, 2024 • 0 new comments -
Call hierarchy nesting is unnecessarily complicated
#59853 commented on
Nov 29, 2024 • 0 new comments -
"Show call hierarchy" feature for generic method shows calls for all implementations of the generic method instead of current implementation.
#69294 commented on
Nov 29, 2024 • 0 new comments -
View Call Hierarchy incorrectly displays "Search found no results".
#54535 commented on
Nov 29, 2024 • 0 new comments -
Make call hierarchy more compact
#35195 commented on
Nov 29, 2024 • 0 new comments -
Call Hierarchy should show method group references.
#67168 commented on
Nov 29, 2024 • 0 new comments -
When editing xml comments, backspace, a, spacebar causes <see langword="abstract"/> to appear
#37142 commented on
Nov 29, 2024 • 0 new comments -
Expression evaluator tests depend on desktop ilasm
#37921 commented on
Nov 29, 2024 • 0 new comments -
Regression: #r completion in Interactive Window is broken
#39299 commented on
Nov 29, 2024 • 0 new comments -
Review collection of AnalyzerTelemetryInfo telemetry
#41114 commented on
Nov 29, 2024 • 0 new comments -
Solution.WithDocumentText should throw when given null or unrelated document ids
#42029 commented on
Nov 29, 2024 • 0 new comments -
Support diff3 conflict style for conflict marker detection and fixes
#42224 commented on
Nov 29, 2024 • 0 new comments -
The way analyzers interact with source packages is bad
#51988 commented on
Nov 29, 2024 • 0 new comments -
Right clicking to supress on a warning from a generated file does not suppress it.
#54120 commented on
Nov 29, 2024 • 0 new comments -
.editorconfig improvement
#54527 commented on
Nov 29, 2024 • 0 new comments -
Wrong, Unclear and not helpful WorkspaceDiagnostic errors reported for .csproj projects based on versions below .NET 5.0
#58592 commented on
Nov 29, 2024 • 0 new comments -
Leading trivia contains SingleLineCommentTrivia instead of SingleLineDocumentationCommentTrivia during build
#58210 commented on
Nov 29, 2024 • 0 new comments -
Update csharp_indent_braces to allow for more fine grained control
#63256 commented on
Nov 29, 2024 • 0 new comments -
Every CSharpScript.EvaluateAsync() call generates a new assembly that does not get unloaded
#41722 commented on
Nov 29, 2024 • 0 new comments -
Make intellisense provide suggestions for generic lists where <T> is the class inherited.
#54929 commented on
Nov 29, 2024 • 0 new comments -
EnC analyzer reports duplicate semantic diagnostics
#36061 commented on
Nov 29, 2024 • 0 new comments -
EnC: Consider locals declared within expressions (out var, patterns) when weighting blocks
#37460 commented on
Nov 29, 2024 • 0 new comments -
EnC - Report edits for semantic changes when adding a using
#52161 commented on
Nov 29, 2024 • 0 new comments -
Allow renaming reloadable types
#54886 commented on
Nov 29, 2024 • 0 new comments -
EnC: Multi-process Cltr+F5 and attach
#55761 commented on
Nov 29, 2024 • 0 new comments -
Typing operators cannot complete the selected items for types with overloaded operator
#55806 commented on
Nov 29, 2024 • 0 new comments -
Adding a new method to .NET MAUI Android using Hot Reload does not produce Rude Edit dialog
#56170 commented on
Nov 29, 2024 • 0 new comments -
EnC: rude edits not reported for closed files
#51400 commented on
Nov 29, 2024 • 0 new comments -
"Separate using directive groups" option not working in the new "C# Code Cleanup", in preview 4
#28631 commented on
Nov 29, 2024 • 0 new comments -
'csharp_style_conditional_delegate_call = true:silent' not honored by RunDefaultCodeCleanup
#38490 commented on
Nov 29, 2024 • 0 new comments -
Code Cleanup - some features not working
#54536 commented on
Nov 29, 2024 • 0 new comments -
Add new line formatting analyzer rules to Code Cleanup
#56211 commented on
Nov 29, 2024 • 0 new comments -
Code Cleanup Appears to Format Document Even Though It is Not Configured to do So
#56260 commented on
Nov 29, 2024 • 0 new comments -
Code cleanup should support naming style rules
#58090 commented on
Nov 29, 2024 • 0 new comments -
Code Cleanup: Fixer to sort fields,props, methods etc. based on preferred order
#58215 commented on
Nov 29, 2024 • 0 new comments -
Code cleanup on save adds extra steps in back (Undo) history
#59781 commented on
Nov 29, 2024 • 0 new comments -
sort usings should be apart of code cleanup
#60986 commented on
Nov 29, 2024 • 0 new comments -
Incorrect naming rule violation IDE1006 for ALL_UPPER starting with S as starting character
#55845 commented on
Nov 29, 2024 • 0 new comments -
Add Link to Quality Rules in the New .editorConfig Viewer
#55944 commented on
Nov 29, 2024 • 0 new comments -
.editorConfig Editor needs some big usability improvements
#56506 commented on
Nov 29, 2024 • 0 new comments -
Code cleanup settings UI matches editorconfig settings editor
#58088 commented on
Nov 29, 2024 • 0 new comments -
Duplicated project when reading sln when multiple TargetPlatforms are specified
#56806 commented on
Nov 29, 2024 • 0 new comments -
.editorconfig editor root config display
#57840 commented on
Nov 29, 2024 • 0 new comments -
Adding editorconfig via Add Item menu shows error
#58615 commented on
Nov 29, 2024 • 0 new comments -
c# formatting constructor spacing not consistent
#59338 commented on
Nov 29, 2024 • 0 new comments -
Add Diagnostic ID column for Code Style/Whitespace/Naming Style in EditorConfig UI
#60147 commented on
Nov 29, 2024 • 0 new comments -
No response when adding editorconfig File(.NET/default) item to Cmake project node
#60235 commented on
Nov 29, 2024 • 0 new comments -
Opening .editorconfig in VS 17.2 Preview 2 causes conflicting unsaved changes
#60396 commented on
Nov 29, 2024 • 0 new comments -
MSBuildWorkspace should have an API to reload a project
#7842 commented on
Nov 29, 2024 • 0 new comments -
Add API to determine if type contains valid entry point
#34337 commented on
Nov 29, 2024 • 0 new comments -
Disallow use of 'async' in unsafe contexts
#47423 commented on
Nov 29, 2024 • 0 new comments -
IDE0005 doesn't find all unused directives
#43742 commented on
Nov 29, 2024 • 0 new comments -
C# Code Style - New Prefer System.HashCode in GetHashCode option is not supported in .editorconfig
#42694 commented on
Nov 29, 2024 • 0 new comments -
Flaky test - Roslyn.VisualStudio.IntegrationTests.Workspace.WorkspacesDesktop.ProjectProperties
#51783 commented on
Nov 29, 2024 • 0 new comments -
Remove .NET 4.5 targeting pack requirement for Microsoft.CodeAnalysis.Debugging.Package, PooledObjects.Package, and FunctionResolver
#56161 commented on
Nov 29, 2024 • 0 new comments -
.rtf license files in nuget packages flagged as security risk
#57385 commented on
Nov 29, 2024 • 0 new comments -
Code Analysis tooling issues with editorconfig
#58129 commented on
Nov 29, 2024 • 0 new comments -
Roslyn can't load an analyzer with a filename that does not match its assembly name
#60646 commented on
Nov 29, 2024 • 0 new comments -
New analyzer: Do not mark ref/out parameter with OptionalAttribute
#48222 commented on
Nov 29, 2024 • 0 new comments -
CodeAnalysis packages version prerequisites
#51478 commented on
Nov 29, 2024 • 0 new comments -
Loading Compilers.sln into a MSBuildWorkspace produces many CS0246 & CS1061 diagnostics
#51910 commented on
Nov 29, 2024 • 0 new comments -
Can't suppress warning for a project containing no code files
#51868 commented on
Nov 29, 2024 • 0 new comments -
Refactor option (use explicit type) missing
#66272 commented on
Dec 1, 2024 • 0 new comments -
Some editorconfig options are not persisted to VS settings
#66062 commented on
Dec 1, 2024 • 0 new comments -
Throw in CPSProjectFactory.GetIntermediateAssemblyPath
#65439 commented on
Dec 1, 2024 • 0 new comments -
Cover VisualStudioSettingsOptionPersister with tests
#65394 commented on
Dec 1, 2024 • 0 new comments -
IDE0010 should not complain about missing default case?
#65326 commented on
Dec 1, 2024 • 0 new comments -
Re-enable support in LSP code actions for creating files.
#65303 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Support commit character item defaults
#65282 commented on
Dec 1, 2024 • 0 new comments -
inheritdoc tooltips do not display typeparamref correctly
#64965 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Multiline extract method acts as if only single line selected
#64934 commented on
Dec 1, 2024 • 0 new comments -
Consider passing checksum algorithm to TextLoader.LoadTextAndVersion
#64220 commented on
Dec 1, 2024 • 0 new comments -
EE doesn't handle methods that span multiple documents correctly
#64098 commented on
Dec 1, 2024 • 0 new comments -
function and methods custom have different color.
#63954 commented on
Dec 1, 2024 • 0 new comments -
Project.CompilationOutputInfo doesn't resolve a situation with Directory.Build.props case
#63886 commented on
Dec 1, 2024 • 0 new comments -
[LSP] XML Doc Comment completions don't set the cursor properly in Razor
#63811 commented on
Dec 1, 2024 • 0 new comments -
Eliminate all uses of Workspace.TryApplyChanges from command handlers
#63574 commented on
Dec 1, 2024 • 0 new comments -
"Disabled" severity in EditorConfig UI doesn't work
#63050 commented on
Dec 1, 2024 • 0 new comments -
Use LocalClientSettingsStorageLocation to store TodoCommentOptions
#62754 commented on
Dec 1, 2024 • 0 new comments -
Migrate options stored in local registry to roaming options, where it makes sense
#62748 commented on
Dec 1, 2024 • 0 new comments -
When `csharp_prefer_braces = true:error` build doesn't fail as expected.
#62418 commented on
Dec 1, 2024 • 0 new comments -
Loading net60 project into net472 host is not fully supported
#62314 commented on
Dec 1, 2024 • 0 new comments -
Read SmartIndent option from IEditorOptions
#62204 commented on
Dec 1, 2024 • 0 new comments -
Raw string literal interpolation close character completion should work
#61541 commented on
Dec 1, 2024 • 0 new comments -
Multi-line indenting inside a raw string literal doesn't handle inconsistent whitespace
#61269 commented on
Dec 1, 2024 • 0 new comments -
Update and move readme of CodeCleanup
#60954 commented on
Dec 1, 2024 • 0 new comments -
Option insert_final_newline does not have IDE specified default value
#60962 commented on
Dec 1, 2024 • 0 new comments -
Adjusting namespaces after moving a file between folders removes parentheses in logical expressions
#69992 commented on
Dec 1, 2024 • 0 new comments -
Cancelling a source control checkout operation during refactoring produces visible errors
#69987 commented on
Dec 1, 2024 • 0 new comments -
Read-only files cause exceptions in several IDE components during refactoring
#69986 commented on
Dec 1, 2024 • 0 new comments -
Incorrect Single Line Property Formatting Despite Appropriate Setting in Visual Studio 2022 17.8 Preview 1
#69682 commented on
Dec 1, 2024 • 0 new comments -
Ctrl+click preview doesn't work for source generated code
#69641 commented on
Dec 1, 2024 • 0 new comments -
`when_on_single_line` not enforced or supported? - [IDE0022,IDE0023,IDE0023,IDE0024,IDE0025,IDE0026,IDE0027]
#69658 commented on
Dec 1, 2024 • 0 new comments -
editor taking spacebar to mean acceptance of autocompletion suggestions
#69591 commented on
Dec 1, 2024 • 0 new comments -
Razor intellisense not finding types in referenced project that consumes a source generator
#69732 commented on
Dec 1, 2024 • 0 new comments -
InvalidOperationException from CSharpInitializeMemberFromPrimaryConstructorParameterCodeRefactoringProvider
#69481 commented on
Dec 1, 2024 • 0 new comments -
Introduce abstraction for nullable options that fall back to feature flags
#69367 commented on
Dec 1, 2024 • 0 new comments -
Completion of `_` inserts `#if`
#71599 commented on
Dec 1, 2024 • 0 new comments -
'CSharpRemoveUnecessaryImportsCodeFixProvider' encoutered an error
#69231 commented on
Dec 1, 2024 • 0 new comments -
Quick action to adjust namespace changes code
#68875 commented on
Dec 1, 2024 • 0 new comments -
Cache vs-mef composition to improve startup perf
#68568 commented on
Dec 1, 2024 • 0 new comments -
[BUG] Move type to Classname.cs always puts file in project root
#68555 commented on
Dec 1, 2024 • 0 new comments -
When moving class to another namespace, the this. qualification is removed from the code (IDE0009).
#68377 commented on
Dec 1, 2024 • 0 new comments -
Prefer "this" when referencing an override function (CodeStyle option in C#)
#68326 commented on
Dec 1, 2024 • 0 new comments -
'CSharpIntroduceParameterCodeRefactoringProvider' encountered an error and has been disabled
#68301 commented on
Dec 1, 2024 • 0 new comments -
Code clean-up removes "this" on methods despite being configured otherwise
#68238 commented on
Dec 1, 2024 • 0 new comments -
Create an option to paste files in a folder changing automatically the file's namespace
#68121 commented on
Dec 1, 2024 • 0 new comments -
IDE0038 ignores scopes of variables with same (re-defined) name, ignores static lambdas, and produces invalid code
#68051 commented on
Dec 1, 2024 • 0 new comments -
IDE0130 refactoring sometimes also want to change other things in the document such as change variables to var
#67480 commented on
Dec 1, 2024 • 0 new comments -
Enum preselection in switch expressions breaks `enter` behavior.
#67005 commented on
Dec 1, 2024 • 0 new comments -
Editorconfig UTF-8 BOM setting is ignored when creating a new file
#66907 commented on
Dec 1, 2024 • 0 new comments -
editorconfig not working as expected
#66801 commented on
Dec 1, 2024 • 0 new comments -
Adding an editorconfig throws exception
#58611 commented on
Dec 1, 2024 • 0 new comments -
MoveToNamespace refactoring NRE
#58560 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Do not use IsOpen in LSP scenarios
#58319 commented on
Dec 1, 2024 • 0 new comments -
When viewing options, it does not show that some have been overridden by .editorconfig .
#58213 commented on
Dec 1, 2024 • 0 new comments -
Improvements to unused value analyzer and code fixes
#58141 commented on
Dec 1, 2024 • 0 new comments -
EditorConfig Code style with all_upper does not allow names starting with M_, S_ or T_
#57706 commented on
Dec 1, 2024 • 0 new comments -
Configuring IDE0160 code style adds an .editorconfig description referencing the wrong style
#57666 commented on
Dec 1, 2024 • 0 new comments -
Completion in dotted property pattern incorrect for nullable value type properties
#57616 commented on
Dec 1, 2024 • 0 new comments -
IDE0072/IDE0010 does not get properly reported (e.g. no `(TEnum)0` when `Nullable<TEnum>` gets switched and `null` case is present)
#57523 commented on
Dec 1, 2024 • 0 new comments -
IDE0058 should offer excluded_symbol_names configuration
#57297 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Ensure that handlers that ask for a document get a document or do not get called
#57216 commented on
Dec 1, 2024 • 0 new comments -
adding Copy function beside method
#57052 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Goto/Peek definition on string literal does not go to definition
#56765 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Support project context for roslyn LSP outside of VS
#56711 commented on
Dec 1, 2024 • 0 new comments -
Move XamlOptions back to Microsoft.VisualStudio.LanguageServices.Xaml
#56324 commented on
Dec 1, 2024 • 0 new comments -
.editorconfig file from parent directory ignored
#56142 commented on
Dec 1, 2024 • 0 new comments -
Order of quick actions changed
#55401 commented on
Dec 1, 2024 • 0 new comments -
After entering the method, the parenthesis Automatically outputs the parentheses after entering a method
#55085 commented on
Dec 1, 2024 • 0 new comments -
C# Editor Formatting - Set Spacing For Operators
#54921 commented on
Dec 1, 2024 • 0 new comments -
Using fixup rule to add 'using' namespace is not respecting code indentation settings requiring additional manual fixup (SA1137 error)
#54842 commented on
Dec 1, 2024 • 0 new comments -
Text Editor Font Colors greying out when adding a project with source code.
#54627 commented on
Dec 1, 2024 • 0 new comments -
Settings in .editorconfig are ignored or get overridden
#54531 commented on
Dec 1, 2024 • 0 new comments -
EditorConfig UI: IDE0005 (remove unnecessary imports) doesn't exist
#54438 commented on
Dec 1, 2024 • 0 new comments -
In LSP scenarios stop utilizing OnAutoInsert for `///` inclusion
#54431 commented on
Dec 1, 2024 • 0 new comments -
Add snippets into LSP
#53853 commented on
Dec 1, 2024 • 0 new comments -
Code formatting applies to `stackalloc` collection initializer syntax
#60921 commented on
Dec 1, 2024 • 0 new comments -
Remove ILegacyGlobalCleanCodeGenerationOptionsWorkspaceService
#60786 commented on
Dec 1, 2024 • 0 new comments -
Public CodeAction.PostProcessChangesAsync has no way to retrieve fallback options
#60777 commented on
Dec 1, 2024 • 0 new comments -
Quick Info should merge elements with the same name
#60725 commented on
Dec 1, 2024 • 0 new comments -
EditorConfig naming rules are not applied to properties in anonymous types
#60521 commented on
Dec 1, 2024 • 0 new comments -
IDE0055 false positive with no line ending after assembly directive
#60242 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Re-enable LSP GoToDefinition + GoToImplementation integration tests
#61188 commented on
Dec 1, 2024 • 0 new comments -
EditorConfig designer truncates text with no tooltips
#60234 commented on
Dec 1, 2024 • 0 new comments -
dotnet_style_require_accessibility_modifiers missing from C# Code Style settings UI
#60237 commented on
Dec 1, 2024 • 0 new comments -
.editorconfig UI doesn't update values
#60232 commented on
Dec 1, 2024 • 0 new comments -
Separate auto-formatting (on typing) from code style indentation logic
#60178 commented on
Dec 1, 2024 • 0 new comments -
"Change namespace to match directory structure" refactoring issues
#59899 commented on
Dec 1, 2024 • 0 new comments -
Better handle multiple definitions from Source Link in GTD
#59713 commented on
Dec 1, 2024 • 0 new comments -
Replace IDocumentExcerptService with LSP
#59386 commented on
Dec 1, 2024 • 0 new comments -
Introduce SyntaxAnnotation to update the indentation of an existing construct, without affecting any other trivia in it.
#59228 commented on
Dec 1, 2024 • 0 new comments -
File opened locally via GTD with Source Link should not be "live"
#59137 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Provide more info in Go To Implementation results
#59126 commented on
Dec 1, 2024 • 0 new comments -
Rename CSharpFormattingOptions2 members to match editorconfig names/flag names.
#59089 commented on
Dec 1, 2024 • 0 new comments -
FAR on a parameter should find all call sites passing value to that parameter
#59087 commented on
Dec 1, 2024 • 0 new comments -
Consider moving AutoFormattingOptions to C#
#58917 commented on
Dec 1, 2024 • 0 new comments -
Intellisense doesn't suggest short attribute name on lambda parameters
#58806 commented on
Dec 1, 2024 • 0 new comments -
C# code formatting is not respecting .editorconfig
#58731 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Move Local classification to LSP
#58773 commented on
Dec 1, 2024 • 0 new comments -
Quick action "Move type to new file" does not fix header or remove unneeded using statements
#58660 commented on
Dec 1, 2024 • 0 new comments -
editorconfig editor window does not show correct file Location
#58613 commented on
Dec 1, 2024 • 0 new comments -
Use global method handles in Portable delta PDBs
#16286 commented on
Nov 30, 2024 • 0 new comments -
E&C: Using a lambda-captured variable in an async method throws NRE at runtime & debugger
#15542 commented on
Nov 30, 2024 • 0 new comments -
Incorrect step sequence in EnC session
#14759 commented on
Nov 30, 2024 • 0 new comments -
Changing type in EnC session ignored
#14758 commented on
Nov 30, 2024 • 0 new comments -
EnC: implement support for unstructured error handling (On Error Resume Next)
#14305 commented on
Nov 30, 2024 • 0 new comments -
Enc: Test lambda update in presence of custom modifiers
#14297 commented on
Nov 30, 2024 • 0 new comments -
EnC distance function doesn't give preference to local names in local declarations
#13904 commented on
Nov 30, 2024 • 0 new comments -
EnC matching logic uses un-necessarily high distance threshold
#13873 commented on
Nov 30, 2024 • 0 new comments -
Missing IteratorStateMachineAttribute when making a method async during EnC
#11704 commented on
Nov 30, 2024 • 0 new comments -
Enc: making lambda async should be allowed
#11502 commented on
Nov 30, 2024 • 0 new comments -
EnC: Method decl mapping fails to recognize an overload
#10462 commented on
Nov 30, 2024 • 0 new comments -
Enc: Microsoft.CodeAnalysis.VisualBasic.UnitTests.EditAndContinueTests.LocalType_CustomModifiers is failing and is skipped.
#9854 commented on
Nov 30, 2024 • 0 new comments -
ENC Test Coverage: Should not re-use locals if the method metadata signature is unsupported.
#9849 commented on
Nov 30, 2024 • 0 new comments -
ENC Test Coverage: hould not re-use locals with custom modifiers
#9848 commented on
Nov 30, 2024 • 0 new comments -
ENC Test Coverage: Unique ids should not conflict with ids from previous generation
#9847 commented on
Nov 30, 2024 • 0 new comments -
CLR crash - ExecutionEngineException thrown on debuggers "Edit and Continue" for .NET 3.5
#7638 commented on
Nov 30, 2024 • 0 new comments -
Edit and continue symbol matchers assume that custom modifiers aren't present
#4722 commented on
Nov 30, 2024 • 0 new comments -
Edit and continue symbol matchers assume that custom modifiers can always be matched
#4721 commented on
Nov 30, 2024 • 0 new comments -
Rude edit for lambda signature changes seems wrong
#3978 commented on
Nov 30, 2024 • 0 new comments -
A CoreCLR JIT test fails to compile with Roslyn
#3915 commented on
Nov 30, 2024 • 0 new comments -
Extracting method during EnC misplacesActive Statements
#3880 commented on
Nov 30, 2024 • 0 new comments -
Improve test coverage of adding/remove const on locals
#3714 commented on
Nov 30, 2024 • 0 new comments -
EnC: Adding new global statements doesn't work in Script code
#3688 commented on
Nov 30, 2024 • 0 new comments -
EnC: IP should be highlighted in yellow after applying EnC changes
#3632 commented on
Nov 30, 2024 • 0 new comments -
EnC: improve VB RudeEdit error message
#3631 commented on
Nov 30, 2024 • 0 new comments -
Edit and Continue support on Mac
#41286 commented on
Nov 30, 2024 • 0 new comments -
EnC Scenario: deleting a file doesn't display rude edit
#41144 commented on
Nov 30, 2024 • 0 new comments -
Update AbstractEditAndContinueAnalyzer.HasBackingField for NRT changes
#39288 commented on
Nov 30, 2024 • 0 new comments -
EnC: Investigate cases when semantic analysis results shouldn't be cached per document
#38866 commented on
Nov 30, 2024 • 0 new comments -
Treat constant when clauses specially in EnC
#37806 commented on
Nov 30, 2024 • 0 new comments -
DIM EnC: Adding a non-virtual member to an interface fails at runtime
#37128 commented on
Nov 30, 2024 • 0 new comments -
Enable compiler EnC tests on Core
#36981 commented on
Nov 30, 2024 • 0 new comments -
BasicEditAndContinue.LocalsWindowUpdatesAfterLocalGetsItsTypeUpdatedDuringEnC Fails
#35952 commented on
Nov 30, 2024 • 0 new comments -
VB EnC: Allow editing method containing a static variable
#34405 commented on
Nov 30, 2024 • 0 new comments -
EnC: Rude edits not reported when file is added by Generate from Usage
#32494 commented on
Nov 30, 2024 • 0 new comments -
Edit and Continue debugger bug with async Task Main in VS 2017
#32224 commented on
Nov 30, 2024 • 0 new comments -
Edit and Continue with Visual Studio 2017 (Version 15.7.1) and IIS Express (x64) fails. (Null-Reference-Exception in CSharpSymbolMatcher.MatchSymbols.VisitNamespace)
#26840 commented on
Nov 30, 2024 • 0 new comments -
ENC0003: AggregateException with NRE inside in VS 17.6 Preview 3
#26126 commented on
Nov 30, 2024 • 0 new comments -
EnC scenario: stack corruption when editing recursive function
#24622 commented on
Nov 30, 2024 • 0 new comments -
EnC scenario: editing exception handler containing an active statement sometimes doesn't display rude edit
#24290 commented on
Nov 30, 2024 • 0 new comments -
EnC: Changing active statement or exception region span in any way should be rude edit
#23865 commented on
Nov 30, 2024 • 0 new comments -
EnC Changing active statement in property from block to expression body is not supported
#22696 commented on
Nov 30, 2024 • 0 new comments -
Edit and Continue thinks there's edits made to a project if you open 2 instances of the same project
#20635 commented on
Nov 30, 2024 • 0 new comments -
Pattern-matching with generics not showing EnC error message
#20484 commented on
Nov 30, 2024 • 0 new comments -
Duplicate semantic error during EnC
#19234 commented on
Nov 30, 2024 • 0 new comments -
support advanced edits of foreach statements within ENC
#19154 commented on
Nov 30, 2024 • 0 new comments -
EnC: Detect and handle changes of #line and conditional compilation directives
#18618 commented on
Nov 30, 2024 • 0 new comments -
EncManager: Handle active statements without sequence points
#18413 commented on
Nov 30, 2024 • 0 new comments -
Edit and Continue does not pick up null conditional operator on return
#17324 commented on
Nov 30, 2024 • 0 new comments -
LongestCommonSubsequence: Consolidate return types between GetMatchingPairs and GetEdit to avoid duplicated code
#16864 commented on
Nov 30, 2024 • 0 new comments -
IDE0130 does not report on partial classes
#72749 commented on
Dec 1, 2024 • 0 new comments -
csharp_new_line_before_open_brace Styling Rule backwards
#72710 commented on
Dec 1, 2024 • 0 new comments -
InvokeNavigateToForGeneratedFile is failing in integration tests.
#72627 commented on
Dec 1, 2024 • 0 new comments -
Semantic Search follow ups
#72585 commented on
Dec 1, 2024 • 0 new comments -
"Show potential fixes" does not offer a simple namespace fix
#72022 commented on
Dec 1, 2024 • 0 new comments -
Inline Rename currentState is null
#72017 commented on
Dec 1, 2024 • 0 new comments -
"Prefer namespace and folder match structure" in the wrong section in .editiorconfig UI
#71845 commented on
Dec 1, 2024 • 0 new comments -
Exception triggering within Microsoft.CodeAnalysis.SignatureHelp when typing keyword argument
#71846 commented on
Dec 1, 2024 • 0 new comments -
RemoteWorkspaceManager SimpleAssemblyLoader doesn't respect codeBasePath
#71510 commented on
Dec 1, 2024 • 0 new comments -
View Call Heirarchy shows nameof() operator as a reference and as recursive call
#71351 commented on
Dec 1, 2024 • 0 new comments -
[LSP] Expose on shutdown handler (similar to IOnInitialized)
#71124 commented on
Dec 1, 2024 • 0 new comments -
RemoteControlClient doesn't support BehaviorOnStale.ReturnStale on NetCore.
#71014 commented on
Dec 1, 2024 • 0 new comments -
"Move static members" prepends the current namespace twice after the textbox is edited
#70895 commented on
Dec 1, 2024 • 0 new comments -
IDE0305 "collection initialization can be simplified" spoils chained LINQ calls
#70833 commented on
Dec 1, 2024 • 0 new comments -
Remove IDE0055 (formatting) pragma suppressions for collection literals
#70711 commented on
Dec 1, 2024 • 0 new comments -
Code fix for `csharp_prefer_braces = true` adds blank line if another statement follows
#70697 commented on
Dec 1, 2024 • 0 new comments -
Rename Function does not rename #region (only in preview)
#70684 commented on
Dec 1, 2024 • 0 new comments -
Formatting multiple lock statements indents in an undesired behavior
#70672 commented on
Dec 1, 2024 • 0 new comments -
Re-enable flaky SquareBracket tests
#70671 commented on
Dec 1, 2024 • 0 new comments -
Running analyzers on dotnet/runtime yields AD0001 failures from IDE0004
#70654 commented on
Dec 1, 2024 • 0 new comments -
IDE0004 false positive for value tuple with nullable reference type
#68881 commented on
Dec 1, 2024 • 0 new comments -
Incorrect "IDE0004 Cast is redundant" in ternary involving nullable and Task
#60720 commented on
Dec 1, 2024 • 0 new comments -
Completion on LSP experiment
#70332 commented on
Dec 1, 2024 • 0 new comments -
Edit history changes when renaming a symbol
#70293 commented on
Dec 1, 2024 • 0 new comments -
C#: "Move to Namespace" does not appear for classes marked partial
#70033 commented on
Dec 1, 2024 • 0 new comments -
Edit and Continue does not work for VB Linked files
#3622 commented on
Nov 30, 2024 • 0 new comments -
Need some consistency around RudeEdit error message
#3606 commented on
Nov 30, 2024 • 0 new comments -
Consider improving performance of AbstractEditAndContinueAnalyzer.AnalyzeDocumentAsync
#3484 commented on
Nov 30, 2024 • 0 new comments -
Inconsistent active statement
#3234 commented on
Nov 30, 2024 • 0 new comments -
Seemingly miscalculated EnC rude edit
#3067 commented on
Nov 30, 2024 • 0 new comments -
EnC: after an edit is applied during exception handling the first statement following the handler is not stepped on
#2999 commented on
Nov 30, 2024 • 0 new comments -
EnC: Fix function remapping while in an exception filter
#2884 commented on
Nov 30, 2024 • 0 new comments -
VB EE after EnC: Renaming local in iterator/async method
#2737 commented on
Nov 30, 2024 • 0 new comments -
EnC: Update affected call-sites when a member is added
#2717 commented on
Nov 30, 2024 • 0 new comments -
C#: Avoid generating "pair lambdas" in LINQ binder
#2663 commented on
Nov 30, 2024 • 0 new comments -
EnC: possible optimization of conditional branches in debug builds
#2601 commented on
Nov 30, 2024 • 0 new comments -
[Enc] Adding a constructor to a type with field/property initializers that contain lambdas
#2504 commented on
Nov 30, 2024 • 0 new comments -
Assert Failed: StopDebuggingPE()
#2049 commented on
Nov 30, 2024 • 0 new comments -
Unreachable exception compiling valid VB code with synthesized constructor
#1452 commented on
Nov 30, 2024 • 0 new comments -
VB EnC: enable editing methods containing a complex query clause
#1212 commented on
Nov 30, 2024 • 0 new comments -
VB EnC: enable editing methods containing captured With-object
#1210 commented on
Nov 30, 2024 • 0 new comments -
Allow projects to be loaded/added unloaded/removed during EnC/HR session
#1204 commented on
Nov 30, 2024 • 0 new comments -
Balanced Source Generator mode does not work on saving
#75586 commented on
Dec 1, 2024 • 0 new comments -
IDE0001 false positive on nullable attributes
#75570 commented on
Dec 1, 2024 • 0 new comments -
Inline Hints should snap to the character grid when using a Monospace font.
#73649 commented on
Dec 1, 2024 • 0 new comments -
IDE0200 recommends change that increases allocation
#73147 commented on
Dec 1, 2024 • 0 new comments -
IDE0200 (remove unnecessary lambda expression) can change semantics when capturing writable members
#73259 commented on
Dec 1, 2024 • 0 new comments -
IDE0200 doesn't account for mutable structs
#66950 commented on
Dec 1, 2024 • 0 new comments -
Semantic Search: Use ActivationConstraint.FeatureFlag Gladstone API instead of a custom UI context
#72866 commented on
Dec 1, 2024 • 0 new comments -
"Conceptual" Search is required as C# syntax evolves
#72955 commented on
Dec 1, 2024 • 0 new comments