MyNet.IO 19.3.2

dotnet add package MyNet.IO --version 19.3.2
                    
NuGet\Install-Package MyNet.IO -Version 19.3.2
                    
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="MyNet.IO" Version="19.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MyNet.IO" Version="19.3.2" />
                    
Directory.Packages.props
<PackageReference Include="MyNet.IO" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MyNet.IO --version 19.3.2
                    
#r "nuget: MyNet.IO, 19.3.2"
                    
#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.
#:package MyNet.IO@19.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MyNet.IO&version=19.3.2
                    
Install as a Cake Addin
#tool nuget:?package=MyNet.IO&version=19.3.2
                    
Install as a Cake Tool

<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">

MIT License NuGet .NET

</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.



Documentation


<div align="center">

<sub>

Copyright © 2016-2026 - Stéphane ANDRE. All Rights Reserved.

<br/>

Released under the MIT License.

</sub>

</div>

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
19.3.2 0 6/2/2026
19.3.1 25 6/2/2026
19.3.0 61 6/1/2026
19.2.1 59 5/31/2026
19.2.0 65 5/31/2026
19.1.0 59 5/31/2026
19.0.0 62 5/29/2026