Skip to content

Add generator based on templates #2549

Add generator based on templates

Add generator based on templates #2549

Triggered via pull request January 28, 2025 19:51
Status Failure
Total duration 7m 36s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
test: bin/build/practice/hamming/HammingTests.cs#L38
The type or namespace name 'ArgumentException' could not be found (are you missing a using directive or an assembly reference?)
test: bin/build/practice/hamming/HammingTests.cs#L44
The type or namespace name 'ArgumentException' could not be found (are you missing a using directive or an assembly reference?)
test: bin/build/practice/hamming/HammingTests.cs#L50
The type or namespace name 'ArgumentException' could not be found (are you missing a using directive or an assembly reference?)
test: bin/build/practice/hamming/HammingTests.cs#L56
The type or namespace name 'ArgumentException' could not be found (are you missing a using directive or an assembly reference?)
test: bin/build/practice/perfect-numbers/PerfectNumbersTests.cs#L74
The type or namespace name 'ArgumentOutOfRangeException' could not be found (are you missing a using directive or an assembly reference?)
test: bin/build/practice/perfect-numbers/PerfectNumbersTests.cs#L80
The type or namespace name 'ArgumentOutOfRangeException' could not be found (are you missing a using directive or an assembly reference?)
test
Process completed with exit code 1.
test: bin/build/concept/hyperia-forex/HyperiaForex.cs#L4
'CurrencyAmount' defines operator == or operator != but does not override Object.Equals(object o)
test: bin/build/concept/hyperia-forex/HyperiaForex.cs#L4
'CurrencyAmount' defines operator == or operator != but does not override Object.GetHashCode()