Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 8.0.0 to 8.0.6 #55
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.
|
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.
|
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.
|
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.
|
Common.Server/Auth/Auth.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Common.Server/Auth/Auth.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Common.Server/Auth/Auth.cs#L22
Non-nullable property 'Lang' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Common.Server/Auth/Auth.cs#L24
Non-nullable property 'TimeFmt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Common.Server/Auth/Auth.cs#L25
Non-nullable property 'DateSeparator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Common.Server/Auth/Auth.cs#L26
Non-nullable property 'ThousandsSeparator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading