Skip to content

[Blazor] Remove HotReload dependencies from Blazor WebAssembly #62837

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

Merged
merged 4 commits into from
Jul 24, 2025

Conversation

maraf
Copy link
Member

@maraf maraf commented Jul 21, 2025

Remove more repository dependencies after #62777

@maraf maraf added this to the 10.0-rc1 milestone Jul 21, 2025
@maraf maraf self-assigned this Jul 21, 2025
@maraf maraf added the area-blazor Includes: Blazor, Razor Components label Jul 21, 2025
@maraf maraf changed the title [Blazor] Remove HotReload dependencies from HotReload built-into Blazor WebAssembly [Blazor] Remove HotReload dependencies from Blazor WebAssembly Jul 21, 2025
@maraf maraf marked this pull request as ready for review July 23, 2025 08:44
@Copilot Copilot AI review requested due to automatic review settings July 23, 2025 08:44
@maraf maraf requested review from a team and wtgodbe as code owners July 23, 2025 08:44
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes HotReload dependencies from Blazor WebAssembly components as a cleanup effort following a previous pull request (#62777). The changes eliminate references to Microsoft.DotNet.HotReload.Agent packages that are no longer needed.

Key changes:

  • Removed HotReload agent package references from the WebAssembly project file
  • Cleaned up version definitions and dependency tracking files
  • Removed EditorConfig rules specific to HotReload agent files

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Microsoft.AspNetCore.Components.WebAssembly.csproj Removed direct package references to HotReload agent libraries
Versions.props Removed version property definitions for HotReload packages
Version.Details.xml Removed dependency entries for HotReload agent packages
Dependencies.props Removed HotReload packages from latest package reference list
.editorconfig Removed EditorConfig rules for HotReload agent source files

@akoeplinger akoeplinger enabled auto-merge (squash) July 24, 2025 15:11
@akoeplinger akoeplinger merged commit bf1f642 into main Jul 24, 2025
30 checks passed
@akoeplinger akoeplinger deleted the maraf/BlazorHotReloadCleanup2 branch July 24, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants