Releases: szehetner/InliningAnalyzer
Releases · szehetner/InliningAnalyzer
Version 0.7.10
Version 0.7.9
- bugfix for methods with "in" parameters (#19)
Version 0.7.7
- support for operator overloads (highlighting calls to and inside of overloaded operators) (#17)
- support for .NET Core 3.0
Version 0.7.6
- support for Visual Studio 2019 (#15)
Version 0.7.5
Version 0.7.4
Version 0.7.3 - Bugfixes
Invocation for whole type and bugfixing
- bugfix for missing highlighting
- changed context menu action to "Run Inlining Analyzer on Current Scope". If invoked within a method, it analyzes only this method, if invoked anywhere else within a class/struct, it analyzes all methods of this class/struct.
.Net Core Support
- support for .Net Core (2.1.0-rc1 runtime must be installed to run the analyzer, the projects being analyzed can have any .Net Core or .Net Standard version)
- options dialog for setting a preferred runtime (.Net Framework or .Net Core) to be used for analyzing .NET Standard projects or projects targeting multiple frameworks)