dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
45 stars 61 forks source link

Add DefaultDllImportSearchPaths #168

Closed tmeschter closed 1 year ago

tmeschter commented 1 year ago

Related to AB#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.