UnityMVR / umvr

Unity on Rails
MIT License
0 stars 0 forks source link

Improper handling of nullable types in IModel during file generation #12

Closed Pindwin closed 2 months ago

Pindwin commented 9 months ago

Nullable types don't get detected as generics, thus generated types in Model are in form that does not compile.

Pindwin commented 2 months ago

15 should probably take that into consideration (even if nullable types will have special treatment to simplify syntax)