Skip to content

Fix: suppress obsolete API warnings and CA2265 Span null checks#104

Open
Peyosure wants to merge 1 commit intoCoding-Enthusiast:masterfrom
Peyosure:fix/suppress-obsolete-and-fix-span-null
Open

Fix: suppress obsolete API warnings and CA2265 Span null checks#104
Peyosure wants to merge 1 commit intoCoding-Enthusiast:masterfrom
Peyosure:fix/suppress-obsolete-and-fix-span-null

Conversation

@Peyosure
Copy link
Copy Markdown

@Peyosure Peyosure commented Jan 2, 2026

Summary: suppressed obsolete warnings for PrivateKey/SecP256k1 and removed redundant Span null checks (CA2265). All tests pass (1354/1354) on .NET 10.0.1.\n\nChanges: updated project targets to net10.0, added #pragma to suppress CS0612 where necessary, and removed redundant Span null checks.\n\nNotes: I ran the full test suite locally and they all passed. Please review warnings for possible long-term replacements of obsolete APIs.

@Coding-Enthusiast
Copy link
Copy Markdown
Owner

The warning is a useful thing, it is reminding me that I need to work on the backend and completely remove the obsolete code and update FinderOuter to use the new ones. 🙄

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