Rules.Framework 3.0.0-beta.1 #49
Triggered via release
June 14, 2024 09:05
luispfgarces
published
3.0.0-beta.1
Status
Success
Total duration
45s
Artifacts
–
Annotations
35 warnings
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release:
src/Rules.Framework.WebUI/Dto/RqlInputDto.cs#L3
Missing XML comment for publicly visible type or member 'RqlInputDto'
|
release:
src/Rules.Framework.WebUI/Dto/RqlInputDto.cs#L5
Missing XML comment for publicly visible type or member 'RqlInputDto.Rql'
|
release:
src/Rules.Framework.WebUI/Dto/RqlRuntimeValueDto.cs#L3
Missing XML comment for publicly visible type or member 'RqlRuntimeValueDto'
|
release:
src/Rules.Framework.WebUI/Dto/RqlRuntimeValueDto.cs#L5
Missing XML comment for publicly visible type or member 'RqlRuntimeValueDto.DisplayValue'
|
release:
src/Rules.Framework.WebUI/Dto/RqlRuntimeValueDto.cs#L7
Missing XML comment for publicly visible type or member 'RqlRuntimeValueDto.RuntimeValue'
|
release:
src/Rules.Framework.WebUI/Dto/RqlRuntimeValueDto.cs#L9
Missing XML comment for publicly visible type or member 'RqlRuntimeValueDto.Type'
|
release:
src/Rules.Framework.WebUI/Dto/RqlTypeDto.cs#L3
Missing XML comment for publicly visible type or member 'RqlTypeDto'
|
release:
src/Rules.Framework.WebUI/Dto/RqlTypeDto.cs#L5
Missing XML comment for publicly visible type or member 'RqlTypeDto.Name'
|
release:
src/Rules.Framework.WebUI/Dto/RqlInputDto.cs#L3
Missing XML comment for publicly visible type or member 'RqlInputDto'
|
release:
src/Rules.Framework.WebUI/Dto/RqlInputDto.cs#L5
Missing XML comment for publicly visible type or member 'RqlInputDto.Rql'
|
release:
src/Rules.Framework.Rql/Runtime/Types/RqlType.cs#L6
'RqlType' defines operator == or operator != but does not override Object.Equals(object o)
|
release:
src/Rules.Framework.Rql/Runtime/Types/RqlType.cs#L6
'RqlType' defines operator == or operator != but does not override Object.GetHashCode()
|
release:
src/Rules.Framework.Rql/Pipeline/Interpret/Interpreter.cs#L20
The field 'Interpreter<TContentType, TConditionType>.disposedValue' is never used
|
release:
src/Rules.Framework.Rql/IResult.cs#L3
Missing XML comment for publicly visible type or member 'IResult'
|
release:
src/Rules.Framework.Rql/IResult.cs#L5
Missing XML comment for publicly visible type or member 'IResult.Rql'
|
release:
src/Rules.Framework.Rql/IRqlEngine.cs#L7
Missing XML comment for publicly visible type or member 'IRqlEngine'
|
release:
src/Rules.Framework.Rql/IRqlEngine.cs#L9
Missing XML comment for publicly visible type or member 'IRqlEngine.ExecuteAsync(string)'
|
release:
src/Rules.Framework.Rql/NothingResult.cs#L6
Missing XML comment for publicly visible type or member 'NothingResult'
|
release:
src/Rules.Framework.Rql/NothingResult.cs#L8
Missing XML comment for publicly visible type or member 'NothingResult.NothingResult(string)'
|
release:
src/Rules.Framework.Rql/NothingResult.cs#L13
Missing XML comment for publicly visible type or member 'NothingResult.Rql'
|
release:
src/Rules.Framework.Providers.MongoDb/RuleFactory.cs#L82
'IConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
|
release:
src/Rules.Framework.Providers.MongoDb/RuleFactory.cs#L125
'IConditionNodeBuilder<TConditionType>' is obsolete: 'This way of building conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
|
release:
src/Rules.Framework.Providers.MongoDb/RuleFactory.cs#L31
'IRuleBuilder<TContentType, TConditionType>.WithCondition(Func<IConditionNodeBuilder<TConditionType>, IConditionNode<TConditionType>>)' is obsolete: 'This way of adding conditions is being deprecated. Please use a non-deprecated overload instead.'
|
release:
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.'
|
release:
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.'
|
release:
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.'
|
release:
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.'
|
release:
src/Rules.Framework/Builder/Deprecated/ValueConditionNodeBuilder.cs#L79
'IValueConditionNodeBuilder<TConditionType, TDataType>' is obsolete: 'This way of building and adding value conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
|
release:
src/Rules.Framework/Builder/Deprecated/ValueConditionNodeBuilder.cs#L86
'IValueConditionNodeBuilder<TConditionType, TDataType>' is obsolete: 'This way of building and adding value conditions has been deprecated. Please use the IRootConditionNodeBuilder and IFluentComposedConditionNodeBuilder interfaces.'
|
release:
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.'
|
release:
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.'
|
release:
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.'
|
release:
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.'
|