Stef Heyenrath
Stef Heyenrath
I noticed that you use `UpdateFromQuery` with the expression. Do you also get an exception when just doing a Where clause?
Some observations: 1. I noticed that you use `UpdateFromQuery`, this is from `Z.EntityFramework.Extensions.EFCore`. And I'm not sure if this can work in combination with this project. @JonathanMagnan do you know...
``` c# protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) => optionsBuilder .LogTo(Console.WriteLine, LogLevel.Information) .EnableSensitiveDataLogging() .UseSqlite("Data Source = EFCoreTour.db"); protected override void OnModelCreating(ModelBuilder modelBuilder) { modelBuilder .Entity() .OwnsOne(typeof(Dictionary).Name, x => x.Data, x =>...
@YeskaNova : can you confirm if the information provided in post above is sufficient for you?
Hello @Ibehem, Thanks for creating this issue. I did find the issue and I've corrected it. Do you want to test a preview version? Note that your join is not...
A preview (`preview-02`) can be downloaded from MyGet: https://www.myget.org/F/system-linq-dynamic-core/api/v3/index.json See this link on how to use MyGet: https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions CC: @EfrSyn / @Ibehem
Hello @EfrSyn / @Ibehem, Did you have time to verify if this was solved using that preview version?
Hello @EfrSyn / @Ibehem, Did you have time to verify if this was solved using that preview version?
Hello @EfrSyn / @Ibehem, Did you have time to verify if this was solved using that preview version?
Hello @EfrSyn / @Ibehem, Did you have time to verify if this was solved using that preview version?