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
Make it possible to disallow selected types of a namespace.
Example use case: to prevent developers using the Assert type of Xunit and use FluentAssertions instead.
I can think of two different ways to specify this in the config: the first aligns better with an allowlisting approach, while the second fits more with a denylisting approach.
Make it possible to disallow selected types of a namespace.
Example use case: to prevent developers using the
Assert
type of Xunit and useFluentAssertions
instead.I can think of two different ways to specify this in the config: the first aligns better with an allowlisting approach, while the second fits more with a denylisting approach.
Allowlist approach:
Denylist approach:
The text was updated successfully, but these errors were encountered: