maliming

Results 526 comments of maliming

Hi @sturlath I think you can add BLazorise 1.8.7 to your project instead of waiting for 10.0.1

hi This is the current situation with the MySQL EF Core provider: - `Pomelo.EntityFrameworkCore.MySql` does not yet support .NET 10.0. - `MySql.EntityFrameworkCore` is still RC and has some bugs. We...

Please follow: https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/2007 https://www.nuget.org/packages/MySql.EntityFrameworkCore/#versions-body-tab We will upgrade them once the new version is available.

I opened the fix PR but didn't merge it. https://bugs.mysql.com/bug.php?id=119338

hi @hillin The `Contains` method has breaking changes in EF Core 10.0, the MySQL provider also needs to be compatible with it. https://github.com/dotnet/efcore/pull/35339/commits/d10b625140320c000d1fd9b25fdce2c25397a853 In short, we need to wait for...

hi > explicitly casting the names array to IEnumerable? This is the responsibility of the EF Core provider. SQL Server/SQLite/PostgreSQL providers have no problem. Thanks.

hi @zengande we need to wait for the MySQL provider to support EF Core 10.0.

hi Please share some code to reproduce, Thanks.

hi What does your `SetProperty` code look like?

I'm trying to reproduce this problem. Can you share a simple project? Thanks.