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

Add implicit reference to Microsoft.AspNetCore.App.Internal.Assets #44997

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

MackinnonBuck
Copy link
Member

@MackinnonBuck MackinnonBuck commented Nov 21, 2024

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Nov 21, 2024
@MackinnonBuck
Copy link
Member Author

Tested locally by building a local version of the SDK, manually making changes to the generated Microsoft.NETCoreSdk.BundledVersions.props file, copying the SDK to a locally-built version of ASP.NET Core, undoing the workaround here, and running a project generated by the Blazor Web App project template. Everything seemed to work (the fingerprinted blazor.web.js file was loaded and the binlog showed that the implicit project reference was being added), so I'm going to mark this PR as ready-for-review.

@MackinnonBuck MackinnonBuck marked this pull request as ready for review November 21, 2024 23:18
Comment on lines +593 to +596
<KnownAspNetCorePack Include="Microsoft.AspNetCore.App.Internal.Assets"
TargetFramework="net10.0"
AspNetCorePackVersion="$(MicrosoftAspNetCoreAppRuntimePackageVersion)" />

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only part I'm not 100% sure about. You can have an SDK and multiple runtimes. Meaning that you can have an install that has 1.0.0, 1.0.1, and 1.0.2 installed. 1.0.2 might be bundled, but your app might be using <FrameworkReference="Microsoft.AspNetCore.App" Version="1.0.0" /> or have it pinned in the global.json.

In that case shouldn't we respect that?

@maraf do you have any thoughts?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that when we are building an app, we are always using the bundled versions; otherwise the rest of the items wouldn't work correctly as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maraf but it depends on whether you are pinning explicitly to a previous runtime, isn't it?

Copy link
Member

@javiercn javiercn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go with this for now

@MackinnonBuck MackinnonBuck merged commit 3cfa229 into main Nov 26, 2024
38 checks passed
@MackinnonBuck MackinnonBuck deleted the mbuck/implicit-aspnetcore-package branch November 26, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants