remove unused directives #12
Annotations
10 warnings
build:
Common.Shared/TaskExt.cs#L32
The variable 'e' is declared but never used
|
build:
Common.Shared/HasStream.cs#L8
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Client/AuthService.cs#L35
Dereference of a possibly null reference.
|
build:
Common.Client/AuthService.cs#L273
Nullable value type may be null.
|
build:
Common.Server/DevConfig.cs#L7
Non-nullable property 'DevServer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/DevServerConfig.cs#L5
Non-nullable property 'Listen' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/DevServerConfig.cs#L6
Non-nullable property 'RpcHost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/DbConfig.cs#L5
Non-nullable property 'Connection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Auth/FcmReg.cs#L8
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Auth/FcmReg.cs#L9
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|