Skip to content
Triggered via push September 6, 2023 14:10
Status Success
Total duration 42s
Artifacts

dotnet.yaml

on: push
Build and Test
31s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: WindowsGrep/WindowsGrep.Common/Utils/WindowsUtils.cs#L48
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(WindowsGrep.Common.HashType)2' is not covered.
Build and Test: WindowsGrep/WindowsGrep.Common/Utils/WindowsUtils.cs#L113
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(WindowsGrep.Common.HashType)2' is not covered.
Build and Test: WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L45
Possible null reference assignment.
Build and Test: WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L58
Possible null reference assignment.
Build and Test: WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L12
Non-nullable field '_applicationDataDirectory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and Test: WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L16
Non-nullable property 'ConfigItemCollection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L18
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and Test: WindowsGrep/WindowsGrep.Core/Data/ConsoleItem.cs#L10
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: WindowsGrep/WindowsGrep.Core/Utils/ConsoleUtils.cs#L33
Converting null literal or possible null value to non-nullable type.
Build and Test: WindowsGrep/WindowsGrep.Core/Data/NativeCommand.cs#L8
Non-nullable property 'CommandParameter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.