add unit test for generating session sig keys #11
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.Server/Config.cs#L9
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Config.cs#L10
Non-nullable property 'Auth' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Config.cs#L11
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Config.cs#L12
Non-nullable property 'Db' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Config.cs#L13
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Config.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Config.cs#L15
Non-nullable property 'Store' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Common.Server/Config.cs#L16
Non-nullable property 'Fcm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|