Open Spongman opened 6 years ago
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
.
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
@jkotas hi,mate, a few years for this project, any new plan release in 2019 ?
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
The myget feed was retired. The daily builds are published at https://github.com/dotnet/corert/blob/master/samples/HelloWorld/nuget.config#L6
the latest version of Microsoft.DotNet.ILCompiler on nuget is 1.0.0-alpha-26719-02. is this the latest version available?