You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fixed this for a single point in time so that we could promote a newer SDK to Arcade but this issue tracks investigating why tests didn't fail when there's the coherency mismatch between aspnetcore and runtime. While the overall problem will go away with the VMR, we still should have tests that asset the expected state.
Right now the main SDK has a newer aspnetcore which itself references a newer runtime than what's inserted into sdk.
IOW:
sdk -> aspnetcore -> runtime (newer)
sdk -> runtime (older)
Customer Impact: Using
Microsoft.AspNetCore.App
(aspnetcore) is broken. The host fails to load apps that depend on it.I thought we had tests for that...
The text was updated successfully, but these errors were encountered: