Info
Version: | 1.2.0 |
Author(s): | abhishek Pandey |
Last Update: | Friday, January 7, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ToStringGenerator |
Install
Install-Package ToStringGenerator
dotnet add package ToStringGenerator
paket add ToStringGenerator
ToStringGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.