Skip to content

alternative test approach using xUnit library #1

alternative test approach using xUnit library

alternative test approach using xUnit library #1

Triggered via push October 17, 2023 18:16
Status Failure
Total duration 3m 0s
Artifacts

dev-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build and test
Process completed with exit code 1.
Build and test: 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 test: 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 test: 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 test: 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 test: 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 test: 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 test: 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.
Build and test: EvitaDB.Client/Models/Schemas/IAttributeSchemaEditor.cs#L127
'IAttributeSchemaEditor<T>.Localized(Func<bool>)' hides inherited member 'IAttributeSchema.Localized'. Use the new keyword if hiding was intended.
Build and test: EvitaDB.Client/Models/Schemas/IAttributeSchemaEditor.cs#L142
'IAttributeSchemaEditor<T>.Nullable(Func<bool>)' hides inherited member 'IAttributeSchema.Nullable'. Use the new keyword if hiding was intended.
Build and test: EvitaDB.Client/Models/Schemas/IEntitySchemaEditor.cs#L29
'IEntitySchemaEditor<TS>.WithPrice(int)' hides inherited member 'IEntitySchema.WithPrice'. Use the new keyword if hiding was intended.