Skip to content

Unable to find package Microsoft.DotNet.HotReload.Agent #61999

@danroth27

Description

@danroth27

Repro steps:

  • Install .NET 10 Preview 5 (10.0.100-preview.5.25269.3)
  • dotnet new blazorwasm

Expected result: No errors on restore

Actual result: Restore errors for Microsoft.DotNet.HotReload.Agent and Microsoft.DotNet.HotReload.Agent.Data

C:\Users\user\Desktop> dotnet new blazorwasm -o BlazorWasmApp
The template "Blazor WebAssembly Standalone App" was created successfully.
This template contains technologies from parties other than Microsoft, see https://aka.ms/aspnetcore/10.0-third-party-notices for details.

Processing post-creation actions...
Restoring C:\Users\user\Desktop\BlazorWasmApp\BlazorWasmApp.csproj:
C:\Users\user\Desktop\BlazorWasmApp\BlazorWasmApp.csproj : error NU1101: Unable to find package Microsoft.DotNet.HotReload.Agent. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, dotnet10, Microsoft Visual Studio Offline Packages, nuget.org
C:\Users\user\Desktop\BlazorWasmApp\BlazorWasmApp.csproj : error NU1101: Unable to find package Microsoft.DotNet.HotReload.Agent.Data. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, dotnet10, Microsoft Visual Studio Offline Packages, nuget.org
Restore failed.
Post action failed.
Manual instructions: Run 'dotnet restore'

@maraf

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor Components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions