Oakrey.Applications.FileParsing.DBC 8.1.0

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

Oakrey.Applications.FileParsing.DBC

Reactive DBC parsing and DBC browsing settings for .NET 10 Windows applications.

Features

  • Parses DBC files asynchronously into DbcMatrix.
  • Supports cancellation, automatic loading, and selection-driven reloads.
  • Provides standard and extended *.dbc browsing settings.
  • Loads dbcNew.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.DBC 4.0.1
  • Direct abstractions references for settings and user prompts

Registration

services.AddSingleton<IDbcServiceSettings, DbcServiceSettings>();
services.AddSingleton<IDbcService, DbcService>();

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 (2)

Showing the top 2 NuGet packages that depend on Oakrey.Applications.FileParsing.DBC:

Package Downloads
Oakrey.Applications.DecodingServices.CAN

DBC-based CAN frame decoding service for .NET applications. Connects CAN device reception with loaded DBC definitions and exposes decoded messages, signal samples, unknown frames, message history, and reactive decoder statistics.

Oakrey.Applications.CANDecodingServices

DBC-based CAN frame decoding service for .NET applications. Connects CAN device reception with loaded DBC definitions and exposes decoded messages, 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.1.0 143 8/6/2026
8.0.0 101 8/6/2026
7.0.0 119 7/20/2026
6.0.2 119 7/8/2026
6.0.1 112 7/3/2026
6.0.0 119 5/22/2026
2.0.0 113 5/22/2026
1.0.1 156 3/13/2026
1.0.0 152 3/11/2026