Whit Waldo
Whit Waldo
## Describe the proposal
## Describe the proposal The .NET SDK uses `scheduleNewWorkflowAsync` to start a new workflow. For the sake of consistent documentation and to lessen developer confusion, I propose renaming this method...
## Describe the proposal In achieving parity with the Dapr .NET SDK, this method waits for a given workflow to complete (or returns immediately if it already has).
## Describe the proposal This is a low priority task, but I propose renaming this method (marking obsolete in 1.16 in favor of `suspend` and removing it altogether in 1.17)...
## Describe the proposal The `waitForWorkflowStart` method in the .NET SDK provides for the SDK to block until the workflow has started running instead of simply scheduling it via `start`.
The build workflow needs to be updated. If all unit and E2E tests don't pass successfully, neither the build nor build-dev workflows should be executed. Further, today, the (production) build...
## In what area(s)? /area runtime ## Describe the proposal This is a working proposal mentioned during a recent conversation on Discord about my proposal for a new and specialized...
With the upcoming release of .NET 10 next month, could we get a new version of the Microsoft.CodeAnalysis.CSharp.Analyzer.Testing package that updates the `ReferenceAssemblies.Net` to include an enum for .NET 10?...
# Description This PR represents an effort to dramatically overhaul how the .NET implementation of Dapr Workflows is written. This completely removes our dependency on the DurableTask libraries (including our...