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

SDK product construction is broken when aspnetcore moves ahead of runtime #47070

Open
ViktorHofer opened this issue Feb 24, 2025 · 3 comments
Open
Labels
Area-NetSDK untriaged Request triage from a team member

Comments

@ViktorHofer
Copy link
Member

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...

@JamesNK
Copy link
Member

JamesNK commented Mar 5, 2025

What's the status here? Is progress being made towards a fix?

@ViktorHofer
Copy link
Member Author

ViktorHofer commented Mar 5, 2025

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.

@marcpopMSFT
Copy link
Member

We had a test in installer that caught this there but when run in sdk, it's apparently not catching it. is it a problem with our stage 2 setup maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

3 participants