-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly
Milestone
Description
This is a problem in the Razor SDK, but appears more readily with in the Blazor hosted template. Steps to reproduce:
dotnet new blazorwasm -ho -o BlazorClient
cd BlazorClient
Cd server
dotnet publish
cd ./bin/Debug/netcoreapp3.1/publish
dotnet BlazorClient.Server.dll
An assembly specified in the application dependencies manifest (BlazorClient.Server.deps.json) was not found:
package: 'BlazorClient.Shared', version: '1.0.0'
path: 'BlazorClient.Shared.dll'
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly