Skip to content

Convert to scriban #2587

Convert to scriban

Convert to scriban #2587

Triggered via pull request February 2, 2025 14:40
Status Failure
Total duration 2m 15s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
test: exercises/practice/acronym/AcronymTests.cs#L8
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/acronym/AcronymTests.cs#L14
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/acronym/AcronymTests.cs#L20
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/acronym/AcronymTests.cs#L26
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/acronym/AcronymTests.cs#L32
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/acronym/AcronymTests.cs#L38
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/acronym/AcronymTests.cs#L44
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/acronym/AcronymTests.cs#L50
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/acronym/AcronymTests.cs#L56
There is no argument given that corresponds to the required parameter 'phrase' of 'Acronym.Abbreviate(string)'
test: exercises/practice/affine-cipher/AffineCipherTests.cs#L7
Invalid token '(' in class, record, struct, or interface member declaration
test: exercises/concept/hyperia-forex/HyperiaForex.cs#L4
'CurrencyAmount' defines operator == or operator != but does not override Object.Equals(object o)
test: exercises/concept/hyperia-forex/HyperiaForex.cs#L4
'CurrencyAmount' defines operator == or operator != but does not override Object.GetHashCode()
test: exercises/practice/bank-account/BankAccountTests.cs#L81
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
test: exercises/practice/go-counting/GoCountingTests.cs#L72
Comparing an instance of System.Collections.Generic.HashSet<(int, int)> with an instance of System.Collections.Generic.IEnumerable<(int, int)> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
test: exercises/practice/go-counting/GoCountingTests.cs#L72
Comparing an instance of System.Collections.Generic.HashSet<(int, int)> with an instance of System.Collections.Generic.IEnumerable<(int, int)> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
test: exercises/practice/go-counting/GoCountingTests.cs#L55
Comparing an instance of System.Collections.Generic.HashSet<(int, int)> with an instance of System.Collections.Generic.IEnumerable<(int, int)> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
test: exercises/practice/go-counting/GoCountingTests.cs#L55
Comparing an instance of System.Collections.Generic.HashSet<(int, int)> with an instance of System.Collections.Generic.IEnumerable<(int, int)> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
test: exercises/practice/go-counting/GoCountingTests.cs#L21
Comparing an instance of System.Collections.Generic.HashSet<(int, int)> with an instance of System.Collections.Generic.IEnumerable<(int, int)> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
test: exercises/practice/go-counting/GoCountingTests.cs#L21
Comparing an instance of System.Collections.Generic.HashSet<(int, int)> with an instance of System.Collections.Generic.IEnumerable<(int, int)> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
test: exercises/practice/go-counting/GoCountingTests.cs#L38
Comparing an instance of System.Collections.Generic.HashSet<(int, int)> with an instance of System.Collections.Generic.IEnumerable<(int, int)> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)