Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuget package regression #4216

Closed
kbenne opened this issue Feb 19, 2021 · 1 comment
Closed

Nuget package regression #4216

kbenne opened this issue Feb 19, 2021 · 1 comment

Comments

@kbenne
Copy link
Contributor

kbenne commented Feb 19, 2021

There has been an apparent regression in the OpenStudio Nuget package. Builds of the nuget package from the current OpenStudio development code result in the following runtime error in a simple test program. This issue should be investigated prior to 3.2.0 release.

Screenshot from 2021-02-19 17-02-26

@kbenne kbenne added the Triage Issue needs to be assessed and labeled, further information on reported might be needed label Feb 19, 2021
@kbenne kbenne added this to the OpenStudio SDK 3.2.0 milestone Feb 19, 2021
@kbenne kbenne added severity - Major Bug component - C# and removed Triage Issue needs to be assessed and labeled, further information on reported might be needed labels Feb 19, 2021
@kbenne kbenne mentioned this issue Feb 19, 2021
9 tasks
@tijcolem tijcolem assigned tijcolem and unassigned lefticus Apr 2, 2021
@tijcolem
Copy link
Collaborator

@kbenne I think we can close. I found out that in Visual Studio when you create a new C# console app, it defaults to use "Any CPU" as the target arch and when trying to use the 3.2.0-alpha nuget package, it fails with that error message in your screen capture. However, when you explicitly create either x64 or x86 Release targets, it works fine.

Perhaps we can add some additional docs to inform users on correct way to set this up but I think we can safely close this issue as the current 3.2.0-alpha Nuget supports both x86 and x64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants