chore: bump actions/checkout from 6 to 7 (#4) #18
build.yml
on: push
Build and test
38s
Formatting
29s
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.
|