removed object array parameter #20
Annotations
10 warnings
build:
src/RulesEngine/Actions/EvaluateRuleAction.cs#L61
'RulesEngine.ExecuteActionWorkflowAsync(string, string, RuleParameter[], CancellationToken)' is obsolete
|
build:
benchmark/RulesEngineBenchmark/Program.cs#L74
'RulesEngine.ExecuteAllRulesAsync(string, params object[])' is obsolete
|
build:
demo/DemoApp/Demos/UseFastExpressionCompiler.cs#L57
'RulesEngine.ExecuteAllRulesAsync(string, RuleParameter[], CancellationToken)' is obsolete
|
build:
demo/DemoApp/Demos/NestedInput.cs#L58
'RulesEngine.ExecuteAllRulesAsync(string, object[], CancellationToken)' is obsolete
|
build:
demo/DemoApp/Demos/JSON.cs#L50
'RulesEngine.ExecuteAllRulesAsync(string, object[], CancellationToken)' is obsolete
|
build:
demo/DemoApp/Demos/Basic.cs#L47
'RulesEngine.ExecuteAllRulesAsync(string, object[], CancellationToken)' is obsolete
|
build:
demo/DemoApp/Demos/BasicWithCustomTypes.cs#L56
'RulesEngine.ExecuteAllRulesAsync(string, RuleParameter[], CancellationToken)' is obsolete
|
build:
demo/DemoApp/Demos/BasicWithCustomTypes.cs#L64
'RulesEngine.ExecuteActionWorkflowAsync(string, string, RuleParameter[], CancellationToken)' is obsolete
|
build:
demo/DemoApp/Demos/EF.cs#L67
'RulesEngine.ExecuteAllRulesAsync(string, object[], CancellationToken)' is obsolete
|
build:
test/RulesEngine.UnitTest/TypedClassTests.cs#L83
'RulesEngine.ExecuteAllRulesAsync(string, params RuleParameter[])' is obsolete
|