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

1.0.0-beta6

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 28 Jul 19:48
· 496 commits to release since this release

Features

  • Using XDocument instead of XmlSerializer to serialize NuGet manifest (#1956)
  • Add "dnu sources" command (#1901)
  • Duplicate errors in the error list window when produce outputs on build checked. (#1722)
  • DNU file globbing is case sensitive on Windows (#1645)
  • Remove System.Private.* from the runtime (#1601)
  • Lock file entries should be sorted in a consistent manner to avoid conflicts (#1221)
  • Add "dnu feeds list" command (#1113)

Bugs Fixed

  • "dnu restore" caching behavior regression (#2291)
  • Dnu publish should use IPackagePathResolver to resolve package path (#2273)
  • FileNotFoundException when publishing (#2267)
  • First Chance Exception on Windows when finding which OS user is on (#2265)
  • "dnu install" regression (#2254)
  • Support publishing any 'dnx' framework with a CLR runtime (#2246)
  • Regression: DNU restore tries to load the current project from the package cache (#2240)
  • System.IO.InvalidDataException: The required element 'metadata' is missing from the manifest (#2208)
  • BUG: "dnu commands install" fails to find .sha512 (#2192)
  • System.ArgumentNullException on coreclr linux, for dnu build on project.json with embedded items (#2187)
  • dnu publish fails if there's no wwwroot folder (#2141)
  • Provide an option to 'force' install a global command (#2132)
  • Show more friendly error message in "dnu restore" when HTTP requests time out (#2127)
  • Extend lifetime of HTTP cache for v3 feed detection (#2074)
  • Install all versions of packages found in the graph during restore but only write the reduced set to lock file (#2061)
  • Saving a file in an external/referenced project and refreshing the page doesn't work in beta5 (#1912)
  • project.json provide an error for an unknown PCL target (#1896)
  • DNU doesn't get correct local app data folder on *nix with CoreCLR (#1813)
  • DNU restore should still restore unlisted packages (#1683)
  • "Dnu Publish" should include symbols when debug configuration is passed. (#1647)
  • dnu build executes postBuild scripts even if the build failed. (#1372)
  • "dnu restore" should check whether an installed package is corrupted (#1243)
  • Remove 'help' subcommand from command-line tool (#1116)
  • Script blocks with spaces in arguments will fail. (#876)
  • "dnu restore" does not fail when a dependency does not support the target framework (#506)