Skip to content

chore(deps): bump Serilog from 3.0.0 to 3.0.1 #1334

chore(deps): bump Serilog from 3.0.0 to 3.0.1

chore(deps): bump Serilog from 3.0.0 to 3.0.1 #1334

Triggered via pull request June 21, 2023 21:57
Status Success
Total duration 7m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze (csharp)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (csharp)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
Analyze (csharp): SoundSwitch.UI.Menu/Util/Timer/DebounceDispatcher.cs#L42
Possible null reference assignment.
Analyze (csharp): SoundSwitch.UI.Menu/Util/Timer/DebounceDispatcher.cs#L78
Possible null reference assignment.
Analyze (csharp): SoundSwitch.UI.Menu/Form/QuickMenu.cs#L35
Non-nullable event 'ItemClicked' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Analyze (csharp): SoundSwitch.UI.Menu/Form/QuickMenu.cs#L35
Non-nullable event 'SelectionChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Analyze (csharp): SoundSwitch.UI.Menu/Form/QuickMenu.cs#L47
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): SoundSwitch.UI.Menu/Form/QuickMenu.cs#L48
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): SoundSwitch.UI.Menu/Component/IconMenuItem.cs#L82
Non-nullable field '_label' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): SoundSwitch.UI.Menu/Component/IconMenuItem.cs#L82
Non-nullable field '_icon' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): SoundSwitch.UI.Menu/Form/QuickMenu.cs#L72
Dereference of a possibly null reference.
Analyze (csharp): SoundSwitch.UI.Menu/Form/QuickMenu.cs#L98
Dereference of a possibly null reference.