Closed
Description
High level plans for the next minor update.
- Azure App Service integration
WebHostBuilder.UseAzureAppService()
- Logging provider (Implement a logger for Azure WebApps aspnet/Logging#466)
- Key Vault configuration provider (Create a Azure KeyVault based configuration provider aspnet/Configuration#487)
- Auto-enable IIS integration
- Blob storage DataProtection key storage provider (Add Azure Storage / Azure Key Vault extensibility to DataProtection aspnet/DataProtection#92)
- B2C integration (Identity & Authn/z)
- Kudu publish time improvements
- WebListener server (for Service Fabric & public-facing ready self-host without reverse proxy and Windows 10 IoT/UWP support)
- Startup time improvements
- MVC startup time
- MVC view pre-compilation
- DI startup time (Codegen dependent types instead of one at a time aspnet/DependencyInjection#372)
- Reduction of JIT cost from startup via multi-core JIT and/or first-class CrossGen story
- Runtime performance
- Improving all TechEmpower scenarios (beyond Plaintext)
- Standard middleware overhead improvements
- Security middleware
- Buffering middleware
- Static files middleware
- Dev experience improvements
- Meta-packages & publish trimming (reduce dependencies version burden)
- Improve developer experience compile & startup time
- Templates improvement (dotnet new, etc.)
- Improve Razor tooling design, e.g. not require a build to get Tag Helper IntelliSense to work
- Re-enabling missing features & scenarios
- Dependency Injection adjustments for better alignment with 3rd party DI containers
- SignalR for ASP.NET Core (may target a preview in 1.1 timeframe)
- Page-based development model on MVC (Razor Pages aspnet/Mvc#494)
- MVC view pre-compilation
- MVC View Component Tag Helpers
- Response caching middleware (ResponseCaching Checklist aspnet/ResponseCaching#10)
- WebSockets middleware
- URL rewriting middleware (with mod_rewrite & URL Rewrite import) (Create URL Rewrite Middleware aspnet/BasicMiddleware#43)
- .NET Standard 2.0 alignment
- DataProtection key ring storage provider (e.g. Redis) (Implement Redis DataProtection key storage provider aspnet/DataProtection#169)
Metadata
Metadata
Assignees
Labels
No labels