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
Checks that the second parameter to a ConceptAs<,> definition is a string, with the same value as the name of the type. So, type ReasonId = ConceptAs<Guid, 'ReasonId'> is valid, but type ReasonId = ConceptAs<Guid, 'FilterId'> or type ReasonId = ConceptAs<Guid, 2> is not.
Checks that ConceptAs<,> types should not be used on either sign of an equality comparison =====!=!== (and possibly others).
Checks that ConceptAs<,> types are not used as parameters in Map<,> and Set<> (and possibly others).
No description provided.
The text was updated successfully, but these errors were encountered: