Fix/price updates broke #56
Annotations
10 warnings
Build:
src/Database/src/Savers/TripleKeySaver.cs#L13
Parameter 'ILogger<DataSaver<T>> logger' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L35
Dereference of a possibly null reference.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L37
Dereference of a possibly null reference.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L39
Dereference of a possibly null reference.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L41
Dereference of a possibly null reference.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L43
Dereference of a possibly null reference.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L45
Dereference of a possibly null reference.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L47
Dereference of a possibly null reference.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L49
Dereference of a possibly null reference.
|
Build:
src/Api/src/Repository/PriceRepository.cs#L51
Dereference of a possibly null reference.
|
Loading