Our great sponsors
-
Roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
I usually use https://github.com/dotnet/roslyn/blob/main/.editorconfig as a starting point
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Getting System.Threading.ThreadStateException when triying to copy from a Datagrid cell
- How can I make my .EditorConfig format my code like this when the parameters etc is too long/many?
- Lisp, Smalltalk, and the Power of Symmetry
- How do I build an exe?
- Why does foreach on arrays and strings get lowered into a while loop that ignores IEnumerable, even though both classes implement it?