Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 18 Nov 15:28
· 12 commits to release since this release

Features

  • Move webroot out of project.json for Dnu publish (#3035)
  • Support Main entrypoint on CoreCLR (#3020)
  • Rename Microsoft.Framework.* to Microsoft.Extensions.* (#2871)
  • Skip strong name signing on Mono until Roslyn supports it (#2558)
  • Add RuntimePath to IRuntimeEnvironment (#2534)
  • Support consuming and producing nuget packages with native binaries (#402)

Bugs Fixed

  • Dnu publish --runtime is wrong from windows to OSX (#3167)
  • TaskCancelledException discovering tests (#2982)
  • KeyNotFoundException when running dnu restore with Contentful.NET package (#2970)
  • dnu publish on xproj referencing a csproj fails (#2954)
  • dnx fails to load assembly if it has cultureinfo but does not have any resources (#2902)
  • OS version should be the one reported by the OS (#2895)
  • Stack traces for Roslyn compilation errors aren't supressed (#2887)
  • Publish over aggressively deletes package contents (#2850)
  • project.json parser can't handle unicode escape sequences (#2843)
  • Debug.Assert crash the host (dnx.exe has stopped working) (#2778)
  • Flow additional project.json properties into the assembly (#2715)
  • Don't return -1 exit code from managed code (#2707)
  • Rationalize type and function usage in native parts of DNX (#1603)