ToStringGenerator 1.1.0
See the version list below for details.
dotnet add package ToStringGenerator --version 1.1.0
NuGet\Install-Package ToStringGenerator -Version 1.1.0
<PackageReference Include="ToStringGenerator" Version="1.1.0" />
<PackageVersion Include="ToStringGenerator" Version="1.1.0" />
<PackageReference Include="ToStringGenerator" />
paket add ToStringGenerator --version 1.1.0
#r "nuget: ToStringGenerator, 1.1.0"
#:package ToStringGenerator@1.1.0
#addin nuget:?package=ToStringGenerator&version=1.1.0
#tool nuget:?package=ToStringGenerator&version=1.1.0
**To String Generator **
It will help you out by generating the ToString() method for you.
The several options that we get by using Ctrl+. there will be "Generate ToString()".
Please be aware that if the type is already having the ToString method then it will not provide any suggestions.
The generated ToString() method will include all the public properties of that type.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updating type checks and fixing a null excetion.