Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/Dapr.Workflow.Analyzers/AnalyzerReleases.Shipped.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
DAPR1301 | Usage | Warning | The workflow class '{0}' is not registered
DAPR1302 | Usage | Warning | The workflow activity class '{0}' is not registered
DAPR1302 | Usage | Warning | The workflow activity class '{0}' is not registered
DAPR1303 | Usage | Warning | The provided input type does not match the target workflow or activity input type
DAPR1304 | Usage | Warning | The requested output type does not match the target workflow or activity output type
DAPR1305 | Usage | Warning | Workflow implementations do not support dependency injection via constructors

10 changes: 7 additions & 3 deletions src/Dapr.Workflow.Analyzers/AnalyzerReleases.Unshipped.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
DAPR1303 | Usage | Warning | The provided input type does not match the target workflow or activity input type
DAPR1304 | Usage | Warning | The requested output type does not match the target workflow or activity output type
DAPR1305 | Usage | Warning | Workflow implementations do not support dependency injection via constructors

### Removed Rules

Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
DAPR1301 | Usage | Warning | The workflow class '{0}' is not registered
DAPR1302 | Usage | Warning | The workflow activity class '{0}' is not registered
143 changes: 0 additions & 143 deletions src/Dapr.Workflow.Analyzers/WorkflowActivityRegistrationAnalyzer.cs

This file was deleted.

This file was deleted.

Loading
Loading