Update README.md #39
Annotations
11 warnings
Build and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and Test:
WindowsGrep/WindowsGrep.Common/Utils/WindowsUtils.cs#L45
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#L110
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#L41
Possible null reference assignment.
|
Build and Test:
WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L54
Possible null reference assignment.
|
Build and Test:
WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L59
Dereference of a possibly null reference.
|
Build and Test:
WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L60
Possible null reference assignment.
|
Build and Test:
WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L8
Non-nullable field '_applicationDataDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and Test:
WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L12
Non-nullable property 'ConfigItemCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Test:
WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L14
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and Test:
WindowsGrep/WindowsGrep.Core/Data/NativeCommand.cs#L8
Non-nullable property 'CommandParameter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|