Ease.Util
0.3.0
dotnet add package Ease.Util --version 0.3.0
NuGet\Install-Package Ease.Util -Version 0.3.0
<PackageReference Include="Ease.Util" Version="0.3.0" />
paket add Ease.Util --version 0.3.0
#r "nuget: Ease.Util, 0.3.0"
// Install Ease.Util as a Cake Addin
#addin nuget:?package=Ease.Util&version=0.3.0
// Install Ease.Util as a Cake Tool
#tool nuget:?package=Ease.Util&version=0.3.0
General-purpose utility libraries and facilities for C#/.Net software development. A catch-all home for things until/unless they find a better home elsewhere.
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 | 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 |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Ease.Util:
Package | Downloads |
---|---|
Ease.Repository
C#/.Net building blocks supporting implementation of the repository and unit of work patterns compatible with both NoSQL and SQL / session-aware stores. See Ease.Repository.* packages for concrete implementations. |
|
Ease.Repository.AzureTable
C#/.Net building blocks supporting implementation of the repository and unit of work patterns for Azure Table. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.0 | 1,016 | 9/4/2019 |
0.3.0-alpha.4 | 230 | 8/30/2019 |
0.2.0 | 417 | 8/20/2019 |
0.1.0 | 441 | 8/11/2019 |
0.0.2 | 453 | 7/29/2019 |
0.0.2-alpha.4 | 263 | 7/29/2019 |
0.0.2-alpha.3 | 231 | 7/29/2019 |
0.0.2-alpha.1 | 237 | 7/25/2019 |
0.0.1 | 397 | 7/24/2019 |
0.0.1-alpha.1 | 239 | 7/23/2019 |
## 0.3.0 |* `MapOfCollections<TKey,TCollection,TValue>` and convenience specializations `MapOfHashSets<TKey,TValue>` and `MapOfLists<TKey,TValue>` |* Simple `Enum` helpers/extensions. |* `IEnumerable<T>` extensions for batching | |## 0.2.0 |* `String.ToValueOr(...)` fixes: properly support `TimeSpan`, support Enums, more test coverage |* `Assembly.GetResourceBySuffixAs[Stream|String]` extension methods |* `[Memory|Local]ScopedTempFile[Manager]` implementations |* `DirectoryInfo.GetTempFileName(...)` extension method | |## 0.1.0 |* Integrated GitVer for SemVer management |* `String.ToValueOr(...)` extension method |* `ScopedLock` and new `SafeDisposable.Lock` property to close `Dispose` race condition |* Minor doc updates | |## 0.0.2 |* `IDisposable` pattern implementation |* Scope support classes |* DocFx integration for conceptual and API documentation | |## 0.0.1 |* Initial repo skeleton files and processes