c# - How to Get Path to Native Binaries that are part of nuget package in dotnet core -
i'm looking use phantomjs in aspnet core application. want package phantomjs binary (platform specific) nuget package , able call process.start on within app.
the documentation on scenario seems pretty non-existent focused on native libraries , dllimport. know can package/copy file app, prefer package it.
my package copies binaries runtime folders on publish, how runtime location of binary? thinking runtimeenvironment.getruntimedirectory(), doesn't exist core.
this asked of how package runtime specific files should copied output?
Comments
Post a Comment