Skip to content

Commit

Permalink
Register StateActor in E2E
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <me@joshvanl.dev>
  • Loading branch information
JoshVanL committed Nov 13, 2023
1 parent 982d100 commit 5bb19da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Dapr.E2E.Test.App/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void ConfigureServices(IServiceCollection services)
options.Actors.RegisterActor<Regression762Actor>();
options.Actors.RegisterActor<ExceptionActor>();
options.Actors.RegisterActor<SerializationActor>();
options.Actors.RegisterActor<StateActor>();

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Test .NET 6.0

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Test .NET 6.0

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Test .NET 6.0

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Test .NET 6.0

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / run integration tests (6.0)

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / run integration tests (6.0)

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / run integration tests (6.0)

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / run integration tests (6.0)

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / run integration tests (7.0)

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / run integration tests (7.0)

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / run integration tests (7.0)

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / run integration tests (7.0)

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Test .NET 7.0

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Test .NET 7.0

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Test .NET 7.0

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Test .NET 7.0

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Build

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Build

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Build

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 101 in test/Dapr.E2E.Test.App/Startup.cs

View workflow job for this annotation

GitHub Actions / Build

The type or namespace name 'StateActor' could not be found (are you missing a using directive or an assembly reference?)
});
}

Expand Down

0 comments on commit 5bb19da

Please sign in to comment.