Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Preview2 fails #12

Closed
enricosada opened this issue Jun 16, 2016 · 6 comments
Closed

Preview2 fails #12

enricosada opened this issue Jun 16, 2016 · 6 comments

Comments

@enricosada
Copy link
Contributor

Using dotnet sdk preview2 1.0.0-preview2-003112

Repro:

dotnet new --lang f#
dotnet restore
dotnet build

Error:

 internal error: Could not load type 'System.Reflection.PortableExecutable.ContentId' from assembly 'System.Reflection.Metadata, Version=1.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

with dotnet-compile-fsc restored:

      "dotnet-compile-fsc/1.0.0-preview2-003071": {
        "type": "package",
        "dependencies": {
          "Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-002678",
          "Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-002678",
          "Microsoft.DotNet.ProjectModel": "1.0.0-rc4-003139",
          "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160509",
          "Microsoft.NETCore.App": "1.0.0"
        },
@eerhardt
Copy link
Member

@enricosada - there was a breaking change in System.Reflection.Metadata during Ask Mode of .NET Core 1.0:

dotnet/corefx@a9442a6

Microsoft.FSharp.Compiler.netcore is going to have to be recompiled (and fixed) on the latest contracts in order to fix this up.

@ericstj @tmat @KevinRansom

@shanselman
Copy link

Who is on this?

@KevinRansom
Copy link
Member

I need to rebuild fsharp for the latest coreclr. I have been having connection difficulties. But I am on it.

From: Scott Hanselman [mailto:notifications@github.com]
Sent: Monday, June 27, 2016 7:30 PM
To: dotnet/netcorecli-fsc netcorecli-fsc@noreply.github.com
Cc: Kevin Ransom Kevin.Ransom@microsoft.com; Mention mention@noreply.github.com
Subject: Re: [dotnet/netcorecli-fsc] Preview2 fails (#12)

Who is on this?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/12#issuecomment-228833435, or mute the threadhttps://github.com/notifications/unsubscribe/AE76FgRJxAp7d4Xi3CZg2jZ_ffBOHqgBks5qQBa7gaJpZM4I3l9m.

@ericstj
Copy link
Member

ericstj commented Jun 27, 2016

dotnet/cli#3627 /cc @piotrpMSFT @enricosada

@enricosada
Copy link
Contributor Author

@KevinRansom check pr dotnet/fsharp#1290, i started to fix deps and build tool now use RTM version of .NET Core (with preview2 of sdk)

@enricosada
Copy link
Contributor Author

enricosada commented Sep 14, 2016

fixed by version 1.0.0-preview2-003121 of .net core sdk

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants