Runtime: Support LispINQ comprehension syntax for adaptive lists #35
Annotations
6 warnings
build:
Colibri.Core/Nil.cs#L33
'Nil.GetEnumerator()' hides inherited member 'Pair.GetEnumerator()'. Use the new keyword if hiding was intended.
|
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.Core/Nil.cs#L33
'Nil.GetEnumerator()' hides inherited member 'Pair.GetEnumerator()'. Use the new keyword if hiding was intended.
|
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)
|