SnowStorm 0.3.0
Breaking changes implemented in 0.20.0
Removed Infrastructure from Name Space
Added 'ExternalAssemblyName' parameter to Configure AppDbContext and MediatR
'ExternalAssemblyName' will assist with integration testing and objects in external projects.
See https://github.com/BenVanZyl/Reliance for sample code on how to use.
See the version list below for details.
dotnet add package SnowStorm --version 0.3.0
NuGet\Install-Package SnowStorm -Version 0.3.0
<PackageReference Include="SnowStorm" Version="0.3.0" />
paket add SnowStorm --version 0.3.0
#r "nuget: SnowStorm, 0.3.0"
// Install SnowStorm as a Cake Addin #addin nuget:?package=SnowStorm&version=0.3.0 // Install SnowStorm as a Cake Tool #tool nuget:?package=SnowStorm&version=0.3.0
Making it easy to implement the CQRS pattern using the following:
- Query executors
- MediatR
- AutoMapper
- Swagger
CQRS stands for Command Query Responsibility Segregation
At its heart is the notion that you can use a different model to update information than the model you use to read information.
Source Code for SnowStorm can be found at GitHub: https://github.com/benvanzyl/snowstorm
Target .Net Core 2.2
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.2
- AutoMapper (>= 9.0.0)
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 7.0.0)
- MediatR (>= 7.0.0)
- MediatR.Extensions.Microsoft.DependencyInjection (>= 7.0.0)
- Microsoft.EntityFrameworkCore (>= 2.2.6)
- Swashbuckle.AspNetCore (>= 4.0.1)
- System.Data.SqlClient (>= 4.7.0)
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.2.0 | 145 | 3/17/2024 | |
2.1.0 | 135 | 1/17/2024 | |
2.0.0 | 138 | 1/4/2024 | |
1.11.0 | 206 | 7/12/2023 | |
1.10.0 | 171 | 6/18/2023 | |
1.9.0 | 144 | 5/31/2023 | |
1.8.0 | 192 | 4/8/2023 | |
1.7.0 | 491 | 9/17/2022 | |
1.6.0 | 450 | 9/17/2022 | |
1.4.0 | 517 | 5/25/2022 | |
1.3.0 | 559 | 4/19/2022 | |
1.2.0 | 572 | 4/6/2022 | |
1.1.0 | 543 | 4/3/2022 | |
1.0.0 | 417 | 11/27/2021 | |
0.21.0 | 574 | 7/27/2021 | |
0.20.0 | 436 | 4/5/2021 | |
0.18.0 | 673 | 11/30/2020 | |
0.17.0 | 528 | 11/29/2020 | |
0.16.0 | 589 | 10/23/2020 | |
0.15.0 | 532 | 10/20/2020 | |
0.14.0 | 549 | 9/15/2020 | |
0.13.0 | 554 | 7/29/2020 | |
0.12.0 | 717 | 6/3/2020 | |
0.11.0 | 574 | 2/20/2020 | |
0.10.0 | 642 | 1/14/2020 | |
0.6.0 | 616 | 12/4/2019 | |
0.4.1-pullrequest0019-0002 | 678 | 12/2/2019 | |
0.4.0 | 846 | 12/1/2019 | |
0.3.1 | 901 | 12/1/2019 | |
0.3.1-pullrequest0018-0003 | 745 | 12/1/2019 | |
0.3.0 | 679 | 11/3/2019 |