dotnet / project-system-tools

Tools for working with the C#/VB/F# project system.
MIT License
270 stars 42 forks source link

Add DefaultDllImportSearchPaths #481

Closed tmeschter closed 11 months ago

tmeschter commented 11 months ago

Related #1853770.

Use the DefaultDllImportSearchPaths attribute to ensure that P/Invokes (if any) from within this assembly only load native libraries from trusted and safe paths.