Manish Vasani
Manish Vasani
## Proposal ### Feature motivation This would help us address the open question mentioned in https://github.com/dotnet/roslyn/issues/44131#issuecomment-628722999 and finally help us notify users about mistakes in editorconfig files, both in CI...
> Analyzer config files are a hierarchy, but this operates on a single file. Is that good enough for analyzers? > Analysis might be "not enough keys set", which could...
@MariaSolOs Ah, I see your point. `Location.Create` method actually takes a `LinePositionSpan`, not a `FileLinePositionSpan`. Let me update the proposal.
Tagging @jcouv
@dceuinton The core idea of this rule is to discourage exposing _mutable_ or _cloned_ data structures through properties. It is a good API design principle to keep properties lightweight in...
Another feedback ticket for the same issue: https://developercommunity.visualstudio.com/t/Intellisense-continue-reporting-errors-a/1547853
Reported again by a customer in https://github.com/dotnet/roslyn/issues/63164. @BillWagner can we please add this documentation note for CS0169 first? Multiple users have now reported this issue for this ID.
Reported again by a customer in https://developercommunity.visualstudio.com/t/Showing-suggestion-for-thing-that-is-no-/10150898, but for another build-only compiler diagnostic [CS0649](https://learn.microsoft.com/en-us/dotnet/csharp/misc/cs0649). All the C# compiler error codes which are build-only diagnostics are listed here: https://github.com/dotnet/roslyn/blob/e263437db49b0650dbc72fca3331df654e05987c/src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs#L531-L573 and will...
Tagging @arkalyanms as an FYI. We have been receiving quite a few VS user feedback reports for stale compiler diagnostic squiggles/error list entries for build-only compiler diagnostics, that can only...
Reported again by another customer at https://developercommunity.visualstudio.com/t/VS-2022-C-editor-has-gone-nuts/10162597. Apart from this docs issue, I am also going to prioritize https://github.com/dotnet/roslyn/issues/64659.