Updated 01. Roadmap and Milestones for future releases (markdown)
parent
d64b8d9f64
commit
4ae403bbd8
@ -1,18 +1,16 @@
|
|||||||
## Moving to .NET Core 2.0 "wave"
|
|
||||||
NOTE: During August/September 2017 we'll be moving the solution to .NET Core "wave". Not just compilation but also new recommended code in EF Core 2.0, ASP.NET Core 2.0, and other new related versions.
|
|
||||||
|
|
||||||
## Related readme files (use them for more information after reading this)
|
## Related readme files (use them for more information after reading this)
|
||||||
|
|
||||||
* [https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/branch-guide.md](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/branch-guide.md): Branches used and their purpose. Any branch not listed in this file is "temporary" and "unsupported" and can be deleted at any time.
|
* [https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/branch-guide.md](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/branch-guide.md): Branches used and their purpose. Any branch not listed in this file is "temporary" and "unsupported" and can be deleted at any time.
|
||||||
|
|
||||||
## Version 1.0 (Based on .NET Core 1.1.2)
|
## Version 2.0 (Based on .NET Core 2.0)
|
||||||
|
|
||||||
- Available at the MASTER branch.
|
- Available at the DEV and MASTER branch.
|
||||||
- Docker containers with .NET Core and Linux images support/tested. Windows Containers are work-in-progress.
|
- Docker containers with .NET Core, Linux images and Windows containers supported and tested.
|
||||||
- .NET Core 1.1.2 and EF Core 1.1 support
|
- .NET Core 2.0 and EF Core 2.0 support
|
||||||
- Visual Studio 2017 and .csproj support, including VS Docker Tooling based on docker-compose.yml files supporting multi-container debugging, etc. - CLI and VS Code environments are also supported.
|
- Visual Studio 2017, including VS Docker Tooling based on docker-compose.yml files supporting multi-container debugging, etc. CLI and VS Code environments are also supported.
|
||||||
- CLI build process using a Docker ASPNETCore build-image (microsoft/aspnetcore-build) with all the needed SDKs so the compilation takes place in the same container recommended to be used in your CI pipeline (Continuous Integration). No need to have all dependencies in the dev machine when using this method. [Using this CI docker-compose file](https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.ci.build.yml).
|
- CLI build process using a Docker ASPNETCore build-image (microsoft/aspnetcore-build) with all the needed SDKs so the compilation takes place in the same container recommended to be used in your CI pipeline (Continuous Integration). No need to have all dependencies in the dev machine when using this method. [Using this CI docker-compose file](https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.ci.build.yml).
|
||||||
- Initial basic foundational microservice oriented architecture, easy to get started, described in this <a href='docs/architecting-and-developing-containerized-and-microservice-based-net-applications-ebook-early-draft.pdf'>**Guide/eBook** (Early DRAFT, still work in progress)</a>.
|
- Microservice oriented architecture, easy to get started, described in this <a href='docshttps://aka.ms/microservicesebook'>**Guide/eBook** </a>.
|
||||||
|
|
||||||
- Support for Windows Containers running on Windows Server Nano using different Docker base images instead of the Linux based images
|
- Support for Windows Containers running on Windows Server Nano using different Docker base images instead of the Linux based images
|
||||||
|
|
||||||
@ -60,7 +58,9 @@ https://github.com/JeremySkinner/FluentValidation
|
|||||||
|
|
||||||
- DevOps: eShopOnContainers scripts/procedures of CI/CD pipelines in Visual Studio Team Services
|
- DevOps: eShopOnContainers scripts/procedures of CI/CD pipelines in Visual Studio Team Services
|
||||||
|
|
||||||
|
## Previous version 1.0 (Based on .NET Core 1.1)
|
||||||
|
This is an older version supporting .NET Core 1.1, tagged as v1.0 and available here:
|
||||||
|
https://github.com/dotnet-architecture/eShopOnContainers/releases/tag/netcore1.1
|
||||||
|
|
||||||
# VNext (To start around October/November 2017)
|
# VNext (To start around October/November 2017)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user