Skip to content

rename

rename #1

Triggered via push December 5, 2023 16:27
Status Success
Total duration 1m 15s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Common.Server/AuthConfig.cs#L5
Non-nullable property 'BaseHref' 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/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.