DbcParser
DbcParser copied to clipboard
[Feature Request] Output to DBC String
Just like following example:
Dbc dbc = new();
// ...
var dbcStr = dbc.ToString();
File.WriteAllText("test.dbc", dbcStr);
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
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.