Skip to content

hotfix/make-secure-Unsafe#50

Merged
aka-nse merged 6 commits intodevelopfrom
hotfix/make-secure-Unsafe
Jan 10, 2026
Merged

hotfix/make-secure-Unsafe#50
aka-nse merged 6 commits intodevelopfrom
hotfix/make-secure-Unsafe

Conversation

@aka-nse
Copy link
Owner

@aka-nse aka-nse commented Jan 10, 2026

The current C# allows use of unsafe APIs without an explicit unsafe context, but that does not constitute a sufficient declaration of intent to guarantee the code's memory safety.
This PR clarifies the intent regarding memory safety by requiring an unsafe context when using unsafe APIs.

@aka-nse aka-nse merged commit e0bb257 into develop Jan 10, 2026
1 check passed
@aka-nse aka-nse deleted the hotfix/make-secure-Unsafe branch January 10, 2026 22:41
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.

1 participant