Skip to content

Update README.md

Update README.md #26

Triggered via push January 27, 2024 19:21
Status Success
Total duration 32s
Artifacts

dotnet.yaml

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

Annotations

11 warnings
Build and Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and Test: WindowsGrep/WindowsGrep.Common/Utils/WindowsUtils.cs#L54
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#L119
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#L63
Dereference of a possibly null reference.
Build and Test: WindowsGrep/WindowsGrep.Configuration/ConfigurationManager.cs#L64
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/NativeCommand.cs#L8
Non-nullable property 'CommandParameter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.