Skip to content

Added custom query editor to web (#74) #2

Added custom query editor to web (#74)

Added custom query editor to web (#74) #2

Triggered via push June 24, 2025 06:29
Status Success
Total duration 3m 39s
Artifacts
build-and-deploy
3m 34s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-deploy: TinyInsights.Web/Services/InsightsService.Diagnostics.cs#L72
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
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#L530
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#L528
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/InsightsService.Diagnostics.cs#L536
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#L535
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/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.