[wix-devs] WIP 6108: .NET Core SCD-style BA

Hoover, Jacob Jacob.Hoover at greenheck.com
Fri Jan 17 09:46:00 PST 2020


Wouldn't a SCD BA still need to fall back onto the prereq BA if they introduced a dependency on another 3rd party .Net lib for their BA?

-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Sean Hall via wix-devs
Sent: Friday, January 17, 2020 3:44 AM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Cc: Sean Hall <r.sean.hall at gmail.com>
Subject: Re: [wix-devs] WIP 6108: .NET Core SCD-style BA

I looked into how to load the .Net Core runtime for a framework dependent deployment (hostfxr_initialize_for_runtime_config). That API will make sure that the app can run on the runtime that gets loaded, but can't be used for self contained deployment. So our host will have to call a completely different API for SCD vs FDD.

Does it make sense to have a separate BA for SCD and FDD? What would the names be? The only way that makes sense to me is if the SCD one never brings up the prereq BA.

On Fri, Jan 17, 2020, 10:37 Sean Hall <r.sean.hall at gmail.com> wrote:

> I created a WIP for an initial version of a .NET Core BA. The WIP pull 
> request is at https://github.com/wixtoolset/web/pull/39 and the code 
> pull request is at https://github.com/wixtoolset/Bal.wixext/pull/8. 
> Feedback is appreciated.
>
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.




More information about the wix-devs mailing list