Oakrey.Applications.FileParsing.Ini
7.0.1
dotnet add package Oakrey.Applications.FileParsing.Ini --version 7.0.1
NuGet\Install-Package Oakrey.Applications.FileParsing.Ini -Version 7.0.1
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="Oakrey.Applications.FileParsing.Ini" Version="7.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Oakrey.Applications.FileParsing.Ini" Version="7.0.1" />
<PackageReference Include="Oakrey.Applications.FileParsing.Ini" />
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 Oakrey.Applications.FileParsing.Ini --version 7.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Oakrey.Applications.FileParsing.Ini, 7.0.1"
#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 Oakrey.Applications.FileParsing.Ini@7.0.1
#: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=Oakrey.Applications.FileParsing.Ini&version=7.0.1
#tool nuget:?package=Oakrey.Applications.FileParsing.Ini&version=7.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Oakrey.Applications.FileParsing.Ini
Reactive INI parsing built on Oakrey.Applications.FileParsing.
Features
- Parses INI files asynchronously with cancellation.
- Supports automatic startup loading.
- Reloads when the selected file changes.
- Publishes the current
IniFilethroughIIniService.FileParsed.
Dependencies
Oakrey.Applications.FileParsing7.0.0Oakrey.Files4.0.0- Direct abstractions references for settings, browsing, and user prompts
Registration
services.AddSingleton<IIniServiceSettings, IniServiceSettings>();
services.AddSingleton<IIniService, IniService>();
Detailed parser failures are logged. User-facing prompts do not expose file paths or raw exception messages.
License
MIT. Copyright (c) Oakrey 2016-present.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0-windows7.0
- Oakrey.Applications.Abstractions (>= 7.0.0)
- Oakrey.Applications.FileBrowsing.Abstractions (>= 7.0.1)
- Oakrey.Applications.FileParsing (>= 7.0.1)
- Oakrey.Applications.UserPrompts (>= 7.0.0)
- Oakrey.Files (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.