Skip to content

add unit test for generating session sig keys #11

add unit test for generating session sig keys

add unit test for generating session sig keys #11

Triggered via push December 31, 2023 13:21
Status Success
Total duration 1m 5s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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.