Skip to content

- Updated namespace format #31

- Updated namespace format

- Updated namespace format #31

Triggered via push December 26, 2024 16:47
Status Failure
Total duration 33s
Artifacts

dotnet.yaml

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

Annotations

5 errors and 12 warnings
Build and Test: WindowsGrep/WindowsGrep.Test/Flags/Recursive/RecursiveTests.cs#L3
The namespace 'WindowsGrep.Test' already contains a definition for 'ContextTests'
Build and Test: WindowsGrep/WindowsGrep.Test/Flags/Recursive/RecursiveTests.cs#L16
Type 'ContextTests' already defines a member called 'Setup' with the same parameter types
Build and Test: WindowsGrep/WindowsGrep.Test/Flags/Recursive/RecursiveTests.cs#L3
The namespace 'WindowsGrep.Test' already contains a definition for 'ContextTests'
Build and Test: WindowsGrep/WindowsGrep.Test/Flags/Recursive/RecursiveTests.cs#L16
Type 'ContextTests' already defines a member called 'Setup' with the same parameter types
Build and Test
Process completed with exit code 1.
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
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
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 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 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 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.