Bump DefaultCSharp from 1.0.0-test06 to 1.0.0-test07 in /source #1
Annotations
10 errors
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#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#L33
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.Undo_Should_set_oldValue() (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#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)
|
pull_request:
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)
|
pull_request:
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)
|
pull_request:
source/DefaultUnDo.Test/ValueUnDoTest.cs#L82
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.TryMerge_Should_return_false_When_newValue_and_oldValue_are_different() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
pull_request:
source/DefaultUnDo.Test/ValueUnDoTest.cs#L91
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.TryMerge_Should_return_false_When_timestamp_are_too_far() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
pull_request:
source/DefaultUnDo.Test/ValueUnDoTest.cs#L103
Remove the underscores from member name DefaultUnDo.ValueUnDoTest.TryMerge_Should_return_true_When_merged_with_ValueUnDo() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|