Skip to content

SAVEPOINT

SAVEPOINT #387

Triggered via push March 3, 2024 11:53
Status Failure
Total duration 3m 33s
Artifacts

build.yml

on: push
Matrix: only-unit-tests
Fit to window
Zoom out
Zoom in

Annotations

31 errors
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Events/EventAssertions.cs(18,26): error SA1203: Constant fields should appear before non-constant fields (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1203.md) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Execution/Assertion.cs(20,39): error SA1214: Readonly fields should appear before non-readonly fields (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1214.md) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Execution/AssertionScope.cs(30,5): error RCS1169: Make field read-only (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1169) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Types/TypeAssertions.cs(979,9): error RCS1061: Merge 'if' with nested 'if' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1061) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Types/TypeAssertions.cs(1047,9): error RCS1061: Merge 'if' with nested 'if' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1061) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Types/TypeAssertions.cs(1119,9): error RCS1061: Merge 'if' with nested 'if' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1061) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Collections/GenericCollectionAssertions.cs(2971,22): error MA0037: Remove empty statement (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0037.md) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Collections/GenericCollectionAssertions.cs(2971,22): error RCS1259: Remove empty statement (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1259) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Collections/GenericCollectionAssertions.cs(2971,22): error SA1106: Code should not contain empty statements (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1106.md) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (macos-12)
/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/Collections/GenericCollectionAssertions.cs(2971,22): error SA1107: Code should not contain multiple statements on one line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1107.md) [/Users/runner/work/fluentassertions/fluentassertions/Src/FluentAssertions/FluentAssertions.csproj::TargetFramework=net6.0]
only-unit-tests (ubuntu-22.04)
The job was canceled because "macos-12" failed.
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(17,9): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(33,9): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(46,9): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(57,28): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(71,28): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(88,28): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(105,28): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(126,13): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(146,13): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
only-unit-tests (ubuntu-22.04)
/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/Execution/GivenSelectorSpecs.cs(166,13): error CS0103: The name 'assertion' does not exist in the current context [/home/runner/work/fluentassertions/fluentassertions/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj::TargetFramework=net47]
build
warning Pattern ["strip-ansi@^6.0.1"] is trying to unpack in the same destination "C:\\Users\\runneradmin\\AppData\\Local\\Yarn\\Cache\\v6\\npm-strip-ansi-cjs-6.0.1-9e26c63d30f53443e9489495b2105d37b67a85d9-integrity\\node_modules\\strip-ansi-cjs" as pattern ["strip-ansi-cjs@npm:strip-ansi@^6.0.1"]. This could result in non-deterministic behavior, skipping.
build
warning Pattern ["string-width@^4.1.0"] is trying to unpack in the same destination "C:\\Users\\runneradmin\\AppData\\Local\\Yarn\\Cache\\v6\\npm-string-width-cjs-4.2.3-269c7117d27b05ad2e536830a8ec895ef9c6d010-integrity\\node_modules\\string-width-cjs" as pattern ["string-width-cjs@npm:string-width@^4.2.0"]. This could result in non-deterministic behavior, skipping.
build
warning Pattern ["strip-ansi@^6.0.0"] is trying to unpack in the same destination "C:\\Users\\runneradmin\\AppData\\Local\\Yarn\\Cache\\v6\\npm-strip-ansi-cjs-6.0.1-9e26c63d30f53443e9489495b2105d37b67a85d9-integrity\\node_modules\\strip-ansi-cjs" as pattern ["strip-ansi-cjs@npm:strip-ansi@^6.0.1"]. This could result in non-deterministic behavior, skipping.
build
D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\Events\EventAssertions.cs(18,26): error SA1203: Constant fields should appear before non-constant fields (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1203.md) [D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\FluentAssertions.csproj::TargetFramework=net6.0]
build
D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\Execution\Assertion.cs(20,39): error SA1214: Readonly fields should appear before non-readonly fields (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1214.md) [D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\FluentAssertions.csproj::TargetFramework=net6.0]
build
D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\Execution\AssertionScope.cs(30,5): error RCS1169: Make field read-only (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1169) [D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\FluentAssertions.csproj::TargetFramework=net6.0]
build
D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\Types\TypeAssertions.cs(979,9): error RCS1061: Merge 'if' with nested 'if' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1061) [D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\FluentAssertions.csproj::TargetFramework=net6.0]
build
D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\Types\TypeAssertions.cs(1047,9): error RCS1061: Merge 'if' with nested 'if' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1061) [D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\FluentAssertions.csproj::TargetFramework=net6.0]
build
D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\Types\TypeAssertions.cs(1119,9): error RCS1061: Merge 'if' with nested 'if' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1061) [D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\FluentAssertions.csproj::TargetFramework=net6.0]
build
D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\Types\TypeAssertions.cs(1193,9): error RCS1061: Merge 'if' with nested 'if' (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1061) [D:\a\fluentassertions\fluentassertions\Src\FluentAssertions\FluentAssertions.csproj::TargetFramework=net6.0]