Netspark.CleanArchitecture.Scaffold 1.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Netspark.CleanArchitecture.Scaffold --version 1.1.6
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Netspark.CleanArchitecture.Scaffold --version 1.1.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Netspark.CleanArchitecture.Scaffold&version=1.1.6
nuke :add-package Netspark.CleanArchitecture.Scaffold --version 1.1.6

DotNetTool for scaffolding clean architecture commands and queries along with their test stubs according to the structure of the application presented in NorhwindTraders database on GitHub https://github.com/JasonGT/NorthwindTraders.git by architect Jason Taylor.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
2.0.1 1,109 7/20/2023
2.0.0 1,004 7/18/2023
2.0.0-beta 1,102 7/15/2023
1.4.3 1,145 4/28/2021
1.4.2 1,104 4/28/2021
1.4.1 1,085 4/28/2021
1.3.2 1,031 4/28/2021
1.3.1 1,273 10/31/2020
1.2.2 1,339 10/31/2020
1.2.1 1,198 3/24/2020
1.1.6 1,438 1/2/2020
1.1.5 1,243 12/24/2019
1.1.4 1,314 12/23/2019
1.0.3 1,449 12/17/2019
1.0.2 1,471 12/15/2019
1.0.1 1,382 12/15/2019
1.0.0 1,517 12/15/2019

- Controllers and integration tests are generated for each entity (inferred from query name)
- Fixed usings template generator issues
- Fixed integration test generator issues
- Fixed namespace for integration test fixture
- Fixed pathname for controllers in *nix systems