MyNet.IO
19.3.2
dotnet add package MyNet.IO --version 19.3.2
NuGet\Install-Package MyNet.IO -Version 19.3.2
<PackageReference Include="MyNet.IO" Version="19.3.2" />
<PackageVersion Include="MyNet.IO" Version="19.3.2" />
<PackageReference Include="MyNet.IO" />
paket add MyNet.IO --version 19.3.2
#r "nuget: MyNet.IO, 19.3.2"
#:package MyNet.IO@19.3.2
#addin nuget:?package=MyNet.IO&version=19.3.2
#tool nuget:?package=MyNet.IO&version=19.3.2
<div align="center">
MyNet.IO
<img src="MyNetIO.png" alt="MyNet.IO" width="96" height="96" />
File and path helpers, auto-save coordinators, and portable registry abstractions for desktop and cross-platform apps.
</div>
<div align="center">
</div>
Features
| Feature | Description |
|---|---|
| Files | Path and file extension helpers |
| Auto-save | Coordinators for documents and settings |
| Registry | Portable abstractions for desktop apps |
| UI integration | Workspace and recent-file scenarios |
Installation
dotnet add package MyNet.IO
Quick start
using MyNet.IO;
FileHelper.EnsureDirectoryExists(@"C:\Data\exports");
Use MyNet.IO namespaces for path extensions, file helpers, and auto-save patterns. MyNet.UI consumes IO abstractions for workspace and recent-file scenarios.
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.Logging.Abstractions (>= 11.0.0-preview.4.26230.115)
- MyNet.Primitives (>= 19.3.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MyNet.IO:
| Package | Downloads |
|---|---|
|
MyNet.UI
UI-agnostic presentation layer for desktop apps: view models, shell, dialogs, navigation, notifications, toasts, and workspace patterns (framework-independent). |
|
|
MyNet.Platform.Windows
Windows platform adapters: registry access, authentication integrations, and MAPI mail support for MyNet.IO and MyNet.Utilities. |
GitHub repositories
This package is not used by any popular GitHub repositories.