Skip to content

Build pipeline after push by @TylerBrinks #16

Build pipeline after push by @TylerBrinks

Build pipeline after push by @TylerBrinks #16

Triggered via push January 15, 2024 21:40
Status Success
Total duration 54s
Artifacts

ci.yml

on: push
continuous-integration  /  build-and-sign
44s
continuous-integration / build-and-sign
Fit to window
Zoom out
Zoom in

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/DocumentFunction.cs#L16
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
continuous-integration / build-and-sign: src/ExCSS.Tests/DocumentFunction.cs#L46
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
continuous-integration / build-and-sign: src/ExCSS.Tests/DocumentFunction.cs#L31
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
continuous-integration / build-and-sign: src/ExCSS.Tests/DocumentFunction.cs#L63
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
continuous-integration / build-and-sign: src/ExCSS.Tests/KeyframeRule.cs#L16
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
continuous-integration / build-and-sign: src/ExCSS.Tests/KeyframeRule.cs#L17
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
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)