Skip to content

Update README.md

Update README.md #9

Triggered via push December 28, 2023 00:44
Status Success
Total duration 56s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/AndSpecificationTests.cs#L47
Theory method 'Should_serialize_the_result_of_the_and_operation' on test class 'AndSpecificationTests' 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/AndSpecificationTests.cs#L76
Theory method 'Should_serialize_the_result_of_the_and_operation_when_metadata_is_a_string' on test class 'AndSpecificationTests' 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)