Skip to content

fix for initial 'on' state of operations#1358

Merged
seancpeters merged 1 commit intodotnet:rel/2.1.0-preview1from
seancpeters:multi_source_operation_toggle_bug
Nov 30, 2017
Merged

fix for initial 'on' state of operations#1358
seancpeters merged 1 commit intodotnet:rel/2.1.0-preview1from
seancpeters:multi_source_operation_toggle_bug

Conversation

@seancpeters
Copy link
Copy Markdown
Contributor

No description provided.

IOperation op = operationProviders[i].GetOperation(encoding, this);

if (explicitOnConfigurationRequired && op.IsInitialStateOn && !string.IsNullOrEmpty(op.Id))
if (op != null)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we can combine these checks

@seancpeters seancpeters force-pushed the multi_source_operation_toggle_bug branch from bc33e7d to d8eee4c Compare November 29, 2017 20:50
@seancpeters seancpeters merged commit 83d8f12 into dotnet:rel/2.1.0-preview1 Nov 30, 2017
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.

2 participants