Build pipeline after push by @TylerBrinks #12
ci.yml
on: push
continuous-integration
/
build-and-sign
49s
Annotations
10 warnings
continuous-integration / build-and-sign:
src/ExCSS.Tests/PropertyTests/TextProperty.cs#L406
Public method 'TextAlignLastAutoLegal' on test class 'TextPropertyTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L394
The literal or constant value "24px" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L395
The literal or constant value " " should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L396
The literal or constant value "12px" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L397
The literal or constant value " " should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L398
The literal or constant value "6px" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L407
The literal or constant value "24px" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListNonConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L408
The literal or constant value " " should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListNonConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L409
The literal or constant value "12px" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListNonConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
continuous-integration / build-and-sign:
src/ExCSS.Tests/Sheet.cs#L410
The literal or constant value " " should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CssCreateValueListNonConformal' on type 'CssSheetTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|