Skip to content

Added userid to error list #13

Added userid to error list

Added userid to error list #13

Triggered via push October 8, 2025 07:25
Status Success
Total duration 4m 14s
Artifacts
build-and-deploy
4m 9s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: TinyInsights.Web/Pages/Errors.razor#L134
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TinyInsights.Web/Services/InsightsService.Analytics.cs#L136
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build-and-deploy: TinyInsights.Web/Services/InsightsService.Analytics.cs#L136
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
build-and-deploy: TinyInsights.Web/Services/InsightsService.Analytics.cs#L122
Possible null reference argument for parameter 'key' in 'CountPerKey.CountPerKey(string key, int count)'.
build-and-deploy: TinyInsights.Web/Services/InsightsService.Analytics.cs#L122
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build-and-deploy: TinyInsights.Web/Services/InsightsService.Diagnostics.cs#L628
Non-nullable property 'Rows' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TinyInsights.Web/Services/InsightsService.Diagnostics.cs#L627
Non-nullable property 'Columns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TinyInsights.Web/Services/InsightsService.Diagnostics.cs#L622
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TinyInsights.Web/Services/InsightsService.Diagnostics.cs#L620
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: TinyInsights.Web/Services/Models/LogItem.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.