Skip to content

chore: bump actions/checkout from 6 to 7 (#4) #18

chore: bump actions/checkout from 6 to 7 (#4)

chore: bump actions/checkout from 6 to 7 (#4) #18

Triggered via push August 25, 2026 12:59
Status Success
Total duration 42s
Artifacts

build.yml

on: push
Build and test
38s
Build and test
Formatting
29s
Formatting
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test: src/DotnetDesignPatterns.Tests/Creational/Singleton/LockSingletonTests.cs#L37
Converting null literal or possible null value to non-nullable type.
Build and test: src/DotnetDesignPatterns.Tests/Creational/Singleton/LockSingletonTests.cs#L36
Converting null literal or possible null value to non-nullable type.
Build and test: src/DotnetDesignPatterns/Behavioral/ChainOfResponsibility/FileOperationHandler.cs#L19
Non-nullable field '_nextHandler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and test: src/DotnetDesignPatterns.Tests/Structural/Flyweight/FlyweightTests.cs#L159
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and test: src/DotnetDesignPatterns.Tests/Structural/Flyweight/FlyweightTests.cs#L156
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build and test: src/DotnetDesignPatterns.Tests/Creational/Singleton/LazySingletonTests.cs#L37
Converting null literal or possible null value to non-nullable type.
Build and test: src/DotnetDesignPatterns.Tests/Creational/Singleton/LazySingletonTests.cs#L36
Converting null literal or possible null value to non-nullable type.
Build and test: src/DotnetDesignPatterns.Tests/Creational/Singleton/LockSingletonTests.cs#L37
Converting null literal or possible null value to non-nullable type.
Build and test: src/DotnetDesignPatterns.Tests/Creational/Singleton/LockSingletonTests.cs#L36
Converting null literal or possible null value to non-nullable type.
Build and test: src/DotnetDesignPatterns/Behavioral/ChainOfResponsibility/FileOperationHandler.cs#L19
Non-nullable field '_nextHandler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.