Skip to content

Conversation

@kzu
Copy link
Contributor

@kzu kzu commented Jun 4, 2019

This makes it fully compatible with NS2. Otherwise, an SDK targeting pack needs to be installed and
a whole bunch of facade assemblies are included as part of the build which aren't needed and can
cause issues when running inside the IDE.

Fixes AB#905023

kzu added 2 commits June 4, 2019 12:31
This makes it fully compatible with NS2. Otherwise, an SDK targeting pack needs to be installed and 
a whole bunch of facade assemblies are included as part of the build which aren't needed and can 
cause issues when running inside the IDE.
@kzu
Copy link
Contributor Author

kzu commented Jun 4, 2019

@kdubau could you help me get this green on mac? thanks!

@kzu kzu changed the title Code that runs in VS needs to target net472 in dev16+ Code that runs in VS needs to target either net46 or net472 in dev16+ Jun 4, 2019
kzu added 2 commits June 4, 2019 13:41
Under VS2017+, code must either target net46 or net472 and nothing in between. 
Otherwise, run-time errors might happen if the wrong assemblies (facades for NS2 support) 
are inadvertently bound at compile time and loaded at run-time.
@kzu kzu merged commit 53ffdae into master Jun 4, 2019
@kzu
Copy link
Contributor Author

kzu commented Jun 4, 2019

@monokenkins backport to d16-2

@kzu kzu deleted the kzu/net472 branch June 4, 2019 17:12
kzu added a commit that referenced this pull request Jun 4, 2019
Under VS2017+, code must either target net46 or net472 and nothing in between.
Otherwise, run-time errors might happen if the wrong assemblies (facades for NS2 support)
are inadvertently bound at compile time and loaded at run-time.
kzu added a commit that referenced this pull request Jun 4, 2019
Under VS2017+, code must either target net46 or net472 and nothing in between.
Otherwise, run-time errors might happen if the wrong assemblies (facades for NS2 support)
are inadvertently bound at compile time and loaded at run-time.
kzu added a commit that referenced this pull request Jun 4, 2019
Under VS2017+, code must either target net46 or net472 and nothing in between.
Otherwise, run-time errors might happen if the wrong assemblies (facades for NS2 support)
are inadvertently bound at compile time and loaded at run-time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants