SkinnyControllersGenerator 2020.12.3.2000

There is a newer version of this package available.
See the version list below for details.
dotnet add package SkinnyControllersGenerator --version 2020.12.3.2000
                    
NuGet\Install-Package SkinnyControllersGenerator -Version 2020.12.3.2000
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SkinnyControllersGenerator" Version="2020.12.3.2000" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SkinnyControllersGenerator" Version="2020.12.3.2000" />
                    
Directory.Packages.props
<PackageReference Include="SkinnyControllersGenerator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SkinnyControllersGenerator --version 2020.12.3.2000
                    
#r "nuget: SkinnyControllersGenerator, 2020.12.3.2000"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SkinnyControllersGenerator@2020.12.3.2000
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SkinnyControllersGenerator&version=2020.12.3.2000
                    
Install as a Cake Addin
#tool nuget:?package=SkinnyControllersGenerator&version=2020.12.3.2000
                    
Install as a Cake Tool

** C# 9.0 ONLY **
     Autogenerates actions to a controller from a class .
     ( replace below single quotes with double quotes)
     [AutoActions(template = TemplateIndicator.AllPost,FieldsName =new[] { 'repository' })]
     [ApiController]
     [Route('[controller]/[action]')]
     public partial class WeatherForecastController : ControllerBase{
     // it will generate for this field
     private readonly RepositoryWF repository;

     Add also Nuget package SkinnyControllersCommon
     For creating new templates, please PR to https://github.com/ignatandrei/AOP_With_Roslyn

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SkinnyControllersGenerator:

Package Downloads
SkinnyControllersCommon

Autogenerates actions to a controller from a class . ( replace below single quotes with double quotes) [AutoActions(template = TemplateIndicator.AllPost,FieldsName =new[] { '*' }, ExcludeFields =new[]{'_logger'})] [ApiController] [Route('[controller]/[action]')] public partial class WeatherForecastController : ControllerBase{ // it will generate for this field private readonly RepositoryWF repository; Add also Nuget package SkinnyControllersGenerator You can have your own template - read the readme.txt

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2023.5.14.2055 18,102 5/14/2023
2021.25.6.855 6,136 12/15/2021
2021.25.6.755 477 12/15/2021
2021.25.5.1355 3,733 5/26/2021
2021.2.9.1130 668 2/9/2021
2021.1.9.2000 935 1/9/2021
2020.12.28.1226 737 12/28/2020
2020.12.26.938 623 12/26/2020
2020.12.24.1049 628 12/24/2020
2020.12.24.338 565 12/24/2020
2020.12.12.1133 596 12/12/2020
2020.12.3.2000 583 12/3/2020
2020.11.30.939 623 11/30/2020
2020.11.29.12 574 11/28/2020
2020.11.28.2108 699 11/28/2020
2020.11.28.1245 697 11/28/2020
2020.11.28.1003 601 11/28/2020
2020.11.25.1356 552 11/25/2020
2020.11.25.701 627 11/25/2020
2020.11.25.632 650 11/25/2020
Loading failed