Skip to content

Fix Microsoft.Bcl.AsyncInterfaces references#49716

Merged
halter73 merged 1 commit into
mainfrom
halter73/async
Aug 1, 2023
Merged

Fix Microsoft.Bcl.AsyncInterfaces references#49716
halter73 merged 1 commit into
mainfrom
halter73/async

Conversation

@halter73
Copy link
Copy Markdown
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
@ghost ghost 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
Copy Markdown

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
Copy Markdown
Member

/azp run

@azure-pipelines
Copy link
Copy Markdown

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
Copy Markdown
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