Skip to content

cleanup in progress #56

cleanup in progress

cleanup in progress #56

Triggered via push October 14, 2024 20:41
Status Success
Total duration 1m 37s
Artifacts

CodeCoverage.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
code_coverage: source/DefaultUnDo/UnDoCollectionAction.cs#L57
Avoid using cref tags with a prefix (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1200)
code_coverage: source/DefaultUnDo/UnDoCollectionAction.cs#L70
Avoid using cref tags with a prefix (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1200)
code_coverage: 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)
code_coverage: 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)
code_coverage: 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)
code_coverage: 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)
code_coverage: 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)
code_coverage: source/DefaultUnDo.Test/ValueUnDoTest.cs#L64
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.TryMerge_Should_return_false_When_other_is_not_GroupUnDo_with_single_ValueUnDo() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
code_coverage: source/DefaultUnDo.Test/ValueUnDoTest.cs#L74
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.TryMerge_Should_return_false_When_setter_are_different() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
code_coverage: 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)