Skip to content

[Feature Request] Update env config samples to use fallback nullable target host #117

@THardy98

Description

@THardy98

Is your feature request related to a problem? Please describe.

After temporalio/sdk-dotnet#559 is complete and released, we can update our samples using envconfig to use:

connectOptions.TargetHost ??= "localhost:7233";

instead of checking for an empty string. Nicer, more concise

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions