Skip to content

Commit

Permalink
https://github.com/asulwer/RulesEngine/issues/22
Browse files Browse the repository at this point in the history
  • Loading branch information
asulwer committed Jun 29, 2024
1 parent 4b9daea commit 1148139
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion src/RulesEngine/Actions/ActionBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using RulesEngine.Models;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;

namespace RulesEngine.Actions
Expand Down
2 changes: 0 additions & 2 deletions src/RulesEngine/Actions/EvaluateRuleAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

using RulesEngine.ExpressionBuilders;
using RulesEngine.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;

namespace RulesEngine.Actions
Expand Down
1 change: 0 additions & 1 deletion src/RulesEngine/Actions/ExpressionOutputAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using RulesEngine.ExpressionBuilders;
using RulesEngine.Models;
using System.Threading;
using System.Threading.Tasks;

namespace RulesEngine.Actions
Expand Down
2 changes: 0 additions & 2 deletions src/RulesEngine/Exceptions/ExpressionParserException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Licensed under the MIT License.

using System;
using System.Collections.Generic;
using System.Text;

namespace RulesEngine.Exceptions
{
Expand Down
2 changes: 0 additions & 2 deletions src/RulesEngine/Exceptions/RuleException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Licensed under the MIT License.

using System;
using System.Collections.Generic;
using System.Text;

namespace RulesEngine.Exceptions
{
Expand Down
2 changes: 0 additions & 2 deletions src/RulesEngine/Exceptions/ScopedParamException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Licensed under the MIT License.

using System;
using System.Collections.Generic;
using System.Text;

namespace RulesEngine.Exceptions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using RulesEngine.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic.Core.Exceptions;
using System.Linq.Expressions;

Expand Down
1 change: 0 additions & 1 deletion src/RulesEngine/ExpressionBuilders/RuleExpressionParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

using FastExpressionCompiler;
using RulesEngine.HelperFunctions;
using RulesEngine.Models;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions src/RulesEngine/Extensions/EnumerableExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace RulesEngine.Extensions
{
Expand Down
1 change: 0 additions & 1 deletion src/RulesEngine/HelperFunctions/ExpressionUtils.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using System;
using System.Linq;

namespace RulesEngine.HelperFunctions
Expand Down
1 change: 0 additions & 1 deletion src/RulesEngine/HelperFunctions/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;

namespace RulesEngine.HelperFunctions
{
Expand Down
1 change: 0 additions & 1 deletion src/RulesEngine/HelperFunctions/MemCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;

Expand Down
1 change: 0 additions & 1 deletion src/RulesEngine/Models/RuleExpressionParameter.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using System;
using System.Diagnostics.CodeAnalysis;
using System.Linq.Expressions;

Expand Down
2 changes: 0 additions & 2 deletions src/RulesEngine/Models/RuleResultTree.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using RulesEngine.HelperFunctions;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;

Expand Down
2 changes: 0 additions & 2 deletions src/RulesEngine/Models/Workflow.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using Newtonsoft.Json.Converters;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using RulesEngine.Actions;
using RulesEngine.Models;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

namespace RulesEngine.UnitTest.ActionTests.MockClass
Expand Down
1 change: 0 additions & 1 deletion test/RulesEngine.UnitTest/BusinessRuleEngineTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
Expand Down
4 changes: 0 additions & 4 deletions test/RulesEngine.UnitTest/CaseSensitiveTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
// Licensed under the MIT License.

using RulesEngine.Models;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;

Expand Down
4 changes: 0 additions & 4 deletions test/RulesEngine.UnitTest/EmptyRulesTest.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using Newtonsoft.Json;
using RulesEngine.Models;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Dynamic;
using System.Linq;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
using Xunit;

Expand Down
5 changes: 0 additions & 5 deletions test/RulesEngine.UnitTest/RuleValidationTest.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using Newtonsoft.Json;
using RulesEngine.HelperFunctions;
using RulesEngine.Models;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Dynamic;
using System.Linq;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
using Xunit;

Expand Down
2 changes: 0 additions & 2 deletions test/RulesEngine.UnitTest/TypedClassTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;

Expand Down

0 comments on commit 1148139

Please sign in to comment.