EFeru / DbcParser

.NET CAN bus dbc file parser
MIT License
76 stars 28 forks source link

Empty node list is currently not supported #81

Closed Adhara3 closed 2 months ago

Adhara3 commented 2 months ago

The tag BU_: with no nodes produces a parsing error. We should tolerate this.

Uight commented 2 months ago

true and easy enough. and as it is internally a hashset thats always initialized it wouldn't cause the public IEnumerable Nodes {get;} to ever be null which i like ;)

Adhara3 commented 2 months ago

@Whitehouse112 can you please take care of this one?

Thx A

Whitehouse112 commented 2 months ago

Of course, no problem