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

EmittedDynamicCodeTest fails locally #312

Open
delmyers opened this issue Oct 21, 2020 · 1 comment
Open

EmittedDynamicCodeTest fails locally #312

delmyers opened this issue Oct 21, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@delmyers
Copy link
Contributor

delmyers commented Oct 21, 2020

Could just be an outdated baseline. This is the error:

Assert.Fail failed. Baseline value does not equal output value
IL_0000 nopIL_0001 nopIL_0002 ldstr 0x70000324IL_0007 call 0xa00001fIL_000c nopIL_000d ret
IL_0000 nopIL_0001 nopIL_0002 ldstr 0x7000030eIL_0007 call 0xa00001fIL_000c nopIL_000d ret

Looks like a mismatch in the string token

@delmyers delmyers added the bug Something isn't working label Oct 21, 2020
@jander-msft
Copy link
Member

This is likely fixed in #355 when moving from CodeDom to Microsoft.CodeAnalysis. The compiler is now provided by a NuGet package with a fixed version rather than depending on the current framework version's compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants