Skip to content

add sql command timeout #10

add sql command timeout

add sql command timeout #10

Triggered via push December 8, 2023 17:27
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/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.
build: Common.Server/Auth/FcmReg.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/Auth/FcmReg.cs#L11
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/StoreConfig.cs#L11
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/StoreConfig.cs#L12
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/StoreConfig.cs#L13
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/StoreConfig.cs#L14
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.