vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
565 stars 15 forks source link

MAUI Blazor Hybrid App (.NET 8) generates warning on build (version 2.2.0+) #741

Open MacEns opened 3 weeks ago

MacEns commented 3 weeks ago

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