Serhiy Balan
Results
2
issues of
Serhiy Balan
Hello! I've been using MockQueryable with .NET6 a lot Recently my project migrated to .NET 7 (EF Core 7) And I started to use new EF7 features: + ExecuteDeleteAsync ```...
I just wanted notify you that in some cases your lib doesn't return a valid result var result = UrlCombine.Combine("http://example.com?param=", "123"); result equals to "http://example.com?param=\123"