Skip to content

Fix In and NotIn operators (#149) #387

Fix In and NotIn operators (#149)

Fix In and NotIn operators (#149) #387

Triggered via push June 12, 2023 14:22
Status Success
Total duration 1m 36s
Artifacts

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Rules.Framework/Builder/Deprecated/ComposedConditionNodeBuilder.cs#L8
'IComposedConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building and adding composed conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ComposedConditionNodeBuilder.cs#L20
'IConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ComposedConditionNodeBuilder.cs#L20
'IComposedConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building and adding composed conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ComposedConditionNodeBuilder.cs#L34
'IComposedConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building and adding composed conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ComposedConditionNodeBuilder.cs#L10
'IConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ComposedConditionNodeBuilder.cs#L14
'IConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ValueConditionNodeBuilder.cs#L8
'IValueConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building and adding value conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ValueConditionNodeBuilder.cs#L17
'IValueConditionNodeBuilder<TConditionType, T>' is obsolete: 'This way of building and adding value conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ValueConditionNodeBuilder.cs#L21
'IValueConditionNodeBuilder<TConditionType, TDataType>' is obsolete: 'This way of building and adding value conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
build: src/Rules.Framework/Builder/Deprecated/ValueConditionNodeBuilder.cs#L72
'IValueConditionNodeBuilder<TConditionType, TDataType>' is obsolete: 'This way of building and adding value conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'