A small utility for creating View Model classes for Entity classes.
Info
| Version: | 1.0.4 |
| Author(s): | Luke Vo |
| Last Update: | Saturday, October 27, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/BibliTech/Roslyn.ViewModels |
| NuGet Url: | https://www.nuget.org/packages/dotnet-viewmodel |
Install
Install-Package dotnet-viewmodel
dotnet add package dotnet-viewmodel
paket add dotnet-viewmodel
dotnet-viewmodel Download (Unzip the "nupkg" after downloading)
Dependencies
- McMaster.Extensions.CommandLineUtils(>= 2.2.5)
- Microsoft.CodeAnalysis.CSharp(>= 2.9.0)
- Microsoft.NETCore.App(>= 2.1.0)
- Newtonsoft.Json(>= 11.0.2)
Tags