Fix copyright compliance in Frends.Pgp.SignFile csproj#16
Conversation
|
@copilot fix the build issues |
…ert.Throws ambiguity
Fixed in the latest commit. NUnit 4.6.1 (resolved by the |
| <PackageReference Include="coverlet.collector" Version="6.*" /> | ||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.*" /> | ||
| <PackageReference Include="NUnit" Version="4.*" /> | ||
| <PackageReference Include="NUnit3TestAdapter" Version="6.*" /> |
There was a problem hiding this comment.
No, leave the 4.* and 6.* versions, and fix the unit tests instead
There was a problem hiding this comment.
Reverted the version pin. Fixed the unit tests by casting each Assert.Throws lambda to (Action), which resolves the CS0121 ambiguity introduced in NUnit 4.6+ and uses the new preferred overload. Solution builds with 0 errors and 0 warnings.
Done — reverted the NUnit version pin and fixed the unit tests by casting the lambdas to |
The
<Copyright>tag inFrends.Pgp.SignFile.csprojdidn't satisfy the platform compliance rule requiring<Copyright>Frends</Copyright>.Changes
Frends.Pgp.SignFile.csproj: ReplaceCopyright (c) 2026 Frends EiPaaSwithFrends; bump version1.2.0→1.3.0CHANGELOG.md: Add[1.3.0]entry