Skip to content

Commit bf1f642

Browse files
authored
Remove HotReload dependencies from HotReload built-into Blazor WebAssembly (#62837)
1 parent 7c19fd5 commit bf1f642

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

.editorconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -464,12 +464,6 @@ dotnet_diagnostic.IDE0161.severity = silent
464464
# IDE0005: Remove unused usings. Ignore for shared src files since imports for those depend on the projects in which they are included.
465465
dotnet_diagnostic.IDE0005.severity = silent
466466

467-
[{**/microsoft.dotnet.hotreload.agent*/**.cs}]
468-
# IDE0005: Remove unused usings. Ignore for shared src files coming from nuget package.
469-
dotnet_diagnostic.IDE0005.severity = silent
470-
# IDE0073: A source file is missing a required header. Ignore for shared src files coming from nuget package.
471-
dotnet_diagnostic.IDE0073.severity = silent
472-
473467

474468
# Verify settings
475469
[*.{received,verified}.{txt,xml,json}]

eng/Dependencies.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ and are generated based on the last package release.
2525
<LatestPackageReference Include="Microsoft.CodeAnalysis.ExternalAccess.AspNetCore" />
2626
<LatestPackageReference Include="Microsoft.CodeAnalysis.Razor" />
2727
<LatestPackageReference Include="Microsoft.CSharp" />
28-
<LatestPackageReference Include="Microsoft.DotNet.HotReload.Agent" />
29-
<LatestPackageReference Include="Microsoft.DotNet.HotReload.Agent.Data" />
3028
<LatestPackageReference Include="Microsoft.Extensions.Caching.Abstractions" />
3129
<LatestPackageReference Include="Microsoft.Extensions.Caching.Memory" />
3230
<LatestPackageReference Include="Microsoft.Extensions.Caching.Hybrid" />

eng/Version.Details.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,6 @@
336336
<Uri>https://github.com/dotnet/dotnet</Uri>
337337
<Sha>c0e325f90fb79db0da6be5128dc292f2aabb264f</Sha>
338338
</Dependency>
339-
<Dependency Name="Microsoft.DotNet.HotReload.Agent" Version="10.0.100-preview.7.25373.104">
340-
<Uri>https://github.com/dotnet/dotnet</Uri>
341-
<Sha>c0e325f90fb79db0da6be5128dc292f2aabb264f</Sha>
342-
</Dependency>
343-
<Dependency Name="Microsoft.DotNet.HotReload.Agent.Data" Version="10.0.100-preview.7.25373.104">
344-
<Uri>https://github.com/dotnet/dotnet</Uri>
345-
<Sha>c0e325f90fb79db0da6be5128dc292f2aabb264f</Sha>
346-
</Dependency>
347339
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
348340
<!-- These versions are manually updated -->
349341
<Dependency Name="Microsoft.CodeAnalysis.Common" Version="4.13.0-3.24613.7" Label="Manual">

eng/Versions.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@
155155
<MicrosoftEntityFrameworkCoreToolsVersion>10.0.0-preview.7.25373.104</MicrosoftEntityFrameworkCoreToolsVersion>
156156
<MicrosoftEntityFrameworkCoreVersion>10.0.0-preview.7.25373.104</MicrosoftEntityFrameworkCoreVersion>
157157
<MicrosoftEntityFrameworkCoreDesignVersion>10.0.0-preview.7.25373.104</MicrosoftEntityFrameworkCoreDesignVersion>
158-
<!-- Packages from dotnet/sdk -->
159-
<MicrosoftDotNetHotReloadAgentVersion>10.0.100-preview.7.25373.104</MicrosoftDotNetHotReloadAgentVersion>
160-
<MicrosoftDotNetHotReloadAgentDataVersion>10.0.100-preview.7.25373.104</MicrosoftDotNetHotReloadAgentDataVersion>
161158
<!-- Packages from dotnet/arcade -->
162159
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25373.104</MicrosoftDotNetBuildTasksArchivesVersion>
163160
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.25373.104</MicrosoftDotNetBuildTasksInstallersVersion>

src/Components/WebAssembly/WebAssembly/src/Microsoft.AspNetCore.Components.WebAssembly.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
<Reference Include="Microsoft.Extensions.Configuration.Binder" />
2222
<Reference Include="Microsoft.Extensions.Logging" />
2323
<Reference Include="Microsoft.JSInterop.WebAssembly" />
24-
<Reference Include="Microsoft.DotNet.HotReload.Agent" PrivateAssets="all" />
25-
<Reference Include="Microsoft.DotNet.HotReload.Agent.Data" PrivateAssets="all" />
2624
</ItemGroup>
2725

2826
<ItemGroup>

0 commit comments

Comments
 (0)