Skip to content

fix: correctly annotate nullable string/array parameters - #13

Merged
Antyss77 merged 1 commit into
masterfrom
fix/nullable-annotations
Aug 10, 2026
Merged

fix: correctly annotate nullable string/array parameters#13
Antyss77 merged 1 commit into
masterfrom
fix/nullable-annotations

Conversation

@Antyss77

Copy link
Copy Markdown
Owner

Methods that already tolerate a null input (via an explicit guard or via AsSpan()) now honestly declare it in their signature, instead of promising non-null while checking for null anyway. Flagged by community review (Wycott).

Methods that already tolerate a null input (via an explicit guard or via AsSpan()) now honestly declare it in their signature, instead of promising non-null while checking for null anyway. Flagged by community review (Wycott).
@Antyss77
Antyss77 merged commit 5a49d0a into master Aug 10, 2026
1 check passed
@Antyss77
Antyss77 deleted the fix/nullable-annotations branch August 10, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant