Suplex.Security.FileSystemDal
1.0.18296
See the version list below for details.
dotnet add package Suplex.Security.FileSystemDal --version 1.0.18296
NuGet\Install-Package Suplex.Security.FileSystemDal -Version 1.0.18296
<PackageReference Include="Suplex.Security.FileSystemDal" Version="1.0.18296" />
paket add Suplex.Security.FileSystemDal --version 1.0.18296
#r "nuget: Suplex.Security.FileSystemDal, 1.0.18296"
// Install Suplex.Security.FileSystemDal as a Cake Addin #addin nuget:?package=Suplex.Security.FileSystemDal&version=1.0.18296 // Install Suplex.Security.FileSystemDal as a Cake Tool #tool nuget:?package=Suplex.Security.FileSystemDal&version=1.0.18296
Suplex.Security FileSystemDal wraps the MemoryDal for file persistence.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Suplex.Security.Core (>= 1.0.18291)
- Suplex.Security.Utilities.Yaml (>= 1.0.18296)
- YamlDotNet.Signed (>= 5.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Suplex.Security.FileSystemDal:
Package | Downloads |
---|---|
Synapse.Controller.Common
Synapse is a lightweight execution engine designed to take data from disparate, federated sources and connect it to a process. Synapse is built to run as a local or remote process. Synapse.Controller.Common provides IControllerDal, IAuthenticationProvider, and IConfigurationProvider. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0 Release. All features are presently working and passing unit tests.
- 18296: Update of dependencies
- 18292: Redesign of Dal and upgraded dependencies
- 18280: Updated to match Suplex.Security.Core 18280 where UIds are no longer nullable
- 18181: Adjustment to DaclAllowInherit/SaclAllowInherit/SaclAuditTypeFilter for bug fix to seriazation.
- 18175: Corrections to YamlAceConverter to create AuditAces, matches Suplex.Security.Core v1.0.18175
- 18112: Refactored to match changes in Suplex.Security.Core v1.0.18095
- Includes Suplex.Security.FileSystemDal base implementation using YAML as a serialization format.