Skip to content

Fix tezos operation batcher, fix tezos operation metadata, add migrat… #859

Fix tezos operation batcher, fix tezos operation metadata, add migrat…

Fix tezos operation batcher, fix tezos operation metadata, add migrat… #859

Triggered via push May 25, 2023 09:58
Status Success
Total duration 4m 12s
Artifacts

test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build (ubuntu-latest): Atomex.Blockchain/TransactionMetadata.cs#L17
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/TransactionMetadata.cs#L18
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/TransactionMetadata.cs#L22
Non-nullable property 'Internals' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/TokenBalance.cs#L9
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/Abstract/TransactionInfo.cs#L7
Non-nullable property 'Tx' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/Abstract/TransactionInfo.cs#L8
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/Token.cs#L9
Non-nullable property 'Contract' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/Token.cs#L10
Non-nullable property 'ContractAlias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/Token.cs#L11
Non-nullable property 'Standard' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): Atomex.Blockchain/Token.cs#L13
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build (windows-latest): Atomex.TzktEvents/Services/AccountService.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): Atomex.TzktEvents/Services/AccountService.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): Atomex.TzktEvents/Services/TokensService.cs#L23
Possible null reference return.
build (windows-latest): Atomex.TzktEvents/Services/TokensService.cs#L110
Possible null reference argument for parameter 'data' in 'void TokensService.DataHandler(JToken data)'.
build (windows-latest): Atomex.MarketData/Binance/BinanceRestOrderBooksProvider.cs#L89
Cannot convert null literal to non-nullable reference type.
build (windows-latest): Atomex.MarketData/Binance/BinanceWebSocketOrderBooksProvider.cs#L75
Cannot convert null literal to non-nullable reference type.
build (windows-latest): Atomex.MarketData/Binance/BinanceWebSocketPartialOrderBooksProvider.cs#L51
Cannot convert null literal to non-nullable reference type.
build (windows-latest): Atomex.MarketData/Bitfinex/BitfinexWebSocketOrderBooksProvider.cs#L87
Cannot convert null literal to non-nullable reference type.
build (windows-latest): Atomex.MarketData/Bitfinex/BitfinexWebSocketQuotesProvider.cs#L42
Cannot convert null literal to non-nullable reference type.
build (windows-latest): Atomex.MarketData/Bitfinex/BitfinexWebSocketQuotesProvider.cs#L52
Cannot convert null literal to non-nullable reference type.
build (windows-latest)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.