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

Maui-Blazor cannot instal NuGet package with latest workload #4835

Open
BoyWithRanch opened this issue Jun 24, 2023 · 1 comment
Open

Maui-Blazor cannot instal NuGet package with latest workload #4835

BoyWithRanch opened this issue Jun 24, 2023 · 1 comment
Labels
Type: Bug 🐞 Something isn't working

Comments

@BoyWithRanch
Copy link

Hey guys 👋,

today i installed the latest Maui(Blazor) workload on my project. Now the Blazorise packages are not accepted anymore.
It look like the NuGet packages need an explicit net7.0-android, ios,... dependency.

It is reproduceable if i create a plain Maui-Blazor Project with vs2022 and try to add Blazorise via nuget.

Or i am just to dumb to setup it correctly. Maui is cool but sometimes it making me cry... 😂

For my porpose i just use net7.0-android and net7.0-ios (in productive)

workload info
[ios] Installationsquelle: SDK 7.0.300, VS 17.6.33815.320 Manifestversion: 16.4.7067/7.0.100 Manifestpfad: C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.sdk.ios\WorkloadManifest.json Installationstyp: FileBased

[wasm-tools]
Installationsquelle: SDK 7.0.300
Manifestversion: 7.0.8/7.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.workload.mono.toolchain.net7\WorkloadManifest.json
Installationstyp: FileBased

[maui-windows]
Installationsquelle: VS 17.6.33815.320
Manifestversion: 7.0.86/7.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.sdk.maui\WorkloadManifest.json
Installationstyp: FileBased

[maui-maccatalyst]
Installationsquelle: VS 17.6.33815.320
Manifestversion: 7.0.86/7.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.sdk.maui\WorkloadManifest.json
Installationstyp: FileBased

[maccatalyst]
Installationsquelle: VS 17.6.33815.320
Manifestversion: 16.4.7067/7.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.sdk.maccatalyst\WorkloadManifest.json
Installationstyp: FileBased

[maui-ios]
Installationsquelle: VS 17.6.33815.320
Manifestversion: 7.0.86/7.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.sdk.maui\WorkloadManifest.json
Installationstyp: FileBased

[maui-android]
Installationsquelle: VS 17.6.33815.320
Manifestversion: 7.0.86/7.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.sdk.maui\WorkloadManifest.json
Installationstyp: FileBased

[android]
Installationsquelle: VS 17.6.33815.320
Manifestversion: 33.0.68/7.0.100
Manifestpfad: C:\Program Files\dotnet\sdk-manifests\7.0.100\microsoft.net.sdk.android\WorkloadManifest.json
Installationstyp: FileBased

@BoyWithRanch BoyWithRanch added the Type: Bug 🐞 Something isn't working label Jun 24, 2023
@BoyWithRanch
Copy link
Author

Ok, today new workload versions arrived and the base problem is solved.

A new problem occured, blazorise uses Microsoft.Extensions.Logging.Abstractions ≥ 7.0.1 what is at now not supported by the Xamarin packages... I have to wait ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant