Skip to content

Merge pull request #2 from 0xor1/init-bunit-test #9

Merge pull request #2 from 0xor1/init-bunit-test

Merge pull request #2 from 0xor1/init-bunit-test #9

Triggered via push December 6, 2023 22:41
Status Success
Total duration 1m 3s
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.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/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/Pwd.cs#L6
Non-nullable property 'PwdSalt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/Pwd.cs#L7
Non-nullable property 'PwdHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/EmailConfig.cs#L11
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/EmailConfig.cs#L12
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/EmailConfig.cs#L13
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.