Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot use installed Blazor QuickGrid nuget package

I'm using Visual Studio 2022. My Blazor WebAssembly project uses .NET Core 7. I've installed the Microsoft.AspNetCore.Component.QuickGrid nuget package from the Package Manager and it appears in my Dependecencies/Package and it is included in the ItemsGroup of the project file.

However, when I try a @using Microsoft.AspNetCore.Component.QuickGrid in my razor component, it doesn't reference it.

I've tried rebuilding the project and reloading VS, and reinstalling the package. Still no luck.

Any suggestions?

like image 649
James Avatar asked May 05 '26 18:05

James


1 Answers

Just checked, the recent Apr 11,2023 version of QuickGrid is targeting .NET Core 8.0 prerelease. This is probably the issue.

like image 119
James Avatar answered May 07 '26 07:05

James



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!