Bump Microsoft.Extensions.Caching.Hybrid from 10.2.0 to 10.3.0 #2350
Annotations
10 warnings
|
Build dotnet:
tests/Kathanika.Domain.Tests/Aggregates/BibRecordAggregate/SubfieldTests.cs#L54
Possible null reference argument for parameter 'value' in 'KnResult<Subfield> Subfield.Create(char code, string value)'.
|
|
Build dotnet:
tests/Kathanika.Domain.Tests/Aggregates/BibRecordAggregate/ControlFieldTests.cs#L32
Possible null reference argument for parameter 'tag' in 'KnResult<ControlField> ControlField.Create(string tag, string data)'.
|
|
Build dotnet:
src/core/Kathanika.Domain/Aggregates/BibRecordAggregate/BibRecord.cs#L42
Non-nullable property 'MarcMetadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build dotnet:
src/core/Kathanika.Domain/Aggregates/BibRecordAggregate/DataField.cs#L35
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build dotnet:
src/core/Kathanika.Domain/Aggregates/BibRecordAggregate/ControlField.cs#L24
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build dotnet:
src/core/Kathanika.Domain/Aggregates/BibRecordAggregate/ControlField.cs#L24
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build dotnet:
src/core/Kathanika.Domain/Aggregates/PurchaseOrderAggregate/PurchaseItem.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build dotnet:
src/core/Kathanika.Domain/Aggregates/BibRecordAggregate/Subfield.cs#L24
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build dotnet:
src/core/Kathanika.Domain/Aggregates/PurchaseOrderAggregate/PurchaseOrder.cs#L7
Non-nullable property 'VendorName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build dotnet:
src/core/Kathanika.Domain/Aggregates/PurchaseOrderAggregate/PurchaseOrder.cs#L7
Non-nullable property 'VendorId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading