dotnet-dash 0.5.1-alpha

This is a prerelease version of dotnet-dash.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-dash --version 0.5.1-alpha
                    
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 dotnet-dash --version 0.5.1-alpha
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-dash&version=0.5.1-alpha&prerelease
                    
nuke :add-package dotnet-dash --version 0.5.1-alpha
                    

Dash is a command-line tool for fast model-driven code generation.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
0.6.1-alpha 301 2/12/2021
0.6.0-alpha 375 10/25/2020
0.5.1-alpha 352 10/24/2020
0.5.0-alpha 460 10/23/2020
0.4.1-alpha 353 10/19/2020
0.4.0-alpha 326 10/16/2020
0.3.0-alpha 382 9/25/2020
0.2.1-alpha 442 9/23/2020
0.2.0-alpha 402 9/21/2020
0.1.2-alpha 424 9/18/2020
0.1.1-alpha 540 9/12/2020
0.1.0-alpha 443 9/10/2020
0.0.4-alpha 419 8/29/2020
0.0.3-alpha 299 8/28/2020
0.0.2-alpha 310 8/27/2020
0.0.1-alpha 332 8/26/2020

Fixed EF core warning: "The 'bool' property 'X' on entity type 'Y' is configured with a database-generated default. This default will always be used for inserts when the property has the value 'false', since this is the CLR default for the 'bool' type. Consider using the nullable 'bool?' type instead so that the default will only be used for inserts when the property value is 'null'."