temporalio / sdk-dotnet

Temporal .NET SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Disallow workflow attributes on anything static

cretz opened this issue · comments

Describe the solution you'd like

Workflow methods (and the workflow class itself) should not be static.

We already disallow this for WorkflowRun, doing it for WorkflowSignal and WorkflowQuery now too