SeliseBlocks.Genesis.Framework.RowLevelSecurity.Contracts 10.0.0.1

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

SeliseBlocks.Genesis.Framework.RowLevelSecurity.Contracts

Contracts/interfaces for row-level security in the Genesis framework.

Project Name & Purpose

SeliseBlocks.Genesis.Framework.RowLevelSecurity.Contracts defines the interfaces and contracts for row-level security (RLS) enforcement in the Genesis platform. It provides the abstractions that the RowLevelSecurity implementation depends on, allowing the core logic to remain decoupled from specific data access technologies.

Tech Stack

  • .NET 10.0 (net10.0)
  • No external NuGet dependencies (pure interface definitions)

Dependencies

Internal Project References

Project Version Purpose
SeliseBlocks.Genesis.Framework.PDS.Entity 10.0.0.1 Entity definitions

NuGet Packages

None

Structure

(no subdirectories - flat structure)

Key Interfaces

Repository

  • IRowLevelSecurityRepository - Repository interface with RLS support

Handler

  • IRowLevelSecurityHandler - Interface for RLS policy handlers

Interpreter

  • IRoleInterpretor - Interface for role interpretation logic

Notes

This is a contracts-only library. The actual implementation of these interfaces is provided by the SeliseBlocks.Genesis.Framework.RowLevelSecurity project. Applications typically reference both projects: the contracts for interface definitions and the implementation for the actual RLS enforcement.

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SeliseBlocks.Genesis.Framework.RowLevelSecurity.Contracts:

Package Downloads
SeliseBlocks.Genesis.Framework.RowLevelSecurity

Framework RowLevelSecurity

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0.1 243 8/16/2026
8.0.1.8 179 7/8/2026
8.0.1.7 153 7/7/2026
8.0.1.6 161 6/30/2026
8.0.1.5 201 4/22/2026
8.0.1.2 10,254 9/4/2025
8.0.1.1 357 9/3/2025
8.0.0.4 2,919 2/2/2025
8.0.0.3 10,942 1/20/2025
8.0.0.2 242 1/16/2025
8.0.0.1 269 1/6/2025
6.0.3.2 2,938 9/4/2025
6.0.3.1 323 9/3/2025
6.0.1.2 47,742 4/18/2024
6.0.1.1 372 4/17/2024
6.0.0.11 6,188 3/19/2024
6.0.0.10 5,415 1/29/2024
6.0.0.9 1,006 12/26/2023
6.0.0.8 707 12/10/2023
6.0.0.7 337 12/7/2023
Loading failed