You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dotnet core has a built in linker that can be used to decrease the overall package size of our application, by passing in the -o linked argument into the publish command.
In my testing it reduced the size of the binaries from 435 files totalling 119 MB to 15 files totalling 4.3 MB. This is quite the savings.
The text was updated successfully, but these errors were encountered:
Dotnet core has a built in linker that can be used to decrease the overall package size of our application, by passing in the
-o linked
argument into the publish command.In my testing it reduced the size of the binaries from 435 files totalling 119 MB to 15 files totalling 4.3 MB. This is quite the savings.
The text was updated successfully, but these errors were encountered: