CodeQL #26
Annotations
10 warnings
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Components/SelectListItem.cs#L13
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Shared/TopMenu.razor#L269
Non-nullable property 'Theme' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Shared/TopMenu.razor#L267
Non-nullable property 'LocalizationService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Shared/TopMenu.razor#L263
Non-nullable property 'LayoutType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Shared/TopMenu.razor#L214
Non-nullable field 'gitHubDemoUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Shared/TopMenu.razor#L251
Nullability of reference types in type of parameter 'sender' of 'void TopMenu.OnLocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Shared/TopMenu.razor#L243
Cannot convert null literal to non-nullable reference type.
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Shared/TopMenu.razor#L222
Nullability of reference types in type of parameter 'sender' of 'void TopMenu.OnLocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Components/BlazoriseJob.razor.cs#L47
Possible null reference argument for parameter 'jobTypeName' in 'Task BlazoriseJob.OnJobClassValueChanged(string jobTypeName)'.
|
|
Analyze (csharp):
src/BlazoriseQuartz/BlazoriseQuartz/Components/TimelineItem.razor.cs#L231
'TimelineItem.Dispose()' hides inherited member 'BaseAfterRenderComponent.Dispose()'. Use the new keyword if hiding was intended.
|