jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Duplicate fbs filenames in different folders break compilation #384

Closed njannink closed 1 year ago

njannink commented 1 year ago

When you have the following setup no code is generated for the fbs file in the LowRes sub-directory.

Project

project.zip

When I rename the shape.fbs file to shape.lowres.fbs then compilation passes

jamescourtney commented 1 year ago

Thanks for the bug! I'll take a look at this

jamescourtney commented 1 year ago

Should be fixed in 7.2.0