NET Compiler Platform ("Roslyn") analyzer to disallow calling object.ToString() on types lacking an override.
Info
Version: | 0.6.0 |
Author(s): | Microsoft |
Last Update: | Sunday, April 29, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danstiner/Roslyn-Analyzer-ToStringWithoutOverride |
NuGet Url: | https://www.nuget.org/packages/ToStringWithoutOverrideAnalyzer |
Install
Install-Package ToStringWithoutOverrideAnalyzer
dotnet add package ToStringWithoutOverrideAnalyzer
paket add ToStringWithoutOverrideAnalyzer
ToStringWithoutOverrideAnalyzer Download (Unzip the "nupkg" after downloading)
Dependencies
Tags