Druware.Server
1.1.0
dotnet add package Druware.Server --version 1.1.0
NuGet\Install-Package Druware.Server -Version 1.1.0
<PackageReference Include="Druware.Server" Version="1.1.0" />
<PackageVersion Include="Druware.Server" Version="1.1.0" />
<PackageReference Include="Druware.Server" />
paket add Druware.Server --version 1.1.0
#r "nuget: Druware.Server, 1.1.0"
#:package Druware.Server@1.1.0
#addin nuget:?package=Druware.Server&version=1.1.0
#tool nuget:?package=Druware.Server&version=1.1.0
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 | Versions 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. |
-
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.
Addressed some issues with the MailHelper failing to send in some
cases.