Fsharpplus: Warnings about F# metadata node

Created on 25 Jan 2018  路  3Comments  路  Source: fsprojects/FSharpPlus

Description

When compiling a project that references FSharpPlus I get the warning

unknown(1,1): warning FS3186: An error occurred while reading the F# metadata node at position 878 in table 'ivals' of assembly 'FsControl.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The node had no matching declaration. Please report this warning. You may need to recompile the F# assembly you are using.

Repro steps

Add FSharpPlus to solution
Build

Expected behavior

No warnings

Actual behavior

Warnings

Please provide a description of any known workarounds.

Related information

  • Windows 10
  • Nuget installed

Most helpful comment

Oh, I see. You were using the very old 0.xx Nuget.

Yes, that was a very early version, I keep it on Nuget since projects like Fleece still depend on it.

FYI, I will release a new CI today with some breaking changes, specially in the Namespaces.

PS: V1.0 coming soon.

All 3 comments

Ah looks like theres only really CI tagged builds and nuget didn't install that one. Specifying the CI build number fixed it

Oh, I see. You were using the very old 0.xx Nuget.

Yes, that was a very early version, I keep it on Nuget since projects like Fleece still depend on it.

FYI, I will release a new CI today with some breaking changes, specially in the Namespaces.

PS: V1.0 coming soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cannorin picture cannorin  路  5Comments

Shmew picture Shmew  路  5Comments

DunetsNM picture DunetsNM  路  9Comments

cmeeren picture cmeeren  路  7Comments

Shmew picture Shmew  路  9Comments