jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate fbs filenames in different folders break compilation

njannink opened this issue · comments

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

Project

  • Shapes
    • shape.fbs
    • LowRes
      • shape.fbs

project.zip

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

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

Should be fixed in 7.2.0