Skip to content

Commit

Permalink
More missing using statements
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo committed Nov 30, 2024
1 parent 7918df2 commit 54ca037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dapr.Actors.Generators/ActorRegistrationGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ private static string GenerateActorRegistrationSource(Compilation compilation, I

return $@"
using Microsoft.Extensions.DependencyInjection;
using Dapr.Actors.AspNetCore;
using Dapr.Actors.Runtime;
using Dapr.Actors;
using Dapr.Actors.AspNetCore;
Expand Down

0 comments on commit 54ca037

Please sign in to comment.