jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
511 stars 51 forks source link

[Compiler] Error Messaging and Exception Handling #101

Closed jamescourtney closed 3 years ago

jamescourtney commented 3 years ago

Make compiler errors more visible and actionable to the user. Detect features that are unsupported and report them as errors instead of failing mysteriously.