Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Blazor AOT .Net6 Preview 7 - Still downloading Dlls #35302

Closed
Assignees
danroth27
Labels
area-blazorIncludes: Blazor, Razor Componentsfeature-blazor-aot-compilationThis issue is related to AoT compilation of Blazor WebAssembly appsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssembly
Milestone
@srpeirce

Description

@srpeirce

Describe the bug

I raised this issue previously, but I cannot find anywhere where it is being tracked to see status (apologies if I'm just missing it - happy to be linked to another ticket).

#33730

There are still a large amount ofdlls being downloaded with AOT. Perhaps it is my misunderstanding of how it works but I do not expect the dlls, just a larger.wasm file?

Larger wasm file than before AOT:
image

But still a large number of dlls:
image

To Reproduce

Install workload:dotnet workload install wasm-tools

Project withRunAOTCompilation set to true.

<PropertyGroup>    <TargetFramework>net6.0</TargetFramework>    <ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>    <BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>    <BlazorWebAssemblyPreserveCollationData>false</BlazorWebAssemblyPreserveCollationData>  </PropertyGroup>  <PropertyGroupCondition="'$(Configuration)'!='DEBUG'"><!-- Bug in .Net 6 Preview 7 - this should not be non-debug only. https://github.com/dotnet/runtime/issues/55750-->    <InvariantGlobalization>true</InvariantGlobalization>    <RunAOTCompilation>true</RunAOTCompilation>  </PropertyGroup>

Publish application.

Further technical details

.NET SDK (reflecting any global.json): Version:   6.0.100-preview.7.21379.14 Commit:    22d70b47bcRuntime Environment: OS Name:     Windows OS Version:  10.0.19043 OS Platform: Windows RID:         win10-x64 Base Path:   C:\Program Files\dotnet\sdk\6.0.100-preview.7.21379.14\Host (useful for support):  Version: 6.0.0-preview.7.21377.19  Commit:  91ba01788d

Metadata

Metadata

Assignees

Labels

area-blazorIncludes: Blazor, Razor Componentsfeature-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

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp