Converted textboxes to password boxes #377
Merged
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/TagzApp.Common/UiState.cs#L17
Non-nullable event 'UiUpdate' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build:
src/TagzApp.Common/Models/BlockedUser.cs#L12
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.Common/Models/BlockedUser.cs#L17
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.Common/Models/BlockedUser.cs#L22
Non-nullable property 'BlockingUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L84
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L65
Dereference of a possibly null reference.
|
Build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L65
Dereference of a possibly null reference.
|
Build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L66
Dereference of a possibly null reference.
|
Build:
src/TagzApp.Common/DbConfigureTagzApp.cs#L27
Possible null reference return.
|
Build:
src/TagzApp.Common/DbConfigureTagzApp.cs#L39
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading