MAUI Blazor Hybrid App (.NET 8) generates warning on build (version 2.2.0+)
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:
- Create new Maui Blazor Hybrid App
- Install Blazor Bootstrap and follow Getting Started Guide
- Run "dotnet clean; dotnet build"
- See warning
- .NET Version: .NET 8
- BlazorBootstrap: 2.2.0, 2.2.1
- Blazor Hybrid Maui
- Target: net8.0-windows10.0.19041.0
For me there are two warning messages: 1>WINAPPSDKGENERATEPROJECTPRIFILE : warning : PRI249: 0xdef00520 - Invalid qualifier: SORTABLE-LIST 1>WINAPPSDKGENERATEPROJECTPRIFILE : warning : PRI249: 0xdef00520 - Invalid qualifier: THEME-SWITCHER