ASP.NET Core 1.0 (ASP.NET 5 / vNext)은 언제 출시 될 예정입니까?
ASP.NET 5에서 새 프로젝트를 시작할지 또는 현재 프레임 워크를 고수할지 결정하려고합니다. 불행히도이 프로젝트에 대한 일정을 찾을 수없는 것 같습니다. Github은 개발자가 현재 첫 번째 릴리스 후보를 연구하고 있음을 보여줍니다. Microsoft는 일반적으로 예상 출시 날짜를 게시합니까? 그렇다면 촬영 날짜를 어디서 찾을 수 있습니까?
2016 년 7 월 1 일 업데이트
ASP.NET Core 1.0, Entity Framework 1.0 및 .NET Core 1.0은 2016 년 6 월 27 일에 모두 릴리스되었습니다.
2016 년 1 월 19 일 업데이트
- ASP.NET 5는 이제 ASP.NET Core 1.0이라고합니다.
- .NET Core 5는 이제 .NET Core 1.0입니다.
- Entity Framework 7은 현재 Entity Framework Core 1.0 또는 EF Core 1.0입니다.
자세한 내용은 Scott Hanselman의 블로그 변경 사항을 참조하십시오 .
2015 년 7 월 2 일 업데이트
ASP.NET Community Standup 라이브 미팅에서 Damian Edwards는 ASP.NET 5 릴리스 계획에 대한 일부 업데이트를 논의했습니다. 요점을 읽고 최근 팀 블로그 게시물 에서 기록을 볼 수 있습니다 .
이 임시 계획은 다음과 같습니다.
- 베타 6-2015 년 7 월 말
- 베타 7-2015 년 8 월 말
- 베타 8-2015 년 9 월 말
- 2015 년 하반기 출시 후보 – 데미안은 앞으로 6 개월이 지나서 완전히 부정확 할 수 있다고 경고했다.
따라서 모든 일정 / 계획과 마찬가지로 특정 날짜가 아닌 계획 으로 사용하십시오 .
2014 년 12 월 19 일의 원본 게시물
Microsoft (Microsoft)는 일반적으로 특정 날짜를 제공하지 않습니다. 그러나 ASP.NET 5 ( "vNext")는 Visual Studio 2015의 일부로 릴리스되고 있으며 이는 2015 년에 릴리스됨을 의미합니다 (놀랍습니다!). 2015 년 상반기에 출시한다고 가정하는 것이 합리적입니다.
올바르게 언급했듯이 ASP.NET 5 용 GitHub 리포지토리는 이제 RC 이정표를 지정합니다. 이는 현재 주요 초점이 안정성에 있으며 RTM 릴리스의 기능 세트가 대부분 있음을 나타냅니다. 아직 완성 된 기능과 디자인이 있으며 누구나 개별 저장소에서 진행중인 기능을 볼 수 있습니다.
에 대한 로드맵에 따르면 GitHub의 :
ASP.NET Core 1.0 (이전의 ASP.NET 5) 일정 및 로드맵
다음은 ASP.NET Core 1.0 일정 및 로드맵입니다. 이 날짜 및 기능 계획은 모두 변경 될 수 있습니다. 이 규모의 프로젝트와 마찬가지로 언제 상황이 올지 정확하게 예측하기는 어렵습니다. 그럼에도 불구하고, 우리는 사용자가 올바른 기대를 가지고 그에 따라 계획을 만들 수 있도록 계획에 대해 가능한 한 개방적이고 투명하게하는 것이 중요하다고 생각합니다.
시간표
Milestone Release Date
Beta6 27 Jul 2015
Beta7 24 Aug 2015
Beta8 21 Sep 2015
RC1 Nov 2015
RC2 (Tools Preview 1) mid-May 2016
1.0.0 late-June 2016
11 월 릴리스 후보 (RC1)는 지원되는 프로덕션 준비 크로스 플랫폼 릴리스입니다. RC1의 피드백에 따라 필요에 따라 추가 릴리스 후보를 제공합니다.
이정표 테마
Beta6-지역화, 서비스, .NET 4.6 지원 등
Beta6에서는 새로운 요청 파이프 라인에서 현지화를 지원하기 위해 노력하고 있습니다. 또한 강력한 이름의 어셈블리에 대한 지원 추가를 포함하여 런타임의 패치 및 서비스를 가능하게하기 위해 노력하고 있습니다. Beta6에서는 .NET Execution Environment (DNX)를 사용하여 .NET 4.6을 대상으로 지정할 수 있습니다. 응답 버퍼링 및 캐싱 (Windows의 HTTP.SYS를 통해) 작업을 수행하고 SQL Server를 통해 분산 캐싱 지원을 추가합니다.
Beta7-크로스 플랫폼
Beta7의 주요 초점은 .NET Core에서 크로스 플랫폼 개발을 가능하게하는 것입니다. 여기에는 Mac 및 Linux 용 .NET Core 기반 .NET Execution Environments 제공이 포함되어 기본 개발자 워크 플로우를 활성화하고 수집 스토리를 설정합니다.
Beta8-기능 완료!
Beta8 is the last major feature milestone planned before moving into a stabilization phase for RC1. We will work on enabling complete end-to-end experiences in Visual Studio and Visual Studio Code. We expect cross-platform .NET Core to be feature complete at this point.
Planned features: Runtime, MVC, Razor, Identity
RC1 - Stabilization
The focus for RC1 will be on polishing existing features, responding to customer feedback and improving performance and reliability. The goal is for RC1 to be a stable and production ready release.
RC2 - Move to .NET Core CLI and .NET Platform Standard
For RC2 we will move ASP.NET Core 1.0 to be based on the new cross-platform .NET Core command line toolchain.
Future Work
The following features unfortunately won't make it into the initial RTM release. We are tentatively planning on shipping them in the initial feature release after RTM, during Q3* of 2016:
- Visual Basic support
- SignalR 3
- Web Pages 4
* References to yearly quarters (Q1, Q2, Q3, Q4) are calendar-based
Update 3: The ASP.NET Core 1.0 (Previously called ASP.NET 5) roadmap is on github: https://github.com/aspnet/Home/wiki/Roadmap
Original
Visual Studio 2015 will released on 20 July 2015.
However according to Somasegar's blog on 29 Jun 2015: "ASP.NET 5 and EF 7 will be released separately at a later date."
Updated Answer:
ASP.NET Core 1.0 was released on June 27 2016.
Getting started with .NET Core
If you use Visual Studio 2015 (Visual Studio Community is free!) you should get VS2015 Update 3 first then install the .NET Core Tools for Visual Studio.
If you don't want to use VS, consider using Visual Studio Code for free and install the C# extension from the marketplace along with the .NET Core SDK for Windows. Of course, if you're on Mac/Linux/Whatever, go over to http://dot.net.
If you want all the advanced and specific downloads for .NET or .NET Core, click here
Previous Answer: (Release Candidates)
Scott Hunter has blogged specific time-frames: for the release of ASP.NET Core
The Core Schedule
.NET Core and ASP.NET Core 1.0 RC2 runtime and libraries will be available in mid-May.
Tooling will be Preview 1 and bundled with this release.
.NET Core and ASP.NET Core 1.0 RTM (release) runtime and libraries will be available by the end of June.
Tooling will be Preview 2 and bundled with this release.
We will continue to make changes and stabilize the tooling until it RTMs with Visual Studio “15”.
Previous Answer:
ASP.NET Core 1.0 (previously called ASP.NET 5) roadmap is on github but the dates in this roadmap have been missed over the past couple of months by a margin so one can't really trust it. Considering this, it makes sense they have removed fixed dates from the roadmap.
According to the current roadmap RC2 release is TBD. Release 1.0 says 2016.
So the question should really be? When is TBD? When is later in 2016?
Luckily the number of open issues per release can be viewed on github.
Take note: ASP.NET Core release versions needs to integrate with other related /dependent teams releases e.g. Entity Framework team. Each release will only be released once those teams have the equivalent release version ready.
I post links to each of these technologies milestones in github. This should give the most accurate indication of a release date.
aspnet/Mvc (RC2 is 99% as on 19 April) aspnet/EntityFramework (RC2 is 98% as on 19 April)
dotnet/cli (RC2 is 88 % as on 19 April)
dotnet/coreclr (RC2 is 99 % as on 19 April)
dotnet/corefx (RC2 is 100% as on 19 April)
Based off the above progress, RC2 due date is listed as 29 April 2016 when they will have a build ready for testing
It will probably be another X weeks of testing but at least it's an indication when it will be ready.
Progress is updated daily.
Release 1.0 RTM progress can also be viewed on these links.
RTM milestone date seems to be 30 June although not all of the links have milestone dates. Based on how the RC2 dates have slipped, this date will probably change as well as they progress.
The ASP.NET Community Standup videos should also give a good indication on progress of releases where one can get updates from the horse's mouth, usually on a weekly basis.
I don't see any confirmed release dates but if these new ASP.NET 5 features or being on the latest framework is important you can always download the Visual Studio 2015 preview and start using some of the new features today.
ASP.NET 5 was RELEASE CANDIDATE as 11/18/2015. Which means from that point forward using those bits you can use it in production and receive support.
'IT story' 카테고리의 다른 글
NameError : 이름 'self'가 정의되지 않았습니다 (0) | 2020.06.28 |
---|---|
스택 위에 Deque를 사용해야하는 이유는 무엇입니까? (0) | 2020.06.28 |
코드 파일과 코드 비하인드 (0) | 2020.06.28 |
sjlj vs dwarf vs seh의 차이점은 무엇입니까? (0) | 2020.06.28 |
Xcode 7이 * .dylib 대신 * .tbd를 표시하는 이유는 무엇입니까? (0) | 2020.06.28 |