Ahmet Buğra Kösen
Ahmet Buğra Kösen
Projeyi forklayıp bütün bu konuları gözden geçirerek yeniden yazdık. Kendi kullanımımız için yaptık fakat buraya da bırakmak istedim. Sadece .Net 5 sürümünü destekliyor. Birazcık değiştirdik :) İstek atılırken HttpClient harici...
PR'ın onaylanmasını bekleyen arkadaşlar, bu değişikliklerin ve performans optimizasyonlarının yapıldığı [forkumu](https://github.com/Milvasoft/Milvasoft.Iyzipay) inceleyebilirsiniz. .Net 6 ile kullanımını da ekledim. Umarım yardımcı olur.
Here is sample codes. ``` public class BaseDTO { public int Id { get; set; } public DateTime InsertedDate { get; set; } public DateTime? UpdatedDate { get; set; }...
I also tested it and it's the same. Thanks @cezarypiatek for your effort. I hope you fix it. When I have time, I'll try to fix this error and contribute.
I've tried and it's the same. I waited for 5 minutes to be initialize variables but it didn't initialize. I think it's not your extension's problem. My models are so...
Because of this I can't migrate my projects to net10. > On .NET10, I am getting this exception: > > System.MissingMethodException Method not found: 'Boolean Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigationBase.get_IsCollection()'. at EFCore.BulkExtensions.TableInfo.c__189`1.b__189_51(INavigation a)
> Because of this I can't migrate my projects to net10. > > > On .NET10, I am getting this exception: > > > > System.MissingMethodException Method not found: 'Boolean...
Thanks for your reply @borisdj . Yesterday, I tried upgrading the project to .NET 10 myself, but I ran into quite a few issues. If you already have a branch...
I'm waiting for the release of the appropriate version of the npgsql package for 10 🥹
> Hi, any publish update for postgresql package? got the same issue here with dotnet 10. Npgsql.EntityFrameworkCore.PostgreSQL 10.0.0 version has been released and I created a [PR](https://github.com/borisdj/EFCore.BulkExtensions/pull/1903) for this. @borisdj...