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
Id: FakeItEasy0007 Title: Nested argument constraints are not supported. Message: The argument constraint A<int>._ is nested in argument new Foo(A<int>._), which isn't supported. Severity: Error
The text was updated successfully, but these errors were encountered:
Related to FakeItEasy/FakeItEasy#1177
Now that nested argument constraints are explicitly forbidden, the analyzer could detect them and issue an error diagnostic.
For instance, this would trigger a diagnostic:
Id: FakeItEasy0007
Title: Nested argument constraints are not supported.
Message: The argument constraint
A<int>._
is nested in argumentnew Foo(A<int>._)
, which isn't supported.Severity: Error
The text was updated successfully, but these errors were encountered: