Click here to Skip to main content
15,868,024 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: .Net Core self-contained Pin
Gerry Schmitz22-Oct-20 2:14
mveGerry Schmitz22-Oct-20 2:14 
GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 20:42
protectorNelek22-Oct-20 20:42 
GeneralRe: .Net Core self-contained Pin
CodeWraith22-Oct-20 2:00
CodeWraith22-Oct-20 2:00 
GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 8:47
protectorNelek22-Oct-20 8:47 
GeneralRe: .Net Core self-contained Pin
CodeWraith22-Oct-20 11:16
CodeWraith22-Oct-20 11:16 
GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 20:36
protectorNelek22-Oct-20 20:36 
GeneralRe: .Net Core self-contained Pin
Reelix23-Oct-20 1:54
Reelix23-Oct-20 1:54 
GeneralRe: .Net Core self-contained Pin
danielrail23-Oct-20 2:53
professionaldanielrail23-Oct-20 2:53 
In the case of .Net Core 3.1 and up, it means that all the required assemblies(.Net Core and third-party) are included in the same folder, so that your application is not relying on any installed framework on the destination computer. You can also go one step further and have it compiled into a single executable, and you can also specify to trim which assemblies are needed(although experimental with 3.1, and didn't work for all scenarios, but should be out of the experimental phase for 5.0). And, they are supposed to be working to further enhance the trimming feature, so that it is only the required code that gets compiled, instead of the whole assembly, but not sure when this will be ready.

And, we've been using the .Net Core 3.1 self-contained executable feature in production, since the release of .Net Core 3.1, without any problems.
Daniel

GeneralRe: .Net Core self-contained Pin
Dan Neely22-Oct-20 2:28
Dan Neely22-Oct-20 2:28 
GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 8:55
protectorNelek22-Oct-20 8:55 
GeneralRe: .Net Core self-contained Pin
Dan Neely22-Oct-20 9:59
Dan Neely22-Oct-20 9:59 
GeneralRe: .Net Core self-contained Pin
Eddy Vluggen22-Oct-20 9:12
professionalEddy Vluggen22-Oct-20 9:12 
GeneralRe: .Net Core self-contained Pin
Reelix23-Oct-20 1:51
Reelix23-Oct-20 1:51 
GeneralRe: .Net Core self-contained Pin
Nelek23-Oct-20 1:55
protectorNelek23-Oct-20 1:55 
GeneralRe: .Net Core self-contained Pin
Reelix23-Oct-20 2:05
Reelix23-Oct-20 2:05 
GeneralRe: .Net Core self-contained Pin
Nelek23-Oct-20 2:18
protectorNelek23-Oct-20 2:18 
GeneralCCCWNSO Pin
pkfox21-Oct-20 22:36
professionalpkfox21-Oct-20 22:36 
GeneralRe: CCCWNSO Pin
Sandeep Mewara21-Oct-20 22:45
mveSandeep Mewara21-Oct-20 22:45 
GeneralRe: CCCWNSO Pin
pkfox21-Oct-20 23:22
professionalpkfox21-Oct-20 23:22 
GeneralThey say that this pandemic with the repeated lock-downs is here to test our character... Pin
Kornfeld Eliyahu Peter21-Oct-20 18:01
professionalKornfeld Eliyahu Peter21-Oct-20 18:01 
GeneralRe: They say that this pandemic with the repeated lock-downs is here to test our character... Pin
Johnny J.21-Oct-20 21:12
professionalJohnny J.21-Oct-20 21:12 
GeneralRe: They say that this pandemic with the repeated lock-downs is here to test our character... Pin
CPallini21-Oct-20 21:52
mveCPallini21-Oct-20 21:52 
GeneralRe: They say that this pandemic with the repeated lock-downs is here to test our character... Pin
Johnny J.21-Oct-20 21:56
professionalJohnny J.21-Oct-20 21:56 
GeneralRe: They say that this pandemic with the repeated lock-downs is here to test our character... Pin
CPallini21-Oct-20 22:06
mveCPallini21-Oct-20 22:06 
GeneralRe: They say that this pandemic with the repeated lock-downs is here to test our character... Pin
W Balboos, GHB22-Oct-20 6:07
W Balboos, GHB22-Oct-20 6:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.