SnowStorm 0.3.0

Additional Details

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.

There is a newer version of this package available.
See the version list below for details.
dotnet add package SnowStorm --version 0.3.0                
NuGet\Install-Package SnowStorm -Version 0.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="SnowStorm" Version="0.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SnowStorm --version 0.3.0                
#r "nuget: SnowStorm, 0.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 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 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. 
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.2.0 135 3/17/2024
2.1.0 132 1/17/2024
2.0.0 137 1/4/2024
1.11.0 197 7/12/2023
1.10.0 169 6/18/2023 1.10.0 is deprecated because it is no longer maintained.
1.9.0 143 5/31/2023
1.8.0 190 4/8/2023
1.7.0 489 9/17/2022
1.6.0 443 9/17/2022
1.4.0 516 5/25/2022
1.3.0 556 4/19/2022
1.2.0 571 4/6/2022
1.1.0 541 4/3/2022
1.0.0 415 11/27/2021
0.21.0 572 7/27/2021 0.21.0 is deprecated because it has critical bugs.
0.20.0 433 4/5/2021
0.18.0 672 11/30/2020 0.18.0 is deprecated because it is no longer maintained.
0.17.0 526 11/29/2020 0.17.0 is deprecated because it is no longer maintained.
0.16.0 585 10/23/2020 0.16.0 is deprecated because it is no longer maintained.
0.15.0 523 10/20/2020 0.15.0 is deprecated because it is no longer maintained.
0.14.0 548 9/15/2020 0.14.0 is deprecated because it is no longer maintained.
0.13.0 544 7/29/2020 0.13.0 is deprecated because it is no longer maintained.
0.12.0 715 6/3/2020 0.12.0 is deprecated because it is no longer maintained.
0.11.0 570 2/20/2020 0.11.0 is deprecated because it is no longer maintained.
0.10.0 639 1/14/2020 0.10.0 is deprecated because it is no longer maintained.
0.6.0 606 12/4/2019 0.6.0 is deprecated because it is no longer maintained.
0.4.1-pullrequest0019-0002 671 12/2/2019 0.4.1-pullrequest0019-0002 is deprecated because it is no longer maintained.
0.4.0 845 12/1/2019 0.4.0 is deprecated because it is no longer maintained.
0.3.1 898 12/1/2019 0.3.1 is deprecated because it is no longer maintained.
0.3.1-pullrequest0018-0003 744 12/1/2019 0.3.1-pullrequest0018-0003 is deprecated because it is no longer maintained.
0.3.0 672 11/3/2019 0.3.0 is deprecated because it is no longer maintained.