Sencilla.Component.Setting.Mssql 10.0.37

dotnet add package Sencilla.Component.Setting.Mssql --version 10.0.37
                    
NuGet\Install-Package Sencilla.Component.Setting.Mssql -Version 10.0.37
                    
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="Sencilla.Component.Setting.Mssql" Version="10.0.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sencilla.Component.Setting.Mssql" Version="10.0.37" />
                    
Directory.Packages.props
<PackageReference Include="Sencilla.Component.Setting.Mssql" />
                    
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 Sencilla.Component.Setting.Mssql --version 10.0.37
                    
#r "nuget: Sencilla.Component.Setting.Mssql, 10.0.37"
                    
#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 Sencilla.Component.Setting.Mssql@10.0.37
                    
#: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=Sencilla.Component.Setting.Mssql&version=10.0.37
                    
Install as a Cake Addin
#tool nuget:?package=Sencilla.Component.Setting.Mssql&version=10.0.37
                    
Install as a Cake Tool

Sencilla.Component.Setting.Mssql

SQL Server schema (.sql source) for the Sencilla Setting component.

Ships the canonical [dbo].[Setting] table — a hierarchical, optionally user-scoped key/value store (Type / ParentId / Name / Value).

How it works

This package ships schema source, not a dacpac. When referenced, its build/*.props is auto-imported and compiles the sql/ source into the consuming project's own model. So dbo.Setting lands physically in the consumer's dacpac — self-contained: deploys with no IncludeCompositeObjects flag and no co-located dacpacs.

Consume

<PackageReference Include="Sencilla.Component.Setting.Mssql" Version="10.0.*" />

Then deploy normally: sqlpackage /Action:Publish /SourceFile:App.dacpac ...

Notes

  • [UserId] will be foreign-keyed to [sec].[User] once Sencilla.Component.Users.Mssql exists (the consuming model that compiles both will already contain sec.User, so the FK can simply be uncommented).
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.1

    • 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
10.0.37 95 6/6/2026
10.0.36 91 6/6/2026
10.0.35 98 6/5/2026
10.0.34 89 6/5/2026
10.0.32 90 6/4/2026
10.0.31 89 6/4/2026
10.0.30 92 6/4/2026
10.0.29 93 6/4/2026
10.0.28 96 6/3/2026
10.0.27 90 6/3/2026
10.0.26 91 6/2/2026
10.0.19 101 6/1/2026
10.0.18 105 6/1/2026