Closed CADBIMDeveloper closed 11 months ago
Yep, this is one of the breaking changes mentioned in #123.
Ah, my bad, you're assigning custom enum indexes in C#. I'm probably hot handling that when generating JS enums. Will look into that, thanks for the report!
Hi @elringus ,
There is a problem with enum values handling in the bootsharp. Let's say, I have the following backend:
It generates the following definitions:
So
prints
false
Thank you!