Skip to content

Bump DefaultDocumentation from 0.9.0-beta01 to 0.9.0-beta02 in /source #2

Bump DefaultDocumentation from 0.9.0-beta01 to 0.9.0-beta02 in /source

Bump DefaultDocumentation from 0.9.0-beta01 to 0.9.0-beta02 in /source #2

Triggered via pull request October 21, 2024 09:30
Status Failure
Total duration 2m 31s
Artifacts

PullRequest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
pull_request: 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)
pull_request: 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)
pull_request: 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)
pull_request: 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)
pull_request: 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)
pull_request: source/DefaultUnDo.Test/CollectionUndoTest.cs#L85
Remove the underscores from member name DefaultUnDo.CollectionUndoTest.Description_Should_return_description() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
pull_request: 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)
pull_request: 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)
pull_request: 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)
pull_request: 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)