update roadmap
This commit is contained in:
parent
1a54c12114
commit
d328782681
17
README.md
17
README.md
@ -87,11 +87,12 @@ public void ConfigureServices(IServiceCollection services)
|
||||
|
||||
# 2024 Roadmap
|
||||
|
||||
| Task | Description | Status |
|
||||
|------------------------------------------|------------------------------------------------------------------------------------------------------|--------|
|
||||
| Support .NET 8 | Ensure compatibility with .NET 8. | ✅ |
|
||||
| Create a new demo project as an example | Develop a new demo project to serve as an example for users. | ⬜️ |
|
||||
| New Independent Module for MVC | Develop a standalone module, independent of MVC, to enhance framework flexibility. | ⬜️ |
|
||||
| Implement .NET Native Compilation (AOT) | Enable Ahead-of-Time (AOT) compilation support for .NET 8. | ⬜️ |
|
||||
| Update FluentValidation to Latest Version | Upgrade FluentValidation to the latest version, addressing potential breaking changes. | ⬜️ |
|
||||
| Creating a website for the Framework | Develop a website to host comprehensive documentation for the framework. | ⬜️ |
|
||||
| Task | Description | Status |
|
||||
|-------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|--------|
|
||||
| Support .NET 8 | Ensure compatibility with .NET 8. | ✅ |
|
||||
| Create a new demo project as an example | Develop a new demo project to serve as an example for users. | ⬜️ |
|
||||
| New Independent Module for MVC | Develop a standalone module, independent of MVC, to enhance framework flexibility. | ⬜️ |
|
||||
| Implement .NET Native Compilation (AOT) | Enable Ahead-of-Time (AOT) compilation support for .NET 8. | ⬜️ |
|
||||
| Update FluentValidation to Latest Version | Upgrade FluentValidation to the latest version, addressing potential breaking changes. | ⬜️ |
|
||||
| Creating a website for the Framework for better visibility and easier documentation | Develop a website to host comprehensive documentation for the framework. | ⬜️ |
|
||||
| Re-add support for GraphQL | Re-integrate support for GraphQL, exploring lightweight solutions. | ⬜️ |
|
Loading…
Reference in New Issue
Block a user