Skip to content

Conversation

@ferhatelmas
Copy link
Contributor

No description provided.


public async Task<UpdateToTargetsResponse> UpdateActivityToTargetsAsync(string id,
IEnumerable<string> adds = null,
IEnumerable<string> newTargets = null,
Copy link
Contributor

Choose a reason for hiding this comment

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

[dotnet] reported by reviewdog 🐶
warning SA1137: Elements should have the same indentation [/home/runner/work/stream-net/stream-net/src/stream-net.csproj]

public async Task<UpdateToTargetsResponse> UpdateActivityToTargetsAsync(string id,
IEnumerable<string> adds = null,
IEnumerable<string> newTargets = null,
IEnumerable<string> removed = null)
Copy link
Contributor

Choose a reason for hiding this comment

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

[dotnet] reported by reviewdog 🐶
warning SA1137: Elements should have the same indentation [/home/runner/work/stream-net/stream-net/src/stream-net.csproj]

newTargets?.ForEach(FeedIdValidator.ThrowIfFeedIdIsInvalid);
removed?.ForEach(FeedIdValidator.ThrowIfFeedIdIsInvalid);

var payload = new
Copy link
Contributor

Choose a reason for hiding this comment

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

[dotnet] reported by reviewdog 🐶
warning SA1137: Elements should have the same indentation [/home/runner/work/stream-net/stream-net/src/stream-net.csproj]

@ferhatelmas
Copy link
Contributor Author

merging since feature isn't available yet on CI apps

@ferhatelmas ferhatelmas merged commit 6c1922c into master Jun 24, 2022
@ferhatelmas ferhatelmas deleted the to-targets branch June 24, 2022 13:23
@github-actions github-actions bot mentioned this pull request Jun 24, 2022
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