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 Hybrid App (.NET 8) generates warning on build (version 2.2.0+) #741

Open
MacEns opened this issue Jun 4, 2024 · 0 comments

Comments

@MacEns
Copy link

MacEns commented Jun 4, 2024

Following the Getting Started guide, running 'dotnet build' after installing BlazorBootstrap generates a warning in the terminal as follows:

WINAPPSDKGENERATEPROJECTPRIFILE : warning : PRI249: 0xdef00520 - Invalid qualifier: SORTABLE-LIST [D:\Repositories\MauiApp1\MauiApp1\MauiApp1.csproj::TargetFramework=net8.0-windows10.0.19041.0]

This does not appear to be present in version 2.1.0, or any other version prior to the implementation of Sortable List.

To Reproduce
Steps to reproduce the behavior:

  1. Create new Maui Blazor Hybrid App
  2. Install Blazor Bootstrap and follow Getting Started Guide
  3. Run "dotnet clean; dotnet build"
  4. See warning
  • .NET Version: .NET 8
  • BlazorBootstrap: 2.2.0, 2.2.1
  • Blazor Hybrid Maui
  • Target: net8.0-windows10.0.19041.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants