Syrna.DynamicPermission.Application.Contracts 9.0.0

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

// Install Syrna.DynamicPermission.Application.Contracts as a Cake Tool
#tool nuget:?package=Syrna.DynamicPermission.Application.Contracts&version=9.0.0                

Syrna.DynamicPermission

Dynamic permission module for ABP framework.

An ABP module that allows you to define and grant dynamic permissions in runtime.

Installation

  1. Install the following NuGet packages. (see how)

    • Syrna.DynamicPermission.Application
    • Syrna.DynamicPermission.Application.Contracts
    • Syrna.DynamicPermission.Domain
    • Syrna.DynamicPermission.Domain.Shared
    • Syrna.DynamicPermission.EntityFrameworkCore
    • Syrna.DynamicPermission.HttpApi
    • Syrna.DynamicPermission.HttpApi.Client
    • Syrna.DynamicPermission.Web
    • Syrna.DynamicPermission.Blazor
    • Syrna.DynamicPermission.Blazor.Server
    • Syrna.DynamicPermission.Blazor.WebAssembly
  2. Add DependsOn(typeof(SyrnaDynamicPermissionXxxModule)) attribute to configure the module dependencies. (see how)

  3. Add builder.ConfigureDynamicPermission(); to the OnModelCreating() method in MyProjectMigrationsDbContext.cs.

  4. Add EF Core migrations and update your database. See: ABP document.

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

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Syrna.DynamicPermission.Application.Contracts:

Package Downloads
Syrna.DynamicPermission.HttpApi.Client

An abp application module that allows users to send private messages to each other.

Syrna.DynamicPermission.Web

An abp application module that allows users to send private messages to each other.

Syrna.DynamicPermission.Application

An abp application module that allows users to send private messages to each other.

Syrna.DynamicPermission.Blazor

An abp application module that allows users to send private messages to each other.

Syrna.DynamicPermission.HttpApi

An abp application module that allows users to send private messages to each other.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 125 12/22/2024