dotnet-sdk/test/Dapr.Actors.AspNetCore.Inte...
Ryan Nowak 3a03ada243
Use Startup to register Actors (#533)
Fixes: #434

This change introduces new APIs for registering Actors DI and with
the HTTP pipeline based on the ASP.NET Core Startup.cs model. This
replaces `UseActors()` in Program.cs and delivers better integration
between the ASP.NET Core framework and Actors.

The bug that motivated this change was that the actors HTTP handlers
were separate from the application's main routing table. This meant that
certain routing patterns were totally broken (such as Blazor Server)
when used in the same project as actors. There was no real way to fix
this without a change in how we register the framework to make it more
consistent with other features that build on ASP.NET Core.
2021-01-08 11:30:07 -08:00
..
ActivationTests Implement dependency injection for Actors (#463) 2020-12-01 10:15:08 -08:00
Dapr.Actors.AspNetCore.IntegrationTest.App.csproj Add .NET 5 testing (#458) 2021-01-04 11:13:35 -08:00
Program.cs Use Startup to register Actors (#533) 2021-01-08 11:30:07 -08:00
Startup.cs Use Startup to register Actors (#533) 2021-01-08 11:30:07 -08:00