corert icon indicating copy to clipboard operation
corert copied to clipboard

release schedule?

Open Spongman opened this issue 7 years ago • 5 comments
trafficstars

the latest version of Microsoft.DotNet.ILCompiler on nuget is 1.0.0-alpha-26719-02. is this the latest version available?

Spongman avatar Oct 09 '18 19:10 Spongman

Microsoft.DotNet.ILCompiler daily preview builds are published on myget: https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.DotNet.ILCompiler . The latest version there is 1.0.0-alpha-27009-01.

jkotas avatar Oct 09 '18 19:10 jkotas

i get an error in VS when i add that as a package source:

[Microsoft.DotNet.ILCompiler] 'doctype' is an unexpected token. The expected token is 'DOCTYPE'. Line 1, position 3.

i'm running nuget v4.7.1

Spongman avatar Oct 09 '18 19:10 Spongman

@jkotas hi,mate, a few years for this project, any new plan release in 2019 ?

sgf avatar Mar 18 '19 05:03 sgf

Microsoft.DotNet.ILCompiler daily preview builds are published on myget: https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.DotNet.ILCompiler . The latest version there is 1.0.0-alpha-27009-01.

@jkotas Is it needed to register to myget? (The provided link brings me to a login page)

The latest version, that I can see on myget, is from 2016: https://www.myget.org/feed/dotnet/package/nuget/Microsoft.DotNet.ILCompiler

BalintPogatsa avatar Jan 22 '20 15:01 BalintPogatsa

The myget feed was retired. The daily builds are published at https://github.com/dotnet/corert/blob/master/samples/HelloWorld/nuget.config#L6

jkotas avatar Jan 22 '20 15:01 jkotas