Get rid of Costura #10
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
help wanted
invalid
low priority
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: fyr77/EnvyUpdate#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should be possible tom embed DLLs without the use of external "stuff".
I need to look into that.
In .NET Core 3 some new features were added, for example "Single File Executables". This would automatically remove the need for Costura. Also, that's a good reason for porting this project to core like I said in #9.
Reference: https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-0#single-file-executables
There doesn't seem to be a nice way of doing this within .NET Framework. I will use Single File Executables once this project is ported to .NET Core, but until then I guess I will continue to use Costura.