Load: Add load
function
#31
Annotations
4 warnings
build:
Colibri.Tests/ExceptionTests.cs#L26
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
Colibri.Tests/MacroTests.cs#L225
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
Colibri.Tests/ExceptionTests.cs#L26
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
Colibri.Tests/MacroTests.cs#L225
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|