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
{{ message }}
This repository was archived by the owner on May 12, 2023. It is now read-only.
A generic type must be declared when requesting multiple attributes using GetManyAsync<TModel>(). There is a GenericAttribute which carries all possible properties of the attribute. However it makes sense to use AttributeBase as generic argument and have the items reference be the base class while the instance being the strongly typed attribute class.
The text was updated successfully, but these errors were encountered:
A generic type must be declared when requesting multiple attributes using
GetManyAsync<TModel>()
. There is aGenericAttribute
which carries all possible properties of the attribute. However it makes sense to useAttributeBase
as generic argument and have the items reference be the base class while the instance being the strongly typed attribute class.The text was updated successfully, but these errors were encountered: