Merge branch 'feature/graphql' into dev #18
Annotations
10 warnings
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L17
'IndexerTokenInfoDto.Decimals' hides inherited member 'IndexerTokenBaseDto.Decimals'. Use the new keyword if hiding was intended.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L19
'IndexerTokenInfoDto.Type' hides inherited member 'IndexerTokenBaseDto.Type'. Use the new keyword if hiding was intended.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/Transfer/Dtos/GetDepositRequestDto.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L27
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run dotnet publish src/EoaServer.Silo/EoaServer.Silo.csproj -o out/EoaServer.Silo:
src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L36
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Loading