-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
dotnet/sdk
#19873Labels
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-aot-compilationThis issue is related to AoT compilation of Blazor WebAssembly appsThis issue is related to AoT compilation of Blazor WebAssembly appsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly
Milestone
Description
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.
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-aot-compilationThis issue is related to AoT compilation of Blazor WebAssembly appsThis issue is related to AoT compilation of Blazor WebAssembly appsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly