Merge branch 'master' into dotnet3-migration/merge

Miguel Veloso 2019-11-26 13:29:35 +00:00
commit e0756ff88a
2 changed files with 5 additions and 2 deletions

@ -104,3 +104,5 @@ These are candidate features to consider for the [roadmap](Roadmap).
- Consider using Bash instead of PowerShell scripts, check [issue #228](https://github.com/dotnet-architecture/eShopOnContainers/issues/228) for details.
- Fix naming inconsistency in EventBus projects and namespaces, they should be EventBus.RabbitMQ" and "EventBus.ServiceBus", check [issue #943](https://github.com/dotnet-architecture/eShopOnContainers/issues/943)
- Keep in mind incompatibilities between RabbitMQ and AMQP 1.0 when considering migration. See [issue docs # 5672](https://github.com/dotnet/docs/issues/5672).

@ -1,6 +1,6 @@
## Next major release
Features that will be included in next major release.
Features that will be included in the next major release.
- Migrate solution from ASP.NET Core 2.2 to 3.0 and update all projects to use the latest .NET Core 3.0 templates.
@ -20,8 +20,9 @@ Features that will be included in next major release.
- Sidecar implementation with Envoy/Istio
- Improved API Gateway and resilience
- gRPC for inter-service communications
- Azure Dev Spaces
- Test and Support Azure Dev Spaces
🔥 [Track Progress](https://github.com/dotnet-architecture/eShopOnContainers/tree/features/migration-dotnet3)
## Feature candidates
Check the [backlog](Backlog) for candidate features.