Create dotnet.yml #1
Annotations
10 warnings
build:
Karlssberg.Motive/ChangeMetadataType/ChangeMetadataTypeSpecification.cs#L8
Parameter 'SpecificationBase<TModel, TOtherMetadata> underlyingSpecification' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
build:
Karlssberg.Motive/SubstituteMetadata/SubstitueMetadataSpecifciation.cs#L8
Parameter 'SpecificationBase<TModel, TMetadata> underlyingSpecification' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
build:
Karlssberg.Motive.Tests/SpecificationTests.cs#L77
Possible null reference argument for parameter 'predicate' in 'Specification<string?>.Specification(Func<string?, bool> predicate, string whenTrue, string whenFalse)'.
|
build:
Karlssberg.Motive.Tests/SpecificationTests.cs#L109
Possible null reference argument for parameter 'whenTrue' in 'Specification<string?>.Specification(Func<string?, bool> predicate, string whenTrue, string whenFalse)'.
|
build:
Karlssberg.Motive.Tests/SpecificationTests.cs#L110
Possible null reference argument for parameter 'whenFalse' in 'Specification<string?>.Specification(Func<string?, bool> predicate, string whenTrue, string whenFalse)'.
|
build:
Karlssberg.Motive.Tests/AllSpecificationTests.cs#L48
Theory method 'Should_serialize_the_result_of_the_all_operation_when_metadata_is_a_string' on test class 'AllSpecificationTests' does not use parameter 'expected'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
Karlssberg.Motive.Tests/AllSpecificationTests.cs#L76
Theory method 'Should_serialize_the_result_of_the_all_operation_when_metadata_is_a_string_when_using_the_single_generic_specification_type' on test class 'AllSpecificationTests' does not use parameter 'expected'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
Karlssberg.Motive.Tests/AllSpecificationTests.cs#L103
Theory method 'Should_serialize_the_result_of_the_all_operation' on test class 'AllSpecificationTests' does not use parameter 'expected'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
Karlssberg.Motive.Tests/AtLeastSpecificationTests.cs#L168
Theory method 'Should_serialize_the_result_of_the_at_least_of_1_operation_when_metadata_is_a_string' on test class 'AtLeastSpecificationTests' does not use parameter 'expected'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
Karlssberg.Motive.Tests/AtLeastSpecificationTests.cs#L196
Theory method 'Should_serialize_the_result_of_the_at_least_operation_when_metadata_is_a_string_when_using_the_single_generic_specification_type' on test class 'AtLeastSpecificationTests' does not use parameter 'expected'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|