Cake.grate 1.6.2

dotnet add package Cake.grate --version 1.6.2
NuGet\Install-Package Cake.grate -Version 1.6.2
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="Cake.grate" Version="1.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.grate --version 1.6.2
#r "nuget: Cake.grate, 1.6.2"
#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.
#addin nuget:?package=Cake.grate&version=1.6.2

Cake.grate

Build NuGet package

Makes grate available as a tool in Cake. grate is a re-write of RoundhousE for reasons detailed a RoundhousE issue.

From the grate documentation:

grate is a SQL scripts migration runner, using plain, old SQL for migrations. No meta-language, no code, no config, no EF migrations. It gives you full flexibility, and full control of your migrations, and lets you use all the fancy features of you particular database system. You are not constrained to any lowest common feature set of all supported databases.

Table of Contents

Install

#addin nuget:?package=Cake.grate

Usage

#tool "dotnet:?package=grate&version=1.6.2"
#addin nuget:?package=Cake.grate

Task("MyTask").Does(() => {
  Grate(new GrateSettings()
    {
        ConnectionString = "Server=(local);Database=mydatabase;Trusted_Connection=True;TrustServerCertificate=true;"
    });
});

Compatibility

The version number of Cake.grate keeps in step with the versions released by grate, e.g. 1.6.2 of Cake.grate has been tested against and contains the features of grate version 1.6.2.

However, providing there are no breaking changes in a more recent grate version, it is likely Cake.grate will be compatible with it, just specify grate version in the tool referenc

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.2 0 5/2/2024
1.5.4 207 1/19/2024
0.0.15-preview 60 1/19/2024
0.0.3-preview 67 1/18/2024
0.0.2-preview 66 1/18/2024