Skip to content

simple-cipher: add test for random keys #2796

simple-cipher: add test for random keys

simple-cipher: add test for random keys #2796

Triggered via pull request April 23, 2025 12:34
Status Failure
Total duration 1m 18s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
test: exercises/practice/largest-series-product/LargestSeriesProductTests.cs#L64
Type 'LargestSeriesProductTests' already defines a member called 'Rejects_span_longer_than_string_length' with the same parameter types
test: exercises/practice/largest-series-product/LargestSeriesProductTests.cs#L76
Type 'LargestSeriesProductTests' already defines a member called 'Rejects_empty_string_and_nonzero_span' with the same parameter types
test: exercises/practice/largest-series-product/LargestSeriesProductTests.cs#L64
Type 'LargestSeriesProductTests' already defines a member called 'Rejects_span_longer_than_string_length' with the same parameter types
test: exercises/practice/largest-series-product/LargestSeriesProductTests.cs#L76
Type 'LargestSeriesProductTests' already defines a member called 'Rejects_empty_string_and_nonzero_span' with the same parameter types
test
Process completed with exit code 1.
test
Failed to restore: Cache service responded with 422
test: exercises/practice/tree-building/TreeBuilding.cs#L12
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: exercises/practice/markdown/Markdown.cs#L53
Possible null reference return.
test: exercises/practice/ledger/Ledger.cs#L26
Converting null literal or possible null value to non-nullable type.
test: exercises/practice/markdown/Markdown.cs#L90
Possible null reference return.
test: exercises/practice/ledger/Ledger.cs#L28
Converting null literal or possible null value to non-nullable type.
test: exercises/practice/ledger/Ledger.cs#L73
Possible null reference assignment.
test: exercises/practice/ledger/Ledger.cs#L75
Possible null reference assignment.
test: exercises/practice/tree-building/TreeBuilding.cs#L12
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: exercises/practice/markdown/Markdown.cs#L53
Possible null reference return.
test: exercises/practice/ledger/Ledger.cs#L26
Converting null literal or possible null value to non-nullable type.