Add comprehensive telemetry to all content providers #525
Annotations
10 warnings
|
src/TagzApp.Common/Models/BlockedUser.cs#L22
Non-nullable property 'BlockingUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TagzApp.Common/Models/BlockedUser.cs#L17
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TagzApp.Common/Models/BlockedUser.cs#L12
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L69
Dereference of a possibly null reference.
|
|
src/TagzApp.Common/UiState.cs#L17
Non-nullable event 'UiUpdate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
src/TagzApp.ViewModels/Data/ContentModel.cs#L65
Dereference of a possibly null reference.
|
|
src/TagzApp.Components/InputDictionary.razor#L54
Possible null reference assignment.
|
|
src/TagzApp.Components/InputDictionary.razor#L54
Dereference of a possibly null reference.
|
|
src/TagzApp.Components/InputDictionary.razor#L48
Possible null reference argument for parameter 'key' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
|
src/TagzApp.Components/InputDictionary.razor#L48
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading