Meir Blachman
Meir Blachman
not sure about the methods: ```cs public static T Throws(string paramName, Action testCode) where T : ArgumentException {} public static T Throws(string paramName, Func testCode) where T : ArgumentException {}...
@CaringDev I'm not getting any warnings here, do I need to have code in the projects that actually trigger the analyzers?
can you provide a minimal code sample that will reproduce this error?
@FantasyTeddy just released [0.11.4](https://www.nuget.org/packages/FluentAssertions.Analyzers/0.11.4)
Could you create a repository with your code?
Could you share a code sample for that triggers this?
I'm not able to reproduce this anymore, I think was fixed in #100
@AquilaSands is this an actual use-case? I think a better syntax would be ```cs collection.Should().ContainSingle().Which.Should().Be(1); ```
@AquilaSands I think so. I'll take a look
does packet execute the [tool/install.ps1](https://github.com/fluentassertions/fluentassertions.analyzers/blob/master/src/FluentAssertions.Analyzers/tools/install.ps1) script and then fail?