Oakrey.Applications.FileParsing.LDF
8.0.0
dotnet add package Oakrey.Applications.FileParsing.LDF --version 8.0.0
NuGet\Install-Package Oakrey.Applications.FileParsing.LDF -Version 8.0.0
<PackageReference Include="Oakrey.Applications.FileParsing.LDF" Version="8.0.0" />
<PackageVersion Include="Oakrey.Applications.FileParsing.LDF" Version="8.0.0" />
<PackageReference Include="Oakrey.Applications.FileParsing.LDF" />
paket add Oakrey.Applications.FileParsing.LDF --version 8.0.0
#r "nuget: Oakrey.Applications.FileParsing.LDF, 8.0.0"
#:package Oakrey.Applications.FileParsing.LDF@8.0.0
#addin nuget:?package=Oakrey.Applications.FileParsing.LDF&version=8.0.0
#tool nuget:?package=Oakrey.Applications.FileParsing.LDF&version=8.0.0
Oakrey.Applications.FileParsing.LDF
Reactive LDF parsing and LDF browsing settings for .NET 10 Windows applications.
Features
- Parses LDF files asynchronously into
LdfMatrix. - Supports cancellation, automatic loading, and selection-driven reloads.
- Provides standard and extended
*.ldfbrowsing settings. - Loads
ldfNew.txtas the new-file template. - Packages the template as a NuGet content file and copies it to the consuming output.
Dependencies
Oakrey.Applications.FileParsing7.0.0Oakrey.Applications.FileBrowsing.Abstractions7.0.0Oakrey.LDF3.2.3- Direct abstractions references for settings and user prompts
The project no longer depends on the concrete FileBrowsing.Extended implementation because
it only consumes browsing contracts.
Registration
services.AddSingleton<ILdfServiceSettings, LdfServiceSettings>();
services.AddSingleton<ILdfService, LdfService>();
Template failures use placeholder-based logging and do not log the complete application path.
License
MIT. Copyright (c) Oakrey 2016-present.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
-
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.LDF (>= 4.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Oakrey.Applications.FileParsing.LDF:
| Package | Downloads |
|---|---|
|
Oakrey.Applications.DecodingServices.LIN
LDF-based LIN frame decoding service for .NET applications. Connects LIN device reception with loaded LDF definitions and exposes decoded frames, signal samples, unknown frames, message history, and reactive decoder statistics. |
GitHub repositories
This package is not used by any popular GitHub repositories.