Druware.Server.Controllers 1.1.0

dotnet add package Druware.Server.Controllers --version 1.1.0
                    
NuGet\Install-Package Druware.Server.Controllers -Version 1.1.0
                    
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="Druware.Server.Controllers" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Druware.Server.Controllers" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Druware.Server.Controllers" />
                    
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 Druware.Server.Controllers --version 1.1.0
                    
#r "nuget: Druware.Server.Controllers, 1.1.0"
                    
#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 Druware.Server.Controllers@1.1.0
                    
#: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=Druware.Server.Controllers&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Druware.Server.Controllers&version=1.1.0
                    
Install as a Cake Tool

Druware.Server.Controllers

This package implements the Controllers associated with the foundation elements within the Druware.Server library. They are however isolated out into this library in order to allow any user or implementation to replace them with their own custom implementations if these to not suit the need.

As of version 1.0.8, in addition to supporting PostgreSQL and Microsoft SQL Server, Sqlite is now also supported ( with known warnings that schemas are not supported during the migration ).

Documentation

Full documentation is 'slowly' coming together in the 'docs' folder.

Dependencies

Requires .net8.0

  • Druware.Extensions
  • Druware.Server
  • RESTfulFoundation
  • MailKit
  • Microsoft.AspNetCore.Identity
  • Microsoft.AspNetCore.Identity.EntityFramework
  • Microsoft.Extensions.Configuration
  • Microsoft.Extensions.Configuration.Binder

History

See Changelog.md for detailed history

License

This project is under the GPLv3 license, see the included LICENSE.txt file

Copyright 2019-2024 by:
    Andy 'Dru' Satori @ Satori & Associates, Inc.
    All Rights Reserved
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • 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.

Version Downloads Last Updated
1.1.0 156 12/12/2024
1.0.8 123 12/11/2024
1.0.1 147 6/18/2024

Addresses an issue with emailing confirmation and reminder links.