PreviousNext

Self-contained executable with .NET Core 3.0 on Windows, Linux and Raspberry

by bill-s, 2019-08-06T02:14:43.832Z

.NET Core 3.0 comes with support for self-contained executables. It means we can publish applications as a single executable for specified platform. Also trimming – removing of unused code from assemblies – is supported. This blog post demonstrates how to build self-contained executable using .NET Core 3.0.

Read More