ASP.NET 5 Beta8 已经发布
Microsoft ASP.NET and Web Tools 2015 (Beta8)
http://www.microsoft.com/en-us/download/details.aspx?id=49442
.net core 完成了98%,绝大部分类库完成了跨平台开发,已经基本可用,下一版本为RC,发布时间为12月,将可用生产环境
Feature
- [HttpPlatformHandler] Support waiting for debugger to attach based on environment variable (#2810)
- Add support for producing ecma compliant "exe" (#2754)
- Add support for .NET Generations (#2724)
- [HttpPlatformHandler]: Publish changes to web.config for IIS based hosting (#2682)
- Updating search path in global.json won't invalidate lock in case where a package reference can change to a project reference. (#2671)
- Add target framework to project.lock.json for P2P references (#2622)
- Set the appdomain variable APP_CONTEXT_BASE_DIRECTORY to make System.AppContext work on dnx46x and up (#2603)
- Add portable PDB support to dnu pack/publish (and runtime) (#2542)
- When csproj project reference can not be resolved, it still should be sent as project reference (#2405)
- Add a dnu command to clear the HTTP cache (#2401)
- Implicit DNX min version check (#2197)
- Split NuGetDependencyResolver into LockFileDependencyResolver and NuGetDependencyResolver (#2196)
- project.json targeting net20 and net35 (#1894)
- Localization: Loading of loc resources (#1263)
- Expose project build configuration in scripts section of project.json (#887)
- Allow additional files in the nupkg (#848)
- Clean up rules around what is a valid dependency version in the project.json file (#438)
Bugs Fixed
- Incorrect runtime.json processing (#2891)
- Kestrel never works if project published with dnu publish (#2858)
- DNX RID synthesis is broken (#2811)
- Loading multiple satellite assemblies of same project fails in coreclr (#2802)
- [Regression]: DTH loses references when lock file invalid (#2776)
- need an explicit “link” between dependency diagnostic warning/error and a dependency (#2743)
- Unresolved project path from lock file cause NullRef in ApplicationHostContext (#2729)
- Not picking up linux binary for System.Net.Http.dll (#2703)
- OOM when using MVC solution in VS (#2681)
- ILibraryExport.GetAllExports returns null if the library is a package (#2670)
- Azure / Kudu - Git deploy of beta7 and dnx451 (#2656)
- Suggest suppressing the
*** READING ...
messages (#2649) - [osx] missing native libraries in latest build (#2607)
- The packInclude source paths aren't relative to project root (#2604)
- Invalid path when DNX and project dependencies are on a different partition (#2596)
- DNX on OSX/Linux loads the wrong System.Runtime.InteropServices.RuntimeInformation package (#2594)
- System.ArgumentNullException with published application (#2552)
- project.json net40 client (#2546)
- DTH spent about 300M memory on Microsoft.Dnx.Runtime.Servicing.Breadcrumbs when open MVC solution (#2513)
- Publishing with --no-source doesn't find the nupkg (#2471)
- Setting the version to 1.0.0.0 makes dnu throw a FileNotFoundException (#2390)
- "dnu publish" should restore for wrapper projects before building them (#2352)
- Upgrading / Downgrading package versions on ASP.NET 5 Class libraries doesn't cause package restore. (#2339)
- Put the 'feeds' command help text in sorted order (#2201)
- Add servicing attribute to a few Microsoft.Framework.* assemblies (#2046)
- Don't use environment variables to pass data from native to managed code (#1970)