Skip to content
Triggered via push October 14, 2024 21:19
Status Failure
Total duration 1m 50s
Artifacts
continuous_integration
1m 39s
continuous_integration
Fit to window
Zoom out
Zoom in

Annotations

10 errors
continuous_integration: source/DefaultUnDo.Test/ValueUnDoTest.cs#L11
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.ValueUnDo_Should_throw_ArgumentNullException_When_setter_is_null() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/ValueUnDoTest.cs#L20
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.Do_Should_set_newValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/ValueUnDoTest.cs#L33
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.Undo_Should_set_oldValue() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/ValueUnDoTest.cs#L46
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.Description_Should_return_description() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/ValueUnDoTest.cs#L54
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.TryMerge_Should_return_false_When_other_is_not_ValueUnDo() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/CollectionUndoTest.cs#L12
Remove the underscores from member name DefaultUnDo.CollectionUndoTest.CollectionUnDo_Should_throw_ArgumentNullException_When_source_is_null() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/CollectionUndoTest.cs#L21
Remove the underscores from member name DefaultUnDo.CollectionUndoTest.Do_Should_add_element_to_source_When_isAdd_is_true() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/CollectionUndoTest.cs#L37
Remove the underscores from member name DefaultUnDo.CollectionUndoTest.Do_Should_remove_element_from_source_When_isAdd_is_false() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/CollectionUndoTest.cs#L53
Remove the underscores from member name DefaultUnDo.CollectionUndoTest.Undo_Should_remove_element_from_source_When_isAdd_is_true() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
continuous_integration: source/DefaultUnDo.Test/CollectionUndoTest.cs#L69
Remove the underscores from member name DefaultUnDo.CollectionUndoTest.Undo_Should_add_element_to_source_When_isAdd_is_false() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)