Skip to content

Commit

Permalink
fix rebase problems
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii-borovinskikh-sonarsource committed Dec 24, 2024
1 parent 877f3ce commit 9165b4a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public async Task BindAsync_CallsBindingProcessInOrder()
{
bindingProcessFactory.Create(Arg.Is<BindCommandArgs>(b => b.ProjectToBind == AnyBoundProject));
bindingProcess.DownloadQualityProfileAsync(null, cancellationToken);
bindingProcess.SaveServerExclusionsAsync(cancellationToken);
});
}

Expand Down
58 changes: 29 additions & 29 deletions src/SLCore/SLCoreStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/SLCore/SLCoreStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
</data>
<data name="UnknowProxyType" xml:space="preserve">
<value>Proxy type can not be determined from scheme '{0}'. Returning HTTP proxy type.</value>
</data>
<data name="CompilationDatabaseNotFound" xml:space="preserve">
<value>[SLCoreAnalyzer] No compilation database found for file: {0}. Check that the file is part of a supported project type in the current solution.</value>
</data>
Expand Down

0 comments on commit 9165b4a

Please sign in to comment.