dotnet-dynamic-linq/PoweredSoft.DynamicLinq.Test
2021-04-27 12:51:29 -04:00
..
Helpers StringComparison Support. 2018-03-06 19:43:49 -06:00
AnonymousTypeTest.cs used dynamic type from Dynamic Linq of .net core. 2018-03-12 21:55:20 -05:00
App.config supported. 2019-11-11 18:37:14 -06:00
ComplexQueriesTests.cs got rid of generic depedancy. :) 2018-03-14 19:25:47 -05:00
ConstantTests.cs moved conversion into a different project. 2018-04-17 21:43:54 -05:00
CountTests.cs new code unit test. 2018-10-23 16:12:39 -05:00
EntityFrameworkCoreTests.cs group by should work, just ToList is not supported by ef core. 2019-11-27 16:50:55 -06:00
EntityFrameworkTests.cs added tests on ef. 2019-11-27 16:37:17 -06:00
GetCoreContext.cs supported. 2019-11-11 18:37:14 -06:00
GroupingTests.cs flattening support on wrap select. 2018-10-26 16:13:42 -05:00
HelpersTests.cs ready for pull-request. 2020-07-31 13:02:51 -04:00
InTests.cs selects need to be rethinked. 2018-03-23 19:29:55 -05:00
PoweredSoft.DynamicLinq.Test.csproj supported. 2019-11-11 18:37:14 -06:00
SelectTests.cs ready for pull-request. 2020-07-31 13:02:51 -04:00
ShortcutTests.cs all tests are passing, negate and not contains feature. 2019-03-19 17:07:34 -05:00
SimpleQueriesTest.cs support for method calls on string, this would help database drivers like mongo or even other database that have a string collation that is case sensitive. 2021-04-27 12:51:29 -04:00
StringComparision.cs Enabled LessThan[OrEqual], GreaterThan[OrEqual] on strings using CompareTo method 2019-11-27 19:18:33 +01:00
TestData.cs moved conversion into a different project. 2018-04-17 21:43:54 -05:00