RoaSystems.Libraries.Model
1.0.0.4
dotnet add package RoaSystems.Libraries.Model --version 1.0.0.4
NuGet\Install-Package RoaSystems.Libraries.Model -Version 1.0.0.4
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="RoaSystems.Libraries.Model" Version="1.0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RoaSystems.Libraries.Model" Version="1.0.0.4" />
<PackageReference Include="RoaSystems.Libraries.Model" />
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 RoaSystems.Libraries.Model --version 1.0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RoaSystems.Libraries.Model, 1.0.0.4"
#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.
#addin nuget:?package=RoaSystems.Libraries.Model&version=1.0.0.4
#tool nuget:?package=RoaSystems.Libraries.Model&version=1.0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RoaSystems.Libraries.Model
This library provides the model classes required for Roa Systems’ Authentication and Authorization services, designed to work with MySQL and compatible with Entity Framework.
✨ Features
- Essential model entities for authentication and role-based authorization.
- Built-in JSON support via Newtonsoft.Json.
- Designed for integration with ASP.NET Core Identity.
🧩 Dependencies
🗄️ Database
A SQL script file named RoaSystemsDBEntities.sql is included to help set up the required MySQL tables.
Product | Versions 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. net10.0 was computed. 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.
-
net9.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on RoaSystems.Libraries.Model:
Package | Downloads |
---|---|
RoaSystems.Libraries.Services
Roa Systems Authentication and Authorization libraries based on MySQL |
|
RoaSystems.Libraries.Repositories
Repository library needed for the Roa Systems Authentication and Authorization Services libraries |
GitHub repositories
This package is not used by any popular GitHub repositories.