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
                    
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.LDF" Version="8.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Oakrey.Applications.FileParsing.LDF" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Oakrey.Applications.FileParsing.LDF" />
                    
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 Oakrey.Applications.FileParsing.LDF --version 8.0.0
                    
#r "nuget: Oakrey.Applications.FileParsing.LDF, 8.0.0"
                    
#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.LDF@8.0.0
                    
#: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.LDF&version=8.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Oakrey.Applications.FileParsing.LDF&version=8.0.0
                    
Install as a Cake Tool

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 *.ldf browsing settings.
  • Loads ldfNew.txt as the new-file template.
  • Packages the template as a NuGet content file and copies it to the consuming output.

Dependencies

  • Oakrey.Applications.FileParsing 7.0.0
  • Oakrey.Applications.FileBrowsing.Abstractions 7.0.0
  • Oakrey.LDF 3.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 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.

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.

Version Downloads Last Updated
8.0.0 130 8/7/2026
7.0.1 102 8/6/2026
7.0.0 117 7/20/2026
6.0.2 121 7/8/2026
6.0.1 113 7/3/2026
6.0.0 118 5/22/2026
2.0.0 123 5/22/2026
1.0.1 131 3/18/2026
1.0.0 129 3/13/2026