You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to grow the list of workloads which are supported by NativeAOT. The target for .NET 8 should be to enable ASP.NET Minimal Web API applications to be supported for compiling for NativeAOT.
The developer of those applications should be able to follow the standard patterns supported by minimal APIs, without major changes, such as needing to replace the DI container implementation. Any corner-case limitations should be flagged with compiler errors when the <PublishAot>true</PublishAot> flag is included.
We need to grow the list of workloads which are supported by NativeAOT. The target for .NET 8 should be to enable ASP.NET Minimal Web API applications to be supported for compiling for NativeAOT.
This is a follow on from #61231
The developer of those applications should be able to follow the standard patterns supported by minimal APIs, without major changes, such as needing to replace the DI container implementation. Any corner-case limitations should be flagged with compiler errors when the
<PublishAot>true</PublishAot>
flag is included.This initiative will be driven by using a set of prototypical sample applications that need to work for NativeAOT. These include:
[ ] https://github.com/DamianEdwards/MinimalApiPlayground/tree/main/src/Todo.Dapper (The dapper ORM, not Dapr)
[ ] https://github.com/DamianEdwards/MinimalApiPlayground/tree/main/src/Todo.EFCore
The text was updated successfully, but these errors were encountered: