DataFactorial.Core.Authorization.Metadata 1.0.0-preview.trial.2

This is a prerelease version of DataFactorial.Core.Authorization.Metadata.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DataFactorial.Core.Authorization.Metadata --version 1.0.0-preview.trial.2
                    
NuGet\Install-Package DataFactorial.Core.Authorization.Metadata -Version 1.0.0-preview.trial.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="DataFactorial.Core.Authorization.Metadata" Version="1.0.0-preview.trial.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataFactorial.Core.Authorization.Metadata" Version="1.0.0-preview.trial.2" />
                    
Directory.Packages.props
<PackageReference Include="DataFactorial.Core.Authorization.Metadata" />
                    
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 DataFactorial.Core.Authorization.Metadata --version 1.0.0-preview.trial.2
                    
#r "nuget: DataFactorial.Core.Authorization.Metadata, 1.0.0-preview.trial.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.
#:package DataFactorial.Core.Authorization.Metadata@1.0.0-preview.trial.2
                    
#: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=DataFactorial.Core.Authorization.Metadata&version=1.0.0-preview.trial.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DataFactorial.Core.Authorization.Metadata&version=1.0.0-preview.trial.2&prerelease
                    
Install as a Cake Tool

DataFactorial.Core.Authorization.Metadata

Package purpose

Authorization metadata contracts and utilities for expressing domain-neutral authorization requirements in DataFactorial.Core applications. Provides read-only role and permission catalogue metadata. This package does not perform runtime authorization enforcement.

Prerelease status

Prerelease package (1.0.0-preview.trial.<N>). Controlled evaluation only. API and behavior may change without notice. No guarantee of future stable compatibility.

Production-use warning

Not approved for production use. Use only with the exact coordinated package versions validated for this trial. Do not treat as a stable NuGet.org release.

Target framework

net10.0

Installation

<PackageReference Include="DataFactorial.Core.Authorization.Metadata" Version="<COORDINATED_VERSION>" />

Use exact version restore for all coordinated DataFactorial.Core packages.

Package relationships

  • Consumed directly by DataFactorial.Core.Identity.Abstractions and DataFactorial.Core.Identity.Governance.
  • Independent of DataFactorial.Core.Abstractions.
  • Consumers should restore the exact coordinated version of all four DataFactorial.Core packages when using the identity-governance set.

Minimal usage

Consume registry types for admin explainability and documentation surfaces — not as the sole security gate:

var registry = AdminAuthorizationMetadataRegistry.Instance;

Known limitations

  • Read-only metadata only; does not evaluate or enforce runtime access decisions.
  • Controlled preview: API and behavior may change without notice.

License

MIT

Support posture

This controlled preview has no public support commitment and no response-time or SLA promise.

Security-reporting posture

No public security-reporting endpoint is currently approved. Do not assume a public security contact or SLA.

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.
  • net10.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

Prerelease package (1.0.0-preview.trial.<N>). Controlled evaluation only. API and behavior may change without notice. No guarantee of future stable compatibility. Not approved for production use. Use only with the exact coordinated package versions validated for this trial. Do not treat as a stable NuGet.org release. Restore exact coordinated versions of all four DataFactorial.Core packages. Packages may be published as unlisted prerelease artifacts.