Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.3 no longer working with Blazor WASM #33

Open
slackerbob opened this issue Nov 13, 2023 · 1 comment
Open

2.0.3 no longer working with Blazor WASM #33

slackerbob opened this issue Nov 13, 2023 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@slackerbob
Copy link

As of 2.0.3, building a Blazor WASM app with Serilog.Enrichers.ClientInfo referenced results in the following build error:

error NETSDK1082: There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.

Downgrading the package to 2.0.1 works correctly.

I've tested the build process on Linux, Windows, and in docker, with the same results.

I'm wondering if it has anything to do with the <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> required in WASM apps, vs <Project Sdk="Microsoft.NET.Sdk.Web"> in your sample app.

@mo-esmp
Copy link
Member

mo-esmp commented Nov 14, 2023

It looks like after this change e0fa4cb, it's broken.
I need to figure out the right way to fix this issue dependency on a deprecated package and support the WASM app.

@mo-esmp mo-esmp added the help wanted Extra attention is needed label Mar 5, 2024
@mo-esmp mo-esmp self-assigned this Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants