KayordKit 0.1.6
dotnet add package KayordKit --version 0.1.6
NuGet\Install-Package KayordKit -Version 0.1.6
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="KayordKit" Version="0.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KayordKit --version 0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: KayordKit, 0.1.6"
#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.
// Install KayordKit as a Cake Addin #addin nuget:?package=KayordKit&version=0.1.6 // Install KayordKit as a Cake Tool #tool nuget:?package=KayordKit&version=0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Kayord
Wazzup
EF Core Migration
# Create Migration
dotnet ef migrations add Initial --project src/Kayord.Data --startup-project src/Kayord.Api --output-dir Migrations
# Update
dotnet ef database update --project src/Kayord.Data --startup-project src/Kayord.Api
# Run
dotnet run --project src/Kayord.Api
# Test
dotnet test -l "console;verbosity=detailed"
#Scaffold
#dotnet ef dbcontext scaffold "Name=ConnectionStrings:DefaultConnection" Npgsql.EntityFrameworkCore.PostgreSQL
dotnet ef dbcontext list --project src/Kayord.Api
dotnet ef dbcontext scaffold -s src/Kayord.Api -p src/Kayord.Data -o DAL/Kayord "Name=ConnectionStrings:DefaultConnection" Npgsql.EntityFrameworkCore.PostgreSQL --no-pluralize -f --no-onconfiguring --no-build
### Test DB Setup
docker run \
--add-host host.docker.internal:host-gateway \
--env PGPASSWORD=bbHRro5Ju2L9cw \
-v ./temp/world.sql:/app/world.sql \
-it postgres \
psql -h host.docker.internal -U kayord kayord -f /app/world.sql
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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.
-
net8.0
- AspNetCore.HealthChecks.NpgSql (>= 8.0.0)
- AspNetCore.HealthChecks.System (>= 8.0.0)
- AspNetCore.HealthChecks.UI.Client (>= 8.0.0)
- Dapper (>= 2.1.24)
- FastEndpoints (>= 5.22.0)
- FastEndpoints.Swagger (>= 5.22.0)
- Humanizer.Core (>= 2.14.1)
- Microsoft.Data.SqlClient (>= 5.1.5)
- Microsoft.EntityFrameworkCore (>= 8.0.1)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 8.0.0)
- QueryKit (>= 1.2.1)
- Serilog.AspNetCore (>= 8.0.1)
- Serilog.Exceptions (>= 8.4.0)
- Serilog.Settings.Configuration (>= 8.0.0)
- SqlKata (>= 2.4.0)
- System.CodeDom (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.