dotnet / project-system-tools

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

Add DefaultDllImportSearchPaths #481

Closed tmeschter closed 1 year ago

tmeschter commented 1 year 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.