Add Chain Patterns and Better Documentation #10
Triggered via pull request
September 15, 2025 03:08
Status
Success
Total duration
2m 56s
Artifacts
–
Annotations
10 warnings
|
analyze:
test/PatternKit.Examples.Tests/Strategies/Composed/ComposedStrategiesTests.cs#L71
Field 'CapturingSenderBase.Info' is never assigned to, and will always have its default value null
|
|
analyze:
test/PatternKit.Examples.Tests/Strategies/Composed/ComposedStrategiesTests.Extended.cs#L43
Field 'SpyPresence.OnlineIm' is never assigned to, and will always have its default value false
|
|
analyze:
test/PatternKit.Tests/Creational/Builder/BranchBuilderTests.cs#L139
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
analyze:
test/PatternKit.Tests/Creational/Builder/BranchBuilderTests.cs#L138
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
analyze:
src/PatternKit.Examples/Chain/AuthLoggingDemo.cs#L47
XML comment has cref attribute 'Finally(System.Action{T, Action{T}})' that could not be resolved
|
|
analyze:
src/PatternKit.Examples/Chain/AuthLoggingDemo.cs#L42
XML comment has cref attribute 'ThenStop(System.Action{T})' that could not be resolved
|
|
analyze:
src/PatternKit.Examples/Chain/AuthLoggingDemo.cs#L35
XML comment has cref attribute 'ThenContinue(System.Action{T})' that could not be resolved
|
|
analyze:
src/PatternKit.Examples/Chain/AuthLoggingDemo.cs#L47
XML comment has cref attribute 'Finally(System.Action{T, Action{T}})' that could not be resolved
|
|
analyze:
src/PatternKit.Examples/Chain/AuthLoggingDemo.cs#L42
XML comment has cref attribute 'ThenStop(System.Action{T})' that could not be resolved
|
|
analyze:
src/PatternKit.Examples/Chain/AuthLoggingDemo.cs#L35
XML comment has cref attribute 'ThenContinue(System.Action{T})' that could not be resolved
|