LosNet.Persistence.SqlServer 0.0.99-test

This is a prerelease version of LosNet.Persistence.SqlServer.
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 LosNet.Persistence.SqlServer --version 0.0.99-test
                    
NuGet\Install-Package LosNet.Persistence.SqlServer -Version 0.0.99-test
                    
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="LosNet.Persistence.SqlServer" Version="0.0.99-test" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LosNet.Persistence.SqlServer" Version="0.0.99-test" />
                    
Directory.Packages.props
<PackageReference Include="LosNet.Persistence.SqlServer" />
                    
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 LosNet.Persistence.SqlServer --version 0.0.99-test
                    
#r "nuget: LosNet.Persistence.SqlServer, 0.0.99-test"
                    
#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 LosNet.Persistence.SqlServer@0.0.99-test
                    
#: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=LosNet.Persistence.SqlServer&version=0.0.99-test&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=LosNet.Persistence.SqlServer&version=0.0.99-test&prerelease
                    
Install as a Cake Tool

LosNet.Persistence.SqlServer

LosNet.Persistence.SqlServer provides SQL Server-based persistence adapters for the LosNet framework.

It enables SQL Server-backed state storage without introducing database dependencies into the LosNet core.


Purpose

  • SQL Server implementation of LosNet persistence abstractions
  • Adapter-based database integration
  • Optional persistence support

Installation

dotnet add package LosNet.Persistence.SqlServer

Registration

To use the SQL Server persistence adapters, register them in your LosNet service collection:

builder.Services.AddLosNetSqlServer(options =>
{
    options.ConnectionString = "Server=.;Database=LosNet;";
});

Design Notes

  • Depends on LosNet.Core
  • Database access is fully isolated in this package
  • No persistence logic is activated unless explicitly configured
Product 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.

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