From c2ff87617daf8d3b26f00440236eb2147b112dac Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Mon, 10 Jun 2024 17:37:23 +0200 Subject: [PATCH] Fix release notes --- src/Moq.Analyzers/Moq.Analyzers.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Moq.Analyzers/Moq.Analyzers.csproj b/src/Moq.Analyzers/Moq.Analyzers.csproj index f7224ca..6ede974 100644 --- a/src/Moq.Analyzers/Moq.Analyzers.csproj +++ b/src/Moq.Analyzers/Moq.Analyzers.csproj @@ -22,7 +22,8 @@ - PosInfoMoq2004: Check that constructor arguments can not be passed to a mocked interface. - PosInfoMoq2005: Check the constructors arguments passed to mocked class. - PosInfoMoq2006: Check that the setup method with Protected() exists, are overridable and is protected or internal. - - Fix the PosInfoMoq2000 to not raise an error when the Returns()/ReturnsAsync() in invalided by the compiler. + - Fix the PosInfoMoq2000 rule to not raise an error when the Returns()/ReturnsAsync() in invalided by the compiler. + - Fix the PosInfoMoq2001 rule to raise error when Setup() is defined to chained members calls which are not overridable. 1.4.0 - Reduce the dependency of Microsoft.CodeAnalysis.CSharp to the release 4.0.1.