From 4b40cc9da11c0c2831f4c9ec7cc839160c39a3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Bu=C4=9Fra=20K=C3=B6sen?= Date: Fri, 12 Apr 2024 17:24:26 +0300 Subject: [PATCH] OperationTests removed. --- .../Integration/OperationTests.cs | 18 ---- ExpressionBuilder/ExpressionBuilder.csproj | 83 ++++++++++--------- 2 files changed, 42 insertions(+), 59 deletions(-) delete mode 100644 ExpressionBuilder.Test.NetCore/Integration/OperationTests.cs diff --git a/ExpressionBuilder.Test.NetCore/Integration/OperationTests.cs b/ExpressionBuilder.Test.NetCore/Integration/OperationTests.cs deleted file mode 100644 index fed00bf..0000000 --- a/ExpressionBuilder.Test.NetCore/Integration/OperationTests.cs +++ /dev/null @@ -1,18 +0,0 @@ -using NUnit.Framework; -using System.Collections.Generic; - -namespace ExpressionBuilder.Test.Integration; - -[TestFixture] -public class OperationTests -{ - private readonly List _operationsNames = new List { - "Ends with", "Equal to", "Greater than", "Greater than or equals", "Is empty", "Is not empty", "Is not null", "Is not null nor whitespace", "Is null", "Is null or whitespace", "Less than", "Less than or equals", - "Not equal to", "Starts with", "Does not contain", "Between", "Contains", "In", "NotIn" - }; - - private readonly List _operationsNamesptBR = new List { - "entre", "contem", "termina com", "igual", "maior que", "maior que ou igual", "em", "é vazio", "não é vazio", "não é nulo", "não é nulo nem vazio", "é nulo", "é nulo ou vazio", "menor que","menor que ou igual", "diferente", - "começa com", "não contem", "não entre" - }; -} \ No newline at end of file diff --git a/ExpressionBuilder/ExpressionBuilder.csproj b/ExpressionBuilder/ExpressionBuilder.csproj index 448c3a6..5947d50 100644 --- a/ExpressionBuilder/ExpressionBuilder.csproj +++ b/ExpressionBuilder/ExpressionBuilder.csproj @@ -1,44 +1,45 @@  - - net8.0 - enable - disable - Milvasoft - https://github.com/Milvasoft/ExpressionBuilder - https://raw.githubusercontent.com/Milvasoft/Milvasoft/master/src/Milvasoft.Helpers/Resources/milvalogo.png - https://github.com/Milvasoft/ExpressionBuilder - https://github.com/Milvasoft/ExpressionBuilder/blob/master/LICENSE - Milvasoft - LINQ Lambda Expression Builder LINQ Database Queryable - Project upgraded to net8.0 - This library basically provides you with a simple way to create lambda expressions to filter lists and database queries by delivering an easy-to-use fluent interface that enables the creation, storage and transmission of those filters. + + net8.0 + enable + disable + Milvasoft + https://github.com/Milvasoft/ExpressionBuilder + https://raw.githubusercontent.com/Milvasoft/Milvasoft/master/src/Milvasoft.Helpers/Resources/milvalogo.png + https://github.com/Milvasoft/ExpressionBuilder + https://github.com/Milvasoft/ExpressionBuilder/blob/master/LICENSE + Milvasoft + LINQ Lambda Expression Builder LINQ Database Queryable + Project upgraded to net8.0 + + This library basically provides you with a simple way to create lambda expressions to filter lists and database queries by delivering an easy-to-use fluent interface that enables the creation, storage and transmission of those filters. - Useful to turn WebApi requests parameters into expressions, create advanced search screens with the capability to save and re-run those filters, among other things. - - 1.0.0.0 - true - 1.0.1 - false - Milvasoft.ExpressionBuilder - - - - - - - true - - - - true - - - true - - - - - - - + Useful to turn WebApi requests parameters into expressions, create advanced search screens with the capability to save and re-run those filters, among other things. + + 1.0.0.0 + true + 1.0.2 + false + Milvasoft.ExpressionBuilder + + + + + + + true + + + + true + + + true + + + + + + + \ No newline at end of file