Pipeline fix - #131
Merged
Merged
Annotations
10 warnings
|
Build browser tests:
Magic.IndexedDb/Models/DbStore.cs#L11
Non-nullable property 'StoreSchemas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build browser tests:
Magic.IndexedDb/Models/DbStore.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build browser tests:
Magic.IndexedDb/Models/StoreSchema.cs#L5
Non-nullable property 'TableName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build browser tests:
Magic.IndexedDb/Models/UpdateRecord.cs#L7
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build browser tests:
Magic.IndexedDb/SchemaAnnotations/MagicIndexAttribute.cs#L13
Non-nullable property 'ColumnName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build browser tests:
Magic.IndexedDb/SchemaAnnotations/MagicIndexAttribute.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build browser tests:
Magic.IndexedDb/SchemaAnnotations/MagicUniqueIndexAttribute.cs#L13
Non-nullable property 'ColumnName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build browser tests:
Magic.IndexedDb/SchemaAnnotations/MagicUniqueIndexAttribute.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build browser tests:
Magic.IndexedDb/SchemaAnnotations/MagicUniqueIndexAttribute.cs#L13
Cannot convert null literal to non-nullable reference type.
|
|
Build browser tests:
Magic.IndexedDb/SchemaAnnotations/MagicIndexAttribute.cs#L13
Cannot convert null literal to non-nullable reference type.
|
background
wait
wait-all
cancel
parallel
Loading