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

Fix Microsoft.Bcl.AsyncInterfaces references #49716

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Fix Microsoft.Bcl.AsyncInterfaces references #49716

merged 1 commit into from
Aug 1, 2023

Conversation

halter73
Copy link
Member

  • HealthChecks was missing a reference for net462
  • Connections.Abstractions was missing a reference for netstandard2.1
  • The DotNetBuildFromSource check was redundant

I noticed these references were wrong in HealthChecks when merging #42646. Then when I tried to copy the correct usage from the only other place in our repo depending on Microsoft.Bcl.AsyncInterfaces, Connections.Abstractions, I noticed those references were wrong too.

#46683 tracks catching this type of issue automatically. @dotnet/runtime-infrastructure @dotnet/aspnet-build Should we move that issue into the runtime?

- HealthChecks was missing a reference for net462
- Connections.Abstractions was missing a reference for netstandard2.1
- The DotNetBuildFromSource check was redundant
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-healthchecks Includes: Healthchecks (some bugs also in Extensions repo) label Jul 29, 2023
@halter73 halter73 requested a review from wtgodbe July 29, 2023 00:22
@halter73 halter73 added area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework and removed area-healthchecks Includes: Healthchecks (some bugs also in Extensions repo) labels Jul 29, 2023
@ghost
Copy link

ghost commented Jul 29, 2023

Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at.

@sebastienros
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@halter73 halter73 merged commit c64d745 into main Aug 1, 2023
@halter73 halter73 deleted the halter73/async branch August 1, 2023 00:42
@ghost ghost added this to the 8.0-rc1 milestone Aug 1, 2023
@wtgodbe
Copy link
Member

wtgodbe commented Aug 3, 2023

#46683 tracks catching this type of issue automatically. https://github.com/orgs/dotnet/teams/runtime-infrastructure https://github.com/orgs/dotnet/teams/aspnet-build Should we move that issue into the runtime?

No, aspnetcore is the right place for it. See @ericstj's last comment on that issue - the remaining work would be to implement something similar to dotnet/runtime's Package Testing in aspnetcore. It's unlikely I'll have time to get to that any time soon, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants