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
As discussed in #3178, here's a minimal repro (untested, but using the same patterns as our big application, if it doesn't work I'll create a full repo and link it here):
As discussed in #3178, here's a minimal repro (untested, but using the same patterns as our big application, if it doesn't work I'll create a full repo and link it here):
alongside
When used in a query, causes an exception containing
MessageText: type "example" does not exist
.When leaving out either of the
MapEnum<T>
calls, anInvalidCastException
is thrown on query.The text was updated successfully, but these errors were encountered: