temporalio / sdk-dotnet

Temporal .NET SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use single-L for all cancelled (sic) type names like .NET does

cretz opened this issue · comments

Describe the solution you'd like

For example, .NET has OperationCanceledException so ours should be CanceledFailureException. But need to leave double-L for cancellation (e.g. CancellationToken).