Remove InternalsVisibleTo from Aspire.Hosting to Aspire.Hosting.Testing #2930
Labels
area-app-testing
Issues pertaining to the APIs in Aspire.Hosting.Testing
Milestone
Today we have InternalsVisibleTo from Aspire.Hosting to Aspire.Hosting.Testing
aspire/src/Aspire.Hosting/Aspire.Hosting.csproj
Line 59 in 9073e07
We need to remove this because we aren't guaranteed that these 2 nuget packages version in lock step, or that users will always have the exact same matching versions (they could upgrade their Aspire.Hosting without updating the Aspire.Hosting.Testing). When this happens, and we refactor some internal APIs, users will get weird errors above types/methods not existing.
cc @davidfowl @ReubenBond @mitchdenny
The text was updated successfully, but these errors were encountered: