This isn't urgent obviously (since .NET 9 release is still a couple months out), but Projectables (3.0.4 as well as 4.0.0-preview3) breaks with EF Core 9.0.0-preview.6.24327.4 with the error message:
Unhandled exception. System.TypeLoadException: Method 'PrecompileQuery' in type 'EntityFrameworkCore.Projectables.Infrastructure.Internal.CustomQueryCompiler' from assembly 'EntityFrameworkCore.Projectables, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fc5550082a9c642c' does not have an implementation.
This isn't urgent obviously (since .NET 9 release is still a couple months out), but Projectables (
3.0.4as well as4.0.0-preview3) breaks with EF Core9.0.0-preview.6.24327.4with the error message: