fix: corrected some misplaced files and the api toc entry. (#3) #14
Annotations
10 warnings
|
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:
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
|