58 changed files
LabApps.Actors.Client.gRPC | ||
LabApps.Actors.Client.gRPC.csproj | ||
LabApps.Actors.Core | ||
LabApps.Actors.Core.csproj | ||
LabApps.Actors.Events | ||
LabApps.Actors.Events.csproj | ||
LabApps.Actors.Runtime.AzureFn | ||
LabApps.Actors.Runtime.AzureFn.csproj | ||
LabApps.Actors.Runtime.Coyote | ||
LabApps.Actors.Runtime.Coyote.csproj | ||
LabApps.Actors.Runtime.SelfHosted | ||
LabApps.Actors.Runtime.SelfHosted.csproj | ||
LabApps.Actors.Schemas | ||
LabApps.Actors.Schemas.csproj | ||
LabApps.Actors.Server.gRPC | ||
LabApps.Actors.Server.gRPC.csproj | ||
LabApps.Actors.Testing.Benchmarks | ||
BoolEvent.cs rename | ||
DispatcherComparison.cs rename | ||
LabApps.Actors.Testing.Benchmarks.csproj rename, edit | ||
Program.cs rename | ||
LabApps.Actors.Testing.Common.Messages | ||
codegen.cmd rename | ||
Generated.Interfaces.g.cs rename | ||
Generated.MsgPack.g.cs rename | ||
LabApps.Actors.Testing.Common.Messages.csproj rename, edit | ||
PingRequest.cs rename | ||
PongReply.cs rename | ||
TestMessage.cs rename | ||
LabApps.Actors.Testing.Common.Schemas | ||
BooleanEvent.cs rename | ||
CounterState.cs rename | ||
DoubleEvent.cs rename | ||
LabApps.Actors.Testing.Common.Schemas.csproj rename | ||
PingEvent.cs rename | ||
StringEvent.cs rename | ||
TestRequest.cs rename | ||
TestResponse.cs rename | ||
LabApps.Actors.Testing.DomainA.Actors | ||
codegen.cmd rename | ||
LabApps.Actors.Testing.DomainA.Actors.csproj rename, edit | ||
State.Contracts.g.cs rename | ||
State.MsgPackV3.g.cs rename | ||
TestActor.cs rename | ||
TestActorFactory.cs rename | ||
TestClient.cs rename | ||
TestClientFactory.cs rename | ||
TestClientState.cs rename | ||
LabApps.Actors.Testing.DomainA.Schemas | ||
LabApps.Actors.Testing.DomainA.Schemas.csproj rename | ||
TestClientState.cs rename | ||
LabApps.Actors.Testing.DomainB.Actors | ||
LabApps.Actors.Testing.DomainB.Actors.csproj rename, edit | ||
TestActor.cs rename | ||
TestActorFactory.cs rename | ||
TestServer.cs rename | ||
TestServerFactory.cs rename | ||
LabApps.Actors.Testing.DomainB.Proxies | ||
GreeterActor.cs rename | ||
GreeterActorFactory.cs rename | ||
LabApps.Actors.Testing.DomainB.Proxies.csproj rename, edit | ||
TestServer.cs rename | ||
TestServerFactory.cs rename | ||
LabApps.Actors.Testing2.gRPCCli | ||
AzFnClient.cs rename | ||
LabApps.Actors.Testing2.gRPCCli.csproj rename, edit | ||
Program.cs rename | ||
LabApps.Actors.Testing2.gRPCServer | ||
appsettings.Development.json rename | ||
appsettings.json rename | ||
LabApps.Actors.Testing2.gRPCServer.csproj rename, edit | ||
Program.cs rename | ||
Startup.cs rename | ||
LabApps.Actors.Tests | ||
LabApps.Actors.Tests.csproj | ||
Actors.sln | ||
LabApps.Actors.Client.gRPC.csproj
/LabApps.Actors.Client.gRPC/LabApps.Actors.Client.gRPC.csproj/LabApps.Actors.Client.gRPC/LabApps.Actors.Client.gRPC.csproj
LabApps.Actors.Core.csproj
/LabApps.Actors.Core/LabApps.Actors.Core.csproj/LabApps.Actors.Core/LabApps.Actors.Core.csproj
LabApps.Actors.Events.csproj
/LabApps.Actors.Events/LabApps.Actors.Events.csproj/LabApps.Actors.Events/LabApps.Actors.Events.csproj
LabApps.Actors.Runtime.AzureFn.csproj
/LabApps.Actors.Runtime.AzureFn/LabApps.Actors.Runtime.AzureFn.csproj/LabApps.Actors.Runtime.AzureFn/LabApps.Actors.Runtime.AzureFn.csproj
LabApps.Actors.Runtime.Coyote.csproj
/LabApps.Actors.Runtime.Coyote/LabApps.Actors.Runtime.Coyote.csproj/LabApps.Actors.Runtime.Coyote/LabApps.Actors.Runtime.Coyote.csproj
LabApps.Actors.Runtime.SelfHosted.csproj
/LabApps.Actors.Runtime.SelfHosted/LabApps.Actors.Runtime.SelfHosted.csproj/LabApps.Actors.Runtime.SelfHosted/LabApps.Actors.Runtime.SelfHosted.csproj
LabApps.Actors.Schemas.csproj
/LabApps.Actors.Schemas/LabApps.Actors.Schemas.csproj/LabApps.Actors.Schemas/LabApps.Actors.Schemas.csproj
LabApps.Actors.Server.gRPC.csproj
/LabApps.Actors.Server.gRPC/LabApps.Actors.Server.gRPC.csproj/LabApps.Actors.Server.gRPC/LabApps.Actors.Server.gRPC.csproj
BoolEvent.cs
/LabApps.Actors.Testing.Benchmarks/BoolEvent.cs/LabApps.Actors.Testing.Benchmarks/BoolEvent.cs
Renamed from
/Testing.Benchmarks/BoolEvent.cs
The file content is identical.
DispatcherComparison.cs
/LabApps.Actors.Testing.Benchmarks/DispatcherComparison.cs/LabApps.Actors.Testing.Benchmarks/DispatcherComparison.cs
Renamed from
/Testing.Benchmarks/DispatcherComparison.cs
The file content is identical.
LabApps.Actors.Testing.Benchmarks.csproj
/LabApps.Actors.Testing.Benchmarks/LabApps.Actors.Testing.Benchmarks.csproj/LabApps.Actors.Testing.Benchmarks/LabApps.Actors.Testing.Benchmarks.csproj
Renamed from
/Testing.Benchmarks/Testing.Benchmarks.csproj
Program.cs
/LabApps.Actors.Testing.Benchmarks/Program.cs/LabApps.Actors.Testing.Benchmarks/Program.cs
Renamed from
/Testing.Benchmarks/Program.cs
The file content is identical.
codegen.cmd
/LabApps.Actors.Testing.Common.Messages/codegen.cmd/LabApps.Actors.Testing.Common.Messages/codegen.cmd
Renamed from
/Testing.Common.Messages/codegen.cmd
The file content is identical.
Generated.Interfaces.g.cs
/LabApps.Actors.Testing.Common.Messages/Generated.Interfaces.g.cs/LabApps.Actors.Testing.Common.Messages/Generated.Interfaces.g.cs
Renamed from
/Testing.Common.Messages/Generated.Interfaces.g.cs
The file content is identical.
Generated.MsgPack.g.cs
/LabApps.Actors.Testing.Common.Messages/Generated.MsgPack.g.cs/LabApps.Actors.Testing.Common.Messages/Generated.MsgPack.g.cs
Renamed from
/Testing.Common.Messages/Generated.MsgPack.g.cs
The file content is identical.
LabApps.Actors.Testing.Common.Messages.csproj
/LabApps.Actors.Testing.Common.Messages/LabApps.Actors.Testing.Common.Messages.csproj/LabApps.Actors.Testing.Common.Messages/LabApps.Actors.Testing.Common.Messages.csproj
Renamed from
/Testing.Common.Messages/Testing.Common.Messages.csproj
PingRequest.cs
/LabApps.Actors.Testing.Common.Messages/PingRequest.cs/LabApps.Actors.Testing.Common.Messages/PingRequest.cs
Renamed from
/Testing.Common.Messages/PingRequest.cs
The file content is identical.
PongReply.cs
/LabApps.Actors.Testing.Common.Messages/PongReply.cs/LabApps.Actors.Testing.Common.Messages/PongReply.cs
Renamed from
/Testing.Common.Messages/PongReply.cs
The file content is identical.
TestMessage.cs
/LabApps.Actors.Testing.Common.Messages/TestMessage.cs/LabApps.Actors.Testing.Common.Messages/TestMessage.cs
Renamed from
/Testing.Common.Messages/TestMessage.cs
The file content is identical.
BooleanEvent.cs
/LabApps.Actors.Testing.Common.Schemas/BooleanEvent.cs/LabApps.Actors.Testing.Common.Schemas/BooleanEvent.cs
Renamed from
/Testing.Common.Schemas/BooleanEvent.cs
The file content is identical.
CounterState.cs
/LabApps.Actors.Testing.Common.Schemas/CounterState.cs/LabApps.Actors.Testing.Common.Schemas/CounterState.cs
Renamed from
/Testing.Common.Schemas/CounterState.cs
The file content is identical.
DoubleEvent.cs
/LabApps.Actors.Testing.Common.Schemas/DoubleEvent.cs/LabApps.Actors.Testing.Common.Schemas/DoubleEvent.cs
Renamed from
/Testing.Common.Schemas/DoubleEvent.cs
The file content is identical.
LabApps.Actors.Testing.Common.Schemas.csproj
/LabApps.Actors.Testing.Common.Schemas/LabApps.Actors.Testing.Common.Schemas.csproj/LabApps.Actors.Testing.Common.Schemas/LabApps.Actors.Testing.Common.Schemas.csproj
Renamed from
/Testing.Common.Schemas/Testing.Common.Schemas.csproj
The file content is identical.
PingEvent.cs
/LabApps.Actors.Testing.Common.Schemas/PingEvent.cs/LabApps.Actors.Testing.Common.Schemas/PingEvent.cs
Renamed from
/Testing.Common.Schemas/PingEvent.cs
The file content is identical.
StringEvent.cs
/LabApps.Actors.Testing.Common.Schemas/StringEvent.cs/LabApps.Actors.Testing.Common.Schemas/StringEvent.cs
Renamed from
/Testing.Common.Schemas/StringEvent.cs
The file content is identical.
TestRequest.cs
/LabApps.Actors.Testing.Common.Schemas/TestRequest.cs/LabApps.Actors.Testing.Common.Schemas/TestRequest.cs
Renamed from
/Testing.Common.Schemas/TestRequest.cs
The file content is identical.
TestResponse.cs
/LabApps.Actors.Testing.Common.Schemas/TestResponse.cs/LabApps.Actors.Testing.Common.Schemas/TestResponse.cs
Renamed from
/Testing.Common.Schemas/TestResponse.cs
The file content is identical.
codegen.cmd
/LabApps.Actors.Testing.DomainA.Actors/codegen.cmd/LabApps.Actors.Testing.DomainA.Actors/codegen.cmd
Renamed from
/Testing.DomainA.Actors/codegen.cmd
The file content is identical.
LabApps.Actors.Testing.DomainA.Actors.csproj
/LabApps.Actors.Testing.DomainA.Actors/LabApps.Actors.Testing.DomainA.Actors.csproj/LabApps.Actors.Testing.DomainA.Actors/LabApps.Actors.Testing.DomainA.Actors.csproj
Renamed from
/Testing.DomainA.Actors/Testing.DomainA.Actors.csproj
State.Contracts.g.cs
/LabApps.Actors.Testing.DomainA.Actors/State.Contracts.g.cs/LabApps.Actors.Testing.DomainA.Actors/State.Contracts.g.cs
Renamed from
/Testing.DomainA.Actors/State.Contracts.g.cs
The file content is identical.
State.MsgPackV3.g.cs
/LabApps.Actors.Testing.DomainA.Actors/State.MsgPackV3.g.cs/LabApps.Actors.Testing.DomainA.Actors/State.MsgPackV3.g.cs
Renamed from
/Testing.DomainA.Actors/State.MsgPackV3.g.cs
The file content is identical.
TestActor.cs
/LabApps.Actors.Testing.DomainA.Actors/TestActor.cs/LabApps.Actors.Testing.DomainA.Actors/TestActor.cs
Renamed from
/Testing.DomainA.Actors/TestActor.cs
The file content is identical.
TestActorFactory.cs
/LabApps.Actors.Testing.DomainA.Actors/TestActorFactory.cs/LabApps.Actors.Testing.DomainA.Actors/TestActorFactory.cs
Renamed from
/Testing.DomainA.Actors/TestActorFactory.cs
The file content is identical.
TestClient.cs
/LabApps.Actors.Testing.DomainA.Actors/TestClient.cs/LabApps.Actors.Testing.DomainA.Actors/TestClient.cs
Renamed from
/Testing.DomainA.Actors/TestClient.cs
The file content is identical.
TestClientFactory.cs
/LabApps.Actors.Testing.DomainA.Actors/TestClientFactory.cs/LabApps.Actors.Testing.DomainA.Actors/TestClientFactory.cs
Renamed from
/Testing.DomainA.Actors/TestClientFactory.cs
The file content is identical.
TestClientState.cs
/LabApps.Actors.Testing.DomainA.Actors/TestClientState.cs/LabApps.Actors.Testing.DomainA.Actors/TestClientState.cs
Renamed from
/Testing.DomainA.Actors/TestClientState.cs
The file content is identical.
LabApps.Actors.Testing.DomainA.Schemas.csproj
/LabApps.Actors.Testing.DomainA.Schemas/LabApps.Actors.Testing.DomainA.Schemas.csproj/LabApps.Actors.Testing.DomainA.Schemas/LabApps.Actors.Testing.DomainA.Schemas.csproj
Renamed from
/Testing.DomainA.Schemas/Testing.DomainA.Schemas.csproj
The file content is identical.
TestClientState.cs
/LabApps.Actors.Testing.DomainA.Schemas/TestClientState.cs/LabApps.Actors.Testing.DomainA.Schemas/TestClientState.cs
Renamed from
/Testing.DomainA.Schemas/TestClientState.cs
The file content is identical.
LabApps.Actors.Testing.DomainB.Actors.csproj
/LabApps.Actors.Testing.DomainB.Actors/LabApps.Actors.Testing.DomainB.Actors.csproj/LabApps.Actors.Testing.DomainB.Actors/LabApps.Actors.Testing.DomainB.Actors.csproj
Renamed from
/Testing.DomainB.Actors/Testing.DomainB.Actors.csproj
TestActor.cs
/LabApps.Actors.Testing.DomainB.Actors/TestActor.cs/LabApps.Actors.Testing.DomainB.Actors/TestActor.cs
Renamed from
/Testing.DomainB.Actors/TestActor.cs
The file content is identical.
TestActorFactory.cs
/LabApps.Actors.Testing.DomainB.Actors/TestActorFactory.cs/LabApps.Actors.Testing.DomainB.Actors/TestActorFactory.cs
Renamed from
/Testing.DomainB.Actors/TestActorFactory.cs
The file content is identical.
TestServer.cs
/LabApps.Actors.Testing.DomainB.Actors/TestServer.cs/LabApps.Actors.Testing.DomainB.Actors/TestServer.cs
Renamed from
/Testing.DomainB.Actors/TestServer.cs
The file content is identical.
TestServerFactory.cs
/LabApps.Actors.Testing.DomainB.Actors/TestServerFactory.cs/LabApps.Actors.Testing.DomainB.Actors/TestServerFactory.cs
Renamed from
/Testing.DomainB.Actors/TestServerFactory.cs
The file content is identical.
GreeterActor.cs
/LabApps.Actors.Testing.DomainB.Proxies/GreeterActor.cs/LabApps.Actors.Testing.DomainB.Proxies/GreeterActor.cs
Renamed from
/Testing.DomainB.Proxies/GreeterActor.cs
The file content is identical.
GreeterActorFactory.cs
/LabApps.Actors.Testing.DomainB.Proxies/GreeterActorFactory.cs/LabApps.Actors.Testing.DomainB.Proxies/GreeterActorFactory.cs
Renamed from
/Testing.DomainB.Proxies/GreeterActorFactory.cs
The file content is identical.
LabApps.Actors.Testing.DomainB.Proxies.csproj
/LabApps.Actors.Testing.DomainB.Proxies/LabApps.Actors.Testing.DomainB.Proxies.csproj/LabApps.Actors.Testing.DomainB.Proxies/LabApps.Actors.Testing.DomainB.Proxies.csproj
Renamed from
/Testing.DomainB.Proxies/Testing.DomainB.Proxies.csproj
TestServer.cs
/LabApps.Actors.Testing.DomainB.Proxies/TestServer.cs/LabApps.Actors.Testing.DomainB.Proxies/TestServer.cs
Renamed from
/Testing.DomainB.Proxies/TestServer.cs
The file content is identical.
TestServerFactory.cs
/LabApps.Actors.Testing.DomainB.Proxies/TestServerFactory.cs/LabApps.Actors.Testing.DomainB.Proxies/TestServerFactory.cs
Renamed from
/Testing.DomainB.Proxies/TestServerFactory.cs
The file content is identical.
AzFnClient.cs
/LabApps.Actors.Testing2.gRPCCli/AzFnClient.cs/LabApps.Actors.Testing2.gRPCCli/AzFnClient.cs
Renamed from
/Testing2.gRPCCli/AzFnClient.cs
The file content is identical.
LabApps.Actors.Testing2.gRPCCli.csproj
/LabApps.Actors.Testing2.gRPCCli/LabApps.Actors.Testing2.gRPCCli.csproj/LabApps.Actors.Testing2.gRPCCli/LabApps.Actors.Testing2.gRPCCli.csproj
Renamed from
/Testing2.gRPCCli/Testing2.gRPCCli.csproj
Program.cs
/LabApps.Actors.Testing2.gRPCCli/Program.cs/LabApps.Actors.Testing2.gRPCCli/Program.cs
Renamed from
/Testing2.gRPCCli/Program.cs
The file content is identical.
appsettings.Development.json
/LabApps.Actors.Testing2.gRPCServer/appsettings.Development.json/LabApps.Actors.Testing2.gRPCServer/appsettings.Development.json
Renamed from
/Testing2.gRPCServer/appsettings.Development.json
The file content is identical.
appsettings.json
/LabApps.Actors.Testing2.gRPCServer/appsettings.json/LabApps.Actors.Testing2.gRPCServer/appsettings.json
Renamed from
/Testing2.gRPCServer/appsettings.json
The file content is identical.
LabApps.Actors.Testing2.gRPCServer.csproj
/LabApps.Actors.Testing2.gRPCServer/LabApps.Actors.Testing2.gRPCServer.csproj/LabApps.Actors.Testing2.gRPCServer/LabApps.Actors.Testing2.gRPCServer.csproj
Renamed from
/Testing2.gRPCServer/Testing2.gRPCServer.csproj
Program.cs
/LabApps.Actors.Testing2.gRPCServer/Program.cs/LabApps.Actors.Testing2.gRPCServer/Program.cs
Renamed from
/Testing2.gRPCServer/Program.cs
The file content is identical.
Startup.cs
/LabApps.Actors.Testing2.gRPCServer/Startup.cs/LabApps.Actors.Testing2.gRPCServer/Startup.cs
Renamed from
/Testing2.gRPCServer/Startup.cs
The file content is identical.
LabApps.Actors.Tests.csproj
/LabApps.Actors.Tests/LabApps.Actors.Tests.csproj/LabApps.Actors.Tests/LabApps.Actors.Tests.csproj