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

Build dotnet-aspnet-codegeneration.design for AnyCpu #602

Closed
wants to merge 1 commit into from

Conversation

prafullbhosale
Copy link
Contributor

</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' != 'netcoreapp2.0' ">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work correctly when user's app references native binaries like Sqlite \ Libuv? We went the route of compiling the binary for x86 and x64 in precompilation but if this works, perhaps we could consider this as a solution.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out this doesn't work. It solves the problem of MVC loading the assembly, but scaffolding itself fails when it tries to run the user code.

@prafullbhosale
Copy link
Contributor Author

Closing as this approach doesn't work.

@vijayrkn vijayrkn deleted the pb/anycpu branch March 1, 2019 06:26
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.

None yet

3 participants