Skip to content

Static web asset building is not incremental #49696

Open
@jjonescz

Description

@jjonescz

SDK version: 10p5 or local build (feb621b)
Steps to reproduce:

  1. dotnet new blazorwasm
  2. dotnet build
  3. dotnet build -bl -question

Expected: success
Actual: fails with

MSBUILD : error : Building target "_BuildCopyStaticWebAssetsPreserveNewest" partially, because some output files are out of date with respect to their input files.

And in the binlog I can see the problem is obj\Debug\net10.0\dotnet.js.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-AspNetCoreRazorSDK, BlazorWebAssemblySDK, dotnet-watchuntriagedRequest triage from a team member

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions