Shoreless.Framework
1.0.0.24
dotnet add package Shoreless.Framework --version 1.0.0.24
NuGet\Install-Package Shoreless.Framework -Version 1.0.0.24
<PackageReference Include="Shoreless.Framework" Version="1.0.0.24" />
<PackageVersion Include="Shoreless.Framework" Version="1.0.0.24" />
<PackageReference Include="Shoreless.Framework" />
paket add Shoreless.Framework --version 1.0.0.24
#r "nuget: Shoreless.Framework, 1.0.0.24"
#:package Shoreless.Framework@1.0.0.24
#addin nuget:?package=Shoreless.Framework&version=1.0.0.24
#tool nuget:?package=Shoreless.Framework&version=1.0.0.24
Shoreless.Framework
The complete Shoreless application framework for enterprise .NET 8 development.
Features
- Shoreless.Core: Foundation utilities, models, and interfaces
- Shoreless.Data: Data access layer with Entity Framework Core support
- Shoreless.AI: AI and machine learning capabilities with Semantic Kernel integration
- Shoreless.Security: Authentication, authorization, and identity management
- Shoreless.Workflows: Workflow orchestration and automation
- Shoreless.Messaging: Message bus integration with MassTransit
- Shoreless.UI: Blazor UI components and utilities
Installation
dotnet add package Shoreless.Framework
Or via NuGet Package Manager:
Install-Package Shoreless.Framework
Getting Started
1. Install the Package
Add the package reference to your project file:
<ItemGroup>
<PackageReference Include="Shoreless.Framework" Version="1.0.0" />
</ItemGroup>
2. Add Your License File
You will receive a license.lic file from Shoreless. Add this file to your project root and set its Build Action to Embedded Resource.
3. Initialize the Framework
In your Program.cs, add the license check at the very beginning:
using Shoreless.Core.Licensing;
var builder = WebApplication.CreateBuilder(args);
// Validate license before proceeding
LicenseManager.EnsureLicensed();
// Continue with your application setup...
License
This package requires a valid license file to operate. Contact your Shoreless representative for licensing information.
Support
For technical support, please contact: support@shoreless.com
Documentation
Full documentation is available at: https://shoreless.com/docs
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
This package has 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.