CodeQL #57
Annotations
10 warnings
Security Analysis (Release, x64):
NickvisionSpotlight.Shared/Controllers/MainWindowController.cs#L38
Dereference of a possibly null reference.
|
Security Analysis (Release, x64):
NickvisionSpotlight.Shared/Controllers/MainWindowController.cs#L142
Dereference of a possibly null reference.
|
Security Analysis (Release, x64):
NickvisionSpotlight.Shared/Models/SpotlightManager.cs#L61
This call site is reachable on all platforms. 'Image.FromFile(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Security Analysis (Release, x64):
NickvisionSpotlight.Shared/Models/SpotlightManager.cs#L68
This call site is reachable on all platforms. 'Image.Dispose()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Security Analysis (Release, x64):
NickvisionSpotlight.Shared/Models/SpotlightManager.cs#L62
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Security Analysis (Release, x64):
NickvisionSpotlight.Shared/Models/SpotlightManager.cs#L62
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Security Analysis (Release, x64):
NickvisionSpotlight.WinUI/App.xaml.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Security Analysis (Release, x64):
NickvisionSpotlight.WinUI/Controls/ActionRow.xaml.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Security Analysis (Release, x64):
NickvisionSpotlight.WinUI/Views/MainWindow.xaml.cs#L202
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Security Analysis (Release, x64):
NickvisionSpotlight.WinUI/Views/MainWindow.xaml.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|