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

Add PR validation GitHub Action #81

Merged
merged 8 commits into from
Nov 14, 2023
Merged

Add PR validation GitHub Action #81

merged 8 commits into from
Nov 14, 2023

Conversation

captainsafia
Copy link
Member

No description provided.

@@ -33,7 +33,7 @@
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.Extensions.Identity.Stores" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="8.0.0-rtm.23524.3" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="8.0.0" />
Copy link
Member

@danmoseley danmoseley Nov 14, 2023

Choose a reason for hiding this comment

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

nit, extract <MicrosoftExtensionsVersion> maybe?

@@ -33,7 +33,7 @@
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.Extensions.Identity.Stores" Version="$(AspnetVersion)" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="8.0.0-rtm.23524.3" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="8.0.0" />
Copy link
Member

Choose a reason for hiding this comment

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

also <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0-rc.2.23480.2" /> .. should use $(AspnetVersion) ?

Copy link
Member Author

Choose a reason for hiding this comment

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

I tried to avoid making too many version upgrades here to avoid rocking the boat but this one seems safe to do. There are other places where we reference RC packages but we should look at those more closely.

@captainsafia captainsafia merged commit 979e707 into main Nov 14, 2023
2 checks passed
@captainsafia captainsafia deleted the safia/gh-action branch November 14, 2023 17:54
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