You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the AttributedModelSourceGenerator doesn't do extra checks (e.g. return type checks) which means that it'll cause compilation errors if used incorrectly.
Right now the AttributedModelSourceGenerator doesn't do extra checks (e.g. return type checks) which means that it'll cause compilation errors if used incorrectly.
For example:
Will likely produce a class something like this:
Which, as you can imagine, won't work.
The text was updated successfully, but these errors were encountered: