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
DictionaryContainsKeyConstraint is not type-safe, and it would be useful to have an analyser to detect incorrect usage of this - similar to the current ContainsConstraintWrongActualTypeAnalyzer.
I just hit this problem working on the NUnit Engine - as I was converting Dictionaries to HashSets. It would have been nice to have a compile-time warning about my problem, rather than having to wait for the test run to complete. 🙂
The text was updated successfully, but these errors were encountered:
DictionaryContainsKeyConstraint is not type-safe, and it would be useful to have an analyser to detect incorrect usage of this - similar to the current ContainsConstraintWrongActualTypeAnalyzer.
I just hit this problem working on the NUnit Engine - as I was converting Dictionaries to HashSets. It would have been nice to have a compile-time warning about my problem, rather than having to wait for the test run to complete. 🙂
The text was updated successfully, but these errors were encountered: