Merge pull request #2 from 0xor1/init-bunit-test #9
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.
|