Skip to content

Commit dee65db

Browse files
chore: sync code snippets via snipsync (#4400)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bc1d32a commit dee65db

67 files changed

Lines changed: 105 additions & 213 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/develop/dotnet/activities/execution.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ These values are set in the Activity Options.
5151

5252
### Get Activity Execution results {#get-activity-results}
5353

54-
The Activity result is returned in the Task from the `ExecuteActivityAsync` call.
54+
The Activity result is returned in the Task from the `ExecuteActivityAsync` call.

docs/develop/dotnet/activities/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import * as Components from '@site/src/components';
2323
- [Timeouts](/develop/dotnet/activities/timeouts)
2424
- [Asynchronous Activity completion](/develop/dotnet/activities/asynchronous-activity)
2525
- [Dynamic Activity](/develop/dotnet/activities/dynamic-activity)
26-
- [Benign exceptions](/develop/dotnet/activities/benign-exceptions)
26+
- [Benign exceptions](/develop/dotnet/activities/benign-exceptions)

docs/develop/dotnet/best-practices/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ import * as Components from '@site/src/components';
2020
- [Error handling](/develop/dotnet/best-practices/error-handling)
2121
- [Testing](/develop/dotnet/best-practices/testing-suite)
2222
- [Debugging](/develop/dotnet/best-practices/debugging)
23-
- [Converters and encryption](/develop/dotnet/best-practices/converters-and-encryption)
23+
- [Converters and encryption](/develop/dotnet/best-practices/converters-and-encryption)

docs/develop/dotnet/client/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ import * as Components from '@site/src/components';
1717

1818
## Temporal Client
1919

20-
- [Temporal Client](/develop/dotnet/client/temporal-client)
20+
- [Temporal Client](/develop/dotnet/client/temporal-client)

docs/develop/dotnet/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
9292
Get Connected with the Temporal .NET Community
9393

9494
- [Temporal .NET Community Slack](https://temporalio.slack.com/archives/C012SHMPDDZ)
95-
- [.NET SDK Forum](https://community.temporal.io/tag/dotnet-sdk)
95+
- [.NET SDK Forum](https://community.temporal.io/tag/dotnet-sdk)

docs/develop/dotnet/nexus/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ import * as Components from '@site/src/components';
1818
## Temporal Nexus
1919

2020
- [Quickstart](/develop/dotnet/nexus/quickstart)
21-
- [Feature guide](/develop/dotnet/nexus/feature-guide)
21+
- [Feature guide](/develop/dotnet/nexus/feature-guide)

docs/develop/dotnet/platform/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ import * as Components from '@site/src/components';
1818
## Platform
1919

2020
- [Observability](/develop/dotnet/platform/observability)
21-
- [Enriching the UI](/develop/dotnet/platform/enriching-ui)
21+
- [Enriching the UI](/develop/dotnet/platform/enriching-ui)

docs/develop/dotnet/workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ import * as Components from '@site/src/components';
1717

1818
## Workers
1919

20-
- [Worker processes](/develop/dotnet/workers/run-worker-process)
20+
- [Worker processes](/develop/dotnet/workers/run-worker-process)

docs/develop/dotnet/workflows/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ import * as Components from '@site/src/components';
2626
- [Schedules](/develop/dotnet/workflows/schedules)
2727
- [Timers](/develop/dotnet/workflows/timers)
2828
- [Dynamic Workflow](/develop/dotnet/workflows/dynamic-workflow)
29-
- [Versioning](/develop/dotnet/workflows/versioning)
29+
- [Versioning](/develop/dotnet/workflows/versioning)

docs/develop/go/best-practices/error-handling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ This doesn't work the same way in Temporal Workflow code — you cannot `recover
8383
Deferred functions that try to interact with the Temporal SDK during panic unwinding will re-panic immediately.
8484

8585
Use `defer` only for local cleanup.
86-
Handle Temporal API cleanup through explicit error checks instead.
86+
Handle Temporal API cleanup through explicit error checks instead.

0 commit comments

Comments
 (0)