dotnet-sdk/test
Ruud van Falier e7d3c47615
Refactor DaprWorkflowClientBuilderFactory and WorkflowRuntimeOptions (#1244)
This commit refactors the DaprWorkflowClientBuilderFactory and WorkflowRuntimeOptions classes.

In DaprWorkflowClientBuilderFactory:
- Added a new method, UseGrpcChannelOptions, to allow the use of custom GrpcChannelOptions for creating the GrpcChannel.
- Updated the UseGrpc method to use the GrpcChannelOptions provided by the WorkflowRuntimeOptions.

In WorkflowRuntimeOptions:
- Added a new property, GrpcChannelOptions, to store the custom GrpcChannelOptions.
- Added a new method, UseGrpcChannelOptions, to set the GrpcChannelOptions.

These changes improve the flexibility and customization options for the Dapr workflow client.

Signed-off-by: Michiel van Praat <michiel.vanpraat@humandigital.nl>
Co-authored-by: Michiel van Praat <michiel.vanpraat@humandigital.nl>
2024-11-04 14:00:26 -06:00
..
Dapr.Actors.AspNetCore.IntegrationTest Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Dapr.Actors.AspNetCore.IntegrationTest.App .NET 8 Support (#1188) 2023-11-15 10:48:02 -08:00
Dapr.Actors.AspNetCore.Test Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Dapr.Actors.Generators.Test Incremental source generator for actors (#1334) 2024-10-28 09:20:31 -05:00
Dapr.Actors.Test Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Dapr.AspNetCore.IntegrationTest Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Dapr.AspNetCore.IntegrationTest.App .NET 8 Support (#1188) 2023-11-15 10:48:02 -08:00
Dapr.AspNetCore.Test Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Dapr.Client.Test Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Dapr.Common.Test Add .NET client for Dapr Jobs API (#1384) 2024-11-01 12:08:59 -05:00
Dapr.E2E.Test Refactor DaprWorkflowClientBuilderFactory and WorkflowRuntimeOptions (#1244) 2024-11-04 14:00:26 -06:00
Dapr.E2E.Test.Actors Weakly typed actor polymorphic and null responses (#1214) 2024-01-30 21:33:15 -08:00
Dapr.E2E.Test.Actors.Generators Remove unused variables (#1314) 2024-10-24 15:27:39 -05:00
Dapr.E2E.Test.App Refactor DaprWorkflowClientBuilderFactory and WorkflowRuntimeOptions (#1244) 2024-11-04 14:00:26 -06:00
Dapr.E2E.Test.App.Grpc Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Dapr.E2E.Test.App.ReentrantActor Actor State TTL (#1164) 2024-01-08 15:06:20 -08:00
Dapr.Extensions.Configuration.Test Remove unused variables (#1314) 2024-10-24 15:27:39 -05:00
Dapr.Jobs.Test Add .NET client for Dapr Jobs API (#1384) 2024-11-01 12:08:59 -05:00
Shared Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Directory.Build.props Fixed security advisory updates across dependencies (transitive and direct) (#1366) 2024-10-15 18:09:53 -05:00