Saber.Core 1.0.7.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Saber.Core --version 1.0.7.5
NuGet\Install-Package Saber.Core -Version 1.0.7.5
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="Saber.Core" Version="1.0.7.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Saber.Core --version 1.0.7.5
#r "nuget: Saber.Core, 1.0.7.5"
#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 Saber.Core as a Cake Addin
#addin nuget:?package=Saber.Core&version=1.0.7.5

// Install Saber.Core as a Cake Tool
#tool nuget:?package=Saber.Core&version=1.0.7.5

Saber Core

The core MVC interfaces for Saber that is used by Saber's MVC project as well as all of Saber's vendor plugins.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.9.9 123 5/31/2023
1.0.9.8 117 5/6/2023
1.0.9.7 114 4/25/2023
1.0.9.6 154 4/11/2023
1.0.9.5 166 4/3/2023
1.0.9.4 178 3/26/2023
1.0.9.3 231 2/17/2023
1.0.9.2 221 2/14/2023
1.0.9.1 209 2/14/2023
1.0.9 238 2/7/2023
1.0.8.3 241 2/2/2023
1.0.8.2 248 1/30/2023
1.0.8.1 255 1/30/2023
1.0.8 236 1/27/2023
1.0.7.8 265 11/17/2021
1.0.7.7 244 11/17/2021
1.0.7.5 411 9/11/2021
1.0.7.4 373 9/10/2021
1.0.7.3 365 9/10/2021
1.0.7.2 314 9/7/2021
1.0.7.1 355 3/14/2021
1.0.7 342 3/14/2021
1.0.6.3 410 11/24/2020
1.0.6.2 536 11/14/2020
1.0.6 420 11/12/2020
1.0.5.3 417 11/12/2020
1.0.5.2 401 11/12/2020
1.0.5.1 447 11/10/2020
1.0.5 439 11/8/2020
1.0.4 447 11/7/2020
1.0.3 526 11/7/2020
1.0.2 512 11/7/2020
1.0.1 502 11/7/2020
1.0.0 463 11/7/2020

Use delegates when executing Init, CheckSecurity, and accessing the User object from a compiled vendor plugin to ensure that Saber uses Saber.Controller or Saber.Service as the executing class. Added Session class to enable SQL-based session storage.