CI version actions fix #36
Annotations
1 error and 21 warnings
Build and release
Process completed with exit code 1.
|
Build and release
The following actions uses node12 which is deprecated and will be forced to run on node16: vimtor/action-zip@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and release:
EvitaDB.Client/Queries/ConstraintContainer.cs#L7
Nullability of reference types in return type of 'object?[] BaseConstraint.Arguments.get' doesn't match implicitly implemented member 'object[]? IConstraintContainer<T>.Arguments.get'.
|
Build and release:
EvitaDB.Client/Queries/Filter/And.cs#L9
Nullability of reference types in type of parameter 'children' doesn't match overridden member.
|
Build and release:
EvitaDB.Client/Queries/Filter/EntityHaving.cs#L17
Nullability of reference types in type of parameter 'children' doesn't match overridden member.
|
Build and release:
EvitaDB.Client/Queries/Filter/FilterBy.cs#L11
'FilterBy.Necessary' hides inherited member 'ConstraintContainer<IFilterConstraint>.Necessary'. Use the new keyword if hiding was intended.
|
Build and release:
EvitaDB.Client/Queries/Filter/FilterBy.cs#L15
Nullability of reference types in type of parameter 'children' doesn't match overridden member.
|
Build and release:
EvitaDB.Client/Queries/Filter/FilterGroupBy.cs#L17
Nullability of reference types in type of parameter 'children' doesn't match overridden member.
|
Build and release:
EvitaDB.Client/Queries/Filter/HierarchyExcluding.cs#L18
Nullability of reference types in type of parameter 'children' doesn't match overridden member.
|
Build and release:
EvitaDB.Client/Queries/Filter/HierarchyHaving.cs#L19
Nullability of reference types in type of parameter 'children' doesn't match overridden member.
|
Build and release:
EvitaDB.Client/Queries/Filter/HierarchyWithin.cs#L55
Nullability of reference types in type of parameter 'children' doesn't match overridden member.
|
Build and release:
EvitaDB.Client/Queries/Filter/Not.cs#L14
'Not.Necessary' hides inherited member 'ConstraintContainer<IFilterConstraint>.Necessary'. Use the new keyword if hiding was intended.
|
Build and release:
EvitaDB.Client/Models/Schemas/Builders/AssociatedDataSchemaBuilder.cs#L24
Nullability of reference types in return type of 'IDictionary<NamingConvention, string> AssociatedDataSchemaBuilder.NameVariants.get' doesn't match implicitly implemented member 'IDictionary<NamingConvention, string?> INamedSchema.NameVariants.get'.
|
Build and release:
EvitaDB.Client/Models/Schemas/IEntitySchemaEditor.cs#L29
'IEntitySchemaEditor<TS>.WithPrice(int)' hides inherited member 'IEntitySchema.WithPrice'. Use the new keyword if hiding was intended.
|
Build and release:
EvitaDB.Client/Models/Schemas/IReferenceSchemaEditor.cs#L46
The member 'IReferenceSchemaEditor<TS>.Indexed()' does not hide an accessible member. The new keyword is not required.
|
Build and release:
EvitaDB.Client/Models/Schemas/IReferenceSchemaEditor.cs#L64
The member 'IReferenceSchemaEditor<TS>.Faceted()' does not hide an accessible member. The new keyword is not required.
|
Build and release:
EvitaDB.Client/Models/Schemas/Builders/SortableAttributeCompoundSchemaBuilder.cs#L24
Nullability of reference types in return type of 'IDictionary<NamingConvention, string> SortableAttributeCompoundSchemaBuilder.NameVariants.get' doesn't match implicitly implemented member 'IDictionary<NamingConvention, string?> INamedSchema.NameVariants.get'.
|
Build and release:
EvitaDB.Client/Models/Schemas/IAssociatedDataSchemaEditor.cs#L20
'IAssociatedDataSchemaEditor.Localized(Func<bool>)' hides inherited member 'IAssociatedDataSchema.Localized'. Use the new keyword if hiding was intended.
|
Build and release:
EvitaDB.Client/Models/Schemas/IAssociatedDataSchemaEditor.cs#L35
'IAssociatedDataSchemaEditor.Nullable(Func<bool>)' hides inherited member 'IAssociatedDataSchema.Nullable'. Use the new keyword if hiding was intended.
|
Build and release:
EvitaDB.Client/Models/Schemas/IAttributeSchemaEditor.cs#L54
'IAttributeSchemaEditor<T>.Filterable(Func<bool>)' hides inherited member 'IAttributeSchema.Filterable'. Use the new keyword if hiding was intended.
|
Build and release:
EvitaDB.Client/Models/Schemas/IAttributeSchemaEditor.cs#L93
'IAttributeSchemaEditor<T>.Unique(Func<bool>)' hides inherited member 'IAttributeSchema.Unique'. Use the new keyword if hiding was intended.
|
Build and release:
EvitaDB.Client/Models/Schemas/IAttributeSchemaEditor.cs#L112
'IAttributeSchemaEditor<T>.Sortable(Func<bool>)' hides inherited member 'IAttributeSchema.Sortable'. Use the new keyword if hiding was intended.
|