CoreUtils 3.2.2
dotnet add package CoreUtils --version 3.2.2
NuGet\Install-Package CoreUtils -Version 3.2.2
<PackageReference Include="CoreUtils" Version="3.2.2" />
paket add CoreUtils --version 3.2.2
#r "nuget: CoreUtils, 3.2.2"
// Install CoreUtils as a Cake Addin
#addin nuget:?package=CoreUtils&version=3.2.2
// Install CoreUtils as a Cake Tool
#tool nuget:?package=CoreUtils&version=3.2.2
Helpers for CoreDdd library
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CoreUtils:
Package | Downloads |
---|---|
CoreDdd
Set of open-source libraries helping with DDD and CQRS. CoreDdd documentation: https://github.com/xhafan/coreddd/wiki CoreDdd samples: https://github.com/xhafan/coreddd-sample ASP.NET MVC and ASP.NET Core MVC demo email marketing app demonstrating CoreDdd usage: https://github.com/xhafan/emailmaker |
|
CoreDdd.Nhibernate
NHibernate persistence for CoreDdd library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.2 | 1,324 | 9/7/2022 |
3.2.1 | 2,819 | 6/2/2020 |
3.2.0 | 10,468 | 11/29/2018 |
3.1.0 | 3,161 | 11/28/2018 |
3.0.36 | 3,251 | 11/6/2018 |
3.0.34 | 3,268 | 10/22/2018 |
3.0.33 | 3,100 | 10/17/2018 |
3.0.32 | 3,323 | 10/3/2018 |
3.0.31 | 3,224 | 9/11/2018 |
3.0.30 | 3,292 | 9/11/2018 |
3.0.29 | 3,207 | 9/6/2018 |
3.0.28 | 2,867 | 9/4/2018 |
3.0.27 | 2,852 | 8/27/2018 |
3.0.26 | 2,856 | 8/22/2018 |
3.0.25 | 2,953 | 8/21/2018 |
3.0.24 | 2,745 | 8/17/2018 |
3.0.23 | 2,695 | 7/24/2018 |
3.0.22 | 2,780 | 7/12/2018 |
3.0.21 | 2,814 | 7/11/2018 |
3.0.20 | 2,764 | 7/10/2018 |
3.0.19 | 2,799 | 7/4/2018 |
3.0.18 | 2,803 | 6/26/2018 |
3.0.17 | 2,956 | 6/14/2018 |
3.0.16 | 2,848 | 5/9/2018 |
3.0.15 | 2,919 | 4/26/2018 |
.NET Standard 2.1 or greater enhancement:
#19 Add support for nullable reference types - when the nullable reference types are enabled, when using Guard.Hope() method one does not get "Dereference of possibly null reference" warning (idea taken from Debug.Assert method source code)