Skip to content

Commit

Permalink
Merge pull request #34 from richlander/dotnet
Browse files Browse the repository at this point in the history
Add statement about .NET unsafe code
  • Loading branch information
nellshamrell authored Oct 1, 2024
2 parents d685ad2 + cf32f60 commit 467089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practice-memory-safe-by-default-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TO DO

## .NET

TO DO
* Use unsafe blocks sparingly and [follow guidance](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/unsafe-code)

## JavaScript

Expand Down

0 comments on commit 467089a

Please sign in to comment.