Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use ignored variable in WorkflowServiceCollectionExtensions.AddDaprWorkflow #1056

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

tomkerkhove
Copy link
Contributor

@tomkerkhove tomkerkhove commented Mar 9, 2023

Use ignored variable in WorkflowServiceCollectionExtensions.AddDaprWorkflow

Description

Use ignored variable in WorkflowServiceCollectionExtensions.AddDaprWorkflow to remove duplication. (biggest nit ever)

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1055

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests (no impact)
  • Extended the documentation

@tomkerkhove tomkerkhove requested review from a team as code owners March 9, 2023 14:46
@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Merging #1056 (1bd738a) into master (b97af45) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1056   +/-   ##
=======================================
  Coverage   68.95%   68.95%           
=======================================
  Files         169      169           
  Lines        5534     5534           
  Branches      588      588           
=======================================
  Hits         3816     3816           
  Misses       1578     1578           
  Partials      140      140           
Flag Coverage Δ
net6 68.86% <ø> (ø)
net7 68.86% <ø> (ø)
netcoreapp3.1 68.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@halspang
Copy link
Contributor

@tomkerkhove - Looks like there is a merge conflict, can you take a look at that?

…aprWorkflow

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
@tomkerkhove
Copy link
Contributor Author

@halspang We are good to go!

@halspang halspang merged commit 9b470cc into dapr:master Apr 17, 2023
onionhammer pushed a commit to onionhammer/dotnet-sdk that referenced this pull request May 30, 2023
…aprWorkflow (dapr#1056)

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Signed-off-by: Erik O'Leary <erik.m.oleary@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WorkflowServiceCollectionExtensions.AddDaprWorkflow ignores daprPortStr
2 participants