Druware.Server 1.1.0

dotnet add package Druware.Server --version 1.1.0
                    
NuGet\Install-Package Druware.Server -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" 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" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Druware.Server" />
                    
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 --version 1.1.0
                    
#r "nuget: Druware.Server, 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@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&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Druware.Server&version=1.1.0
                    
Install as a Cake Tool

Druware.Server

The base/foundation library of all things Druware.Server

More details to be added as this comes together into something more than the placeholder it currently is.

As implemented, the Models and Controllers that are included in this library will be published by default in any API or Web application the library is included in. While the migrations are included, the will need to be called. For convenience there is a MigrationManager built into the library that can be overridden, or called from the parent.

In addition, the Context used for generating the migrations is configured for PostgreSQL though it can be altered to use SQL Server. The migration should, in theory at least, detect the connection type, and select the right migration based upon that, it is not yet heavily tested though.

Dependencies

Druware.Extensions 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 (2)

Showing the top 2 NuGet packages that depend on Druware.Server:

Package Downloads
Druware.Server.Content

A small library that when added to a WebAPI project provides the foundation for a file contents upload and consumption platform.

Druware.Server.Content.Controllers

A supplemental package to the Druware.Server.Content library to provide a set of controllers. Many uses of the library can simply use this, however, for custom implementations, not using this implementation and implementing the controllers custom may be of more value.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 150 12/12/2024
1.0.8 119 11/25/2024
1.0.7 114 11/25/2024
1.0.6 116 11/25/2024
1.0.5-release 57 10/29/2024
1.0.0 238 6/10/2024

Addressed some issues with the MailHelper failing to send in some
           cases.