DbcParser icon indicating copy to clipboard operation
DbcParser copied to clipboard

[Feature Request] Output to DBC String

Open c0nstexpr opened this issue 7 months ago • 2 comments

Just like following example:

Dbc dbc = new();
// ...
var dbcStr = dbc.ToString();
File.WriteAllText("test.dbc", dbcStr);

c0nstexpr avatar Jul 10 '25 03:07 c0nstexpr

Hi,

This is a huge one and a bit out of the scope of a parser which is basically just a reader.

My 2 cents A

Adhara3 avatar Jul 10 '25 09:07 Adhara3

The workload for generating DBC files is indeed substantial. By the way can we update the NuGet package? The latest version on NuGet was released on September 7, 2024, but there have been some useful updates recently.

pelva avatar Sep 17 '25 08:09 pelva