PR action for web projects (#75) #7
Annotations
10 warnings
|
TinyInsights.Web/Services/InsightsService.Diagnostics.cs#L72
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
|
|
TinyInsights.Web/Services/InsightsService.Analytics.cs#L136
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
|
TinyInsights.Web/Services/InsightsService.Analytics.cs#L136
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
|
|
TinyInsights.Web/Services/InsightsService.Analytics.cs#L122
Possible null reference argument for parameter 'key' in 'CountPerKey.CountPerKey(string key, int count)'.
|
|
TinyInsights.Web/Services/InsightsService.Analytics.cs#L122
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading