Skip to content

Runtime: Support LispINQ comprehension syntax for adaptive lists #35

Runtime: Support LispINQ comprehension syntax for adaptive lists

Runtime: Support LispINQ comprehension syntax for adaptive lists #35

Triggered via push October 27, 2023 15:57
Status Success
Total duration 1m 17s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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)