feat: add exception handler #12
Annotations
38 warnings
publish (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.
|
publish (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.
|
publish (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.
|
publish (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.
|
publish (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.
|
publish (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.
|
publish (EoaServer.Silo):
src/EoaServer.Application.Contracts/Commons/JwtHelper.cs#L61
The variable 'e' is declared but never used
|
publish (EoaServer.Silo):
src/EoaServer.Grains/Grain/UserToken/UserTokenGrain.cs#L28
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.
|
publish (EoaServer.Silo):
src/EoaServer.Grains/Grain/UserToken/UserTokenGrain.cs#L45
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.
|
publish (EoaServer.Silo):
src/EoaServer.Grains/Grain/Test/TestGrain.cs#L34
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.
|
publish (EoaServer.EntityEventHandler):
src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L17
'IndexerTokenInfoDto.Decimals' hides inherited member 'IndexerTokenBaseDto.Decimals'. Use the new keyword if hiding was intended.
|
publish (EoaServer.EntityEventHandler):
src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L19
'IndexerTokenInfoDto.Type' hides inherited member 'IndexerTokenBaseDto.Type'. Use the new keyword if hiding was intended.
|
publish (EoaServer.EntityEventHandler):
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.
|
publish (EoaServer.EntityEventHandler):
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.
|
publish (EoaServer.EntityEventHandler):
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.
|
publish (EoaServer.EntityEventHandler):
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.
|
publish (EoaServer.EntityEventHandler):
src/EoaServer.Application.Contracts/Commons/JwtHelper.cs#L61
The variable 'e' is declared but never used
|
publish (EoaServer.EntityEventHandler):
src/EoaServer.Grains/Grain/Test/TestGrain.cs#L34
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.
|
publish (EoaServer.EntityEventHandler):
src/EoaServer.Grains/Grain/UserToken/UserTokenGrain.cs#L28
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.
|
publish (EoaServer.EntityEventHandler):
src/EoaServer.Grains/Grain/UserToken/UserTokenGrain.cs#L45
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.
|
publish (EoaServer.AuthServer):
src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L17
'IndexerTokenInfoDto.Decimals' hides inherited member 'IndexerTokenBaseDto.Decimals'. Use the new keyword if hiding was intended.
|
publish (EoaServer.AuthServer):
src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L19
'IndexerTokenInfoDto.Type' hides inherited member 'IndexerTokenBaseDto.Type'. Use the new keyword if hiding was intended.
|
publish (EoaServer.AuthServer):
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.
|
publish (EoaServer.AuthServer):
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.
|
publish (EoaServer.AuthServer):
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.
|
publish (EoaServer.AuthServer):
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.
|
publish (EoaServer.AuthServer):
src/EoaServer.Application.Contracts/Commons/JwtHelper.cs#L61
The variable 'e' is declared but never used
|
publish (EoaServer.AuthServer):
src/EoaServer.AuthServer/SignatureGrantHandler.cs#L37
The field 'SignatureGrantHandler._distributedCache' is never used
|
publish (EoaServer.HttpApi.Host):
src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L17
'IndexerTokenInfoDto.Decimals' hides inherited member 'IndexerTokenBaseDto.Decimals'. Use the new keyword if hiding was intended.
|
publish (EoaServer.HttpApi.Host):
src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L19
'IndexerTokenInfoDto.Type' hides inherited member 'IndexerTokenBaseDto.Type'. Use the new keyword if hiding was intended.
|
publish (EoaServer.HttpApi.Host):
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.
|
publish (EoaServer.HttpApi.Host):
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.
|
publish (EoaServer.HttpApi.Host):
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.
|
publish (EoaServer.HttpApi.Host):
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.
|
publish (EoaServer.HttpApi.Host):
src/EoaServer.Application.Contracts/Commons/JwtHelper.cs#L61
The variable 'e' is declared but never used
|
publish (EoaServer.HttpApi.Host):
src/EoaServer.Grains/Grain/UserToken/UserTokenGrain.cs#L28
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.
|
publish (EoaServer.HttpApi.Host):
src/EoaServer.Grains/Grain/UserToken/UserTokenGrain.cs#L45
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.
|
publish (EoaServer.HttpApi.Host):
src/EoaServer.Grains/Grain/Test/TestGrain.cs#L34
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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
EoaServer.AuthServer
Expired
|
83.3 MB |
|
EoaServer.EntityEventHandler
Expired
|
80.3 MB |
|
EoaServer.HttpApi.Host
Expired
|
81.7 MB |
|
EoaServer.Silo
Expired
|
60.4 MB |
|