Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve nuget packages #21

Closed
pauldeen79 opened this issue May 18, 2023 · 0 comments
Closed

Improve nuget packages #21

pauldeen79 opened this issue May 18, 2023 · 0 comments

Comments

@pauldeen79
Copy link
Owner

pauldeen79 commented May 18, 2023

Maybe it would be a good idea to generate a .csproj file on the fly, calling dotnet build to generate an assembly and all nuget references in a temporary directory. This way, we don't have to store assemblies in the temp folder, and this also fixes resolving assemblies from nuget packages. (do we need "lib", or which target framework do we need?)

Edit: Maybe it would be a better option to use assembly templates. You can do whatever you want, just copy all the package binaries to the output directory and use that as probing path. (is already performed when you use the file name of the assembly)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant