Waystone.Common.Application 2.3.0

dotnet add package Waystone.Common.Application --version 2.3.0
NuGet\Install-Package Waystone.Common.Application -Version 2.3.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="Waystone.Common.Application" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Waystone.Common.Application --version 2.3.0
#r "nuget: Waystone.Common.Application, 2.3.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.
// Install Waystone.Common.Application as a Cake Addin
#addin nuget:?package=Waystone.Common.Application&version=2.3.0

// Install Waystone.Common.Application as a Cake Tool
#tool nuget:?package=Waystone.Common.Application&version=2.3.0

Waystone.Common.Application

The foundational code required to create .NET 6 Clean Architecture Application layer projects for Draekien Industries. It is intended to be used alongside:

The below sample code is the recommended usage for this library. If you wish to not use some features provided by the library, then see the Advanced Usage section and do not use AcceptDefaults().

// *.Application.DependencyInjection.cs
using Waystone.Application.DependencyInjection;

// Accept the default configuration inside an IServiceCollection extension method
// Currently configures:
// - automapper
// - mediatr
// - fluent validation
services.AddWaystoneApplicationBuilder(typeof(DependencyInjection))
        .AcceptDefaults();

Advanced Usage

// *.Application.DependencyInjection.cs
using Waystone.Application.DependencyInjection;

// inside an IServiceCollection extension method
services.AddWaystoneApplicationBuilder(typeof(DependencyInjection))
        .AddAutoMapper()
        .AddMediatR()
        .AddFluentValidation()
        .ConfigurePipelineBehaviours(options => {
            options.UseValidationPipelineBehaviour = true;
            options.UseCachingPipelineBehaviour = true;
        });
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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
2.3.0 192 3/19/2023
2.3.0-alpha.12 78 3/19/2023
2.3.0-alpha.3 80 3/17/2023
2.3.0-alpha.1 74 3/17/2023
2.1.0 219 2/7/2023
2.1.0-alpha.19 84 2/7/2023
2.1.0-alpha.13 89 11/29/2022
2.1.0-alpha.8 83 11/28/2022
2.1.0-alpha.4 75 11/4/2022
2.1.0-alpha.1 97 6/27/2022
2.0.1 436 6/23/2022
2.0.1-alpha.3 102 6/23/2022
2.0.0 456 6/23/2022
2.0.0-alpha.9 106 6/23/2022
1.5.1-alpha.7 99 6/22/2022
1.5.1-alpha.3 96 6/22/2022
1.5.1-alpha.1 96 6/22/2022
1.5.0 467 6/22/2022
1.5.0-alpha.12 100 6/22/2022
1.5.0-alpha.7 112 6/22/2022
1.5.0-alpha.3 105 6/16/2022
1.4.0 452 6/15/2022
1.3.0-alpha.9 100 6/15/2022
1.1.0 462 6/13/2022
1.1.0-alpha.3 91 6/13/2022
1.0.2-alpha.1 101 6/13/2022
1.0.1-alpha0002.6 92 6/13/2022
1.0.1-alpha0002.5 91 6/13/2022
0.6.0-alpha0001.5 95 6/13/2022
0.5.2-alpha0002.3 92 6/13/2022