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
Running .\build.cmd fails on the current master. The target build.netcore generates errors related to reflection. There are a variety of failures in src\absil\ilreflect.fs, src\fsharp\IlxGen.fs, src\fsharp\fsi\fsi.fs), for example:
error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
Here is the log of the CodeGen.NetCore and Build.NetCore stages: fcs-log.txt. This revision (70cbf35) is green in CI, so there must be something amiss with my local build setup.
Running
.\build.cmd
fails on the current master. The targetbuild.netcore
generates errors related to reflection. There are a variety of failures insrc\absil\ilreflect.fs
,src\fsharp\IlxGen.fs
,src\fsharp\fsi\fsi.fs
), for example:Here is the log of the
CodeGen.NetCore
andBuild.NetCore
stages: fcs-log.txt. This revision (70cbf35) is green in CI, so there must be something amiss with my local build setup.Repro steps
.\build.cmd
Expected behavior
The target builds successfully.
Actual behavior
Please see the partial build log.
The text was updated successfully, but these errors were encountered: