Get rid of Costura #10

Closed
opened 2020-06-04 15:33:42 +02:00 by fyr77 · 2 comments
fyr77 commented 2020-06-04 15:33:42 +02:00 (Migrated from github.com)

It should be possible tom embed DLLs without the use of external "stuff".
I need to look into that.

It should be possible tom embed DLLs without the use of external "stuff". I need to look into that.
fyr77 commented 2020-07-09 13:16:08 +02:00 (Migrated from github.com)

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

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
fyr77 commented 2020-07-24 18:45:32 +02:00 (Migrated from github.com)

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.

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.
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fyr77/EnvyUpdate#10
No description provided.