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

Adding dotnet format to repo #175

Merged
merged 24 commits into from
Apr 21, 2023
Merged

Adding dotnet format to repo #175

merged 24 commits into from
Apr 21, 2023

Conversation

yuliadub
Copy link
Contributor

This PR has changes to files that came up after running dotnet format locally.

It also includes a new github action that will kick off a dotnet format run on PR creation

related to following issue: microsoft/CromwellOnAzure#570

@yuliadub yuliadub marked this pull request as ready for review April 12, 2023 18:07
@@ -138,9 +138,9 @@ public void ConfigureServices(IServiceCollection services)
.AddHostedService<DeleteCompletedBatchJobsHostedService>()
.AddHostedService<DeleteOrphanedBatchJobsHostedService>()
.AddHostedService<DeleteOrphanedAutoPoolsHostedService>();
//.AddHostedService<RefreshVMSizesAndPricesHostedService>()
//.AddHostedService<RefreshVMSizesAndPricesHostedService>()
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: This looks weird. @MattMcL4475 git blame tells me this comment line is yours, can it be deleted?

Copy link
Collaborator

Choose a reason for hiding this comment

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

It's a placeholder RN because it appears that the PriceApi is still making calls out for each new task even though it "warmed itself up" when TES started.

Copy link
Contributor

@ashanhol ashanhol left a comment

Choose a reason for hiding this comment

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

Code looks like its still there 👍
Left one comment about a commented line that now looks weird, but not blocking. lgtm

@yuliadub yuliadub merged commit d0ad792 into main Apr 21, 2023
@yuliadub yuliadub deleted the yuliadub/check_net_format branch April 21, 2023 21:43
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.

4 participants