Skip to content

fix(VerifySignature): set Copyright to Frends, bump to 1.2.0#13

Merged
jefim merged 3 commits into
mainfrom
copilot/fix-compliance-findings
Jul 24, 2026
Merged

fix(VerifySignature): set Copyright to Frends, bump to 1.2.0#13
jefim merged 3 commits into
mainfrom
copilot/fix-compliance-findings

Conversation

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Compliance rule requires <Copyright>Frends</Copyright> in all non-test .csproj files; Frends.Pgp.VerifySignature.csproj had Copyright (c) 2026 Frends EiPaaS instead.

Changes

  • Frends.Pgp.VerifySignature.csproj: corrected <Copyright> value and bumped version 1.1.01.2.0
  • CHANGELOG.md: added [1.2.0] entry
<!-- before -->
<Copyright>Copyright (c) 2026 Frends EiPaaS</Copyright>

<!-- after -->
<Copyright>Frends</Copyright>

Copilot AI changed the title [WIP] Fix compliance findings in Frends.Pgp.VerifySignature fix(VerifySignature): set Copyright to Frends, bump to 1.2.0 Jul 24, 2026
Copilot finished work on behalf of jefim July 24, 2026 05:12
Copilot AI requested a review from jefim July 24, 2026 05:12
@jefim
jefim marked this pull request as ready for review July 24, 2026 05:13
@jefim

jefim commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

@copilot fix the build errors

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

@copilot fix the build errors

Fixed in the latest commit. NUnit 4 introduced an Assert.Throws<T>(Action) overload alongside the existing Assert.Throws<T>(TestDelegate), causing ambiguity when passing a plain lambda. The fix casts each lambda explicitly to Action to resolve the overload. Build now succeeds with 0 warnings and all 13 tests pass.

Copilot finished work on behalf of jefim July 24, 2026 05:17
@jefim
jefim merged commit 243a013 into main Jul 24, 2026
5 checks passed
@jefim
jefim deleted the copilot/fix-compliance-findings branch July 24, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants