MyNet.Utilities
19.0.0
dotnet add package MyNet.Utilities --version 19.0.0
NuGet\Install-Package MyNet.Utilities -Version 19.0.0
<PackageReference Include="MyNet.Utilities" Version="19.0.0" />
<PackageVersion Include="MyNet.Utilities" Version="19.0.0" />
<PackageReference Include="MyNet.Utilities" />
paket add MyNet.Utilities --version 19.0.0
#r "nuget: MyNet.Utilities, 19.0.0"
#:package MyNet.Utilities@19.0.0
#addin nuget:?package=MyNet.Utilities&version=19.0.0
#tool nuget:?package=MyNet.Utilities&version=19.0.0
<div align="center">
MyNet.Utilities
<img src="MyNetUtilities.png" alt="MyNet.Utilities" width="96" height="96" />
Cross-cutting utilities: caching, encryption, authentication helpers, progress reporting, threading, deferral, and DI-friendly services.
</div>
<div align="center">
</div>
Features
| Feature | Description |
|---|---|
| Caching | In-memory storage with absolute and sliding expiration |
| Security | AES encryption and authentication helpers |
| Progress | Reporting, debouncing, and serialized async runners |
| Threading | Deferral, suspending scopes, and coordination |
Installation
dotnet add package MyNet.Utilities
Quick start
using Microsoft.Extensions.DependencyInjection;
using MyNet.Utilities.Cache; // register cache services in your host
var services = new ServiceCollection();
// services.AddMemoryCache(); etc. — see package extensions and tests
Explore namespaces under MyNet.Utilities for cache, encryption, progress, and threading helpers.
Related packages
Documentation
<div align="center">
<sub>
Copyright © 2016-2026 - Stéphane ANDRE. All Rights Reserved.
<br/>
Released under the MIT License.
</sub>
</div>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 11.0.0-preview.4.26230.115)
- Microsoft.Extensions.Logging.Abstractions (>= 11.0.0-preview.4.26230.115)
- MyNet.Primitives (>= 19.0.0)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on MyNet.Utilities:
| Package | Downloads |
|---|---|
|
MyNet.UI
UI-agnostic presentation layer for desktop apps: view models, shell, dialogs, navigation, notifications, toasts, and workspace patterns (framework-independent). |
|
|
MyNet.Observable
MVVM-oriented observable models with INotifyPropertyChanged, edition tracking, FluentValidation integration, metadata, and an included Roslyn source generator. |
|
|
MyNet.Humanizer
Localized human-readable text for dates, enums, lists, geography, and common .NET types (display strings beyond raw ToString()). |
|
|
MyNet.Utilities.Geography.Extensions
A comprehensive .NET library for accessing and managing detailed geographical information. MyNet.Utilities.Geography.Extensions provides powerful tools and resources for working with country data, enabling easy integration of geography features into your applications. |
|
|
MyNet.Utilities.Generator.Extensions
A robust and flexible .NET library for generating random data, designed to simplify testing, prototyping, and data population in your applications. MyNet.Utilities.Generator.Extensions provides easy-to-use extensions for creating random addresses, names, internet information, and more. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 19.0.0 | 0 | 5/29/2026 |
| 18.0.0 | 177 | 4/16/2026 |
| 17.1.0 | 173 | 4/9/2026 |
| 17.0.1 | 175 | 3/18/2026 |
| 17.0.0 | 176 | 3/18/2026 |
| 16.0.2 | 285 | 2/19/2026 |
| 16.0.1 | 272 | 2/19/2026 |
| 16.0.0 | 261 | 2/19/2026 |
| 15.0.0 | 363 | 12/22/2025 |
| 14.4.0 | 356 | 12/21/2025 |
| 14.3.0 | 393 | 12/7/2025 |
| 14.2.0 | 377 | 11/26/2025 |
| 14.1.0 | 474 | 11/21/2025 |
| 14.0.4 | 343 | 11/14/2025 |
| 14.0.3 | 371 | 11/14/2025 |
| 14.0.2 | 410 | 11/14/2025 |
| 14.0.1 | 438 | 11/13/2025 |
| 14.0.0 | 431 | 11/13/2025 |
| 13.1.0 | 377 | 11/6/2025 |
| 13.0.0 | 323 | 10/17/2025 |