Skip to content

Blazor WebAssembly AOT publiish output contains files that should not be published #32744

@danroth27

Description

@danroth27

Repro steps:

  • Install .NET 6 Preview 4 (6.0.100-preview.4.21255.9)
  • AOT compile a Blazor WebAssembly app by publishing it
  • Inspect the published output

Expected result:

  • Only files that should be published with the app are present in the published wwwroot folder

Actual result:

  • Published output contains C code, header files, and other implementation files like:
    • corebindings.c
    • driver.c
    • pinvoke.c
    • pinvoke.h
    • emcc-flags.txt
    • emcc-version.txt
    • etc.

@lewing @pranavkm

Metadata

Metadata

Assignees

Labels

area-blazorIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.feature-blazor-aot-compilationThis issue is related to AoT compilation of Blazor WebAssembly appsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssembly

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions