You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: