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 has been archived by the owner on Dec 14, 2018. It is now read-only.
The type also needs some love. Right now the only virtual method it has returns a IReadOnlyDictionary. This makes it difficult to modify the behavior of activation
The text was updated successfully, but these errors were encountered:
For instance if I need to change how ModelStateDictionary gets activated, I need to create a new dictionary, copy the base dictionary and then add an entry for typeof(ModelStateDictionary)
The type also needs some love. Right now the only virtual method it has returns a IReadOnlyDictionary. This makes it difficult to modify the behavior of activation
The text was updated successfully, but these errors were encountered: