Working pre 2025 #242
Annotations
10 warnings
|
Analyze (csharp):
src/Models/StatsViewModel.cs#L8
Non-nullable property 'MostLikedPosts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/Models/StatsViewModel.cs#L7
Non-nullable property 'UniqueVisitors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/Models/StatsViewModel.cs#L6
Non-nullable property 'MonthlyActivity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/Models/MarkdownModel.cs#L56
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/Models/MarkdownModel.cs#L54
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/Models/MarkdownModel.cs#L18
Possible null reference assignment.
|
|
Analyze (csharp):
src/Models/MarkdownModel.cs#L13
Possible null reference argument for parameter 'input' in 'Match Regex.Match(string input, string pattern, RegexOptions options)'.
|
|
Analyze (csharp):
src/Models/Config.cs#L47
Dereference of a possibly null reference.
|
|
Analyze (csharp):
src/Models/Config.cs#L46
Dereference of a possibly null reference.
|
|
Analyze (csharp):
src/Controllers/HomeController.cs#L17
Cannot convert null literal to non-nullable reference type.
|