1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

add link to interop guidelines (#83987)

This commit is contained in:
Dan Moseley 2023-03-27 12:40:19 -06:00 committed by GitHub
parent 47cd24e9a6
commit 17c563e9a1
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
Interop Guidelines
==================
We follow the [best practices for native interop](https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices) with the additional guidelines below that are specific to this repo.
## Goals
We have the following goals related to interop code being used in dotnet/runtime: