-
Notifications
You must be signed in to change notification settings - Fork 158
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
Unit tests fail on building #357
Comments
Can see this on the travis CI as well, Windows seems to be working fine. |
@7sharp9 regarding #328 (comment) and #357 RazorEngine will compile the templates to C# code and reference all currently loaded assemblies. Fixed with #358 |
12.0 version being msbuild? That normally always requires an assembly redirect. xbuild if called directly has these, as does VS on Windows if I remember correctly. |
I still don't get it. We get the error on runtime when executing the unit tests (https://travis-ci.org/tpetricek/FSharp.Formatting/builds/92441276#L2574). Do you say that xbuild adds references to |
xbuild has assembly redirects from 0.0.0.0 to 12.0.0.0. This is a common theme with FCS, there are also problems with the project cracker needing to be ran out of process with assembly redirects for similar reasons.
|
The text was updated successfully, but these errors were encountered: