-
ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
Well, it might not be exactly what you're asking for, but ILSpy lets you choose what version of C# you wish to decompile an assembly to. This is great for learning how a specific feature used to be coded in C# prior to some new syntax/compiler feature being added.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
The closest online tool I can think of would be SharpLab, but you can only choose between Roslyn's git branches instead of C# versions.
-
Keep in mind there's AvaloniaILSpy for non-Windows users.
Related posts
-
Rust takes forever to load
-
Found this exedecompiler.com website. Does anybody know it? Is it worth it?
-
I made a DLL INteroreter that Allows the user to invoke methods with parameters in ANY DLL File
-
The Rider IDE is able to disassemble C# code into High-level C#, Low-level C#, and IL. Is there a command line tool that can do this too, or is this proprietary?
-
Freelance guy made a small exe for our company in VB, program still works but opens as a background process, how can I force it to the foreground?