Skip to content

Replace FluentAssertions with Shouldly in Tests #196

Replace FluentAssertions with Shouldly in Tests

Replace FluentAssertions with Shouldly in Tests #196

Triggered via pull request April 19, 2025 11:23
@Kamyab7Kamyab7
opened #1320
main
Status Failure
Total duration 43s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemDetailTests.cs#L18
The name 'FluentActions' does not exist in the current context
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L47
Dereference of a possibly null reference.
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L46
Dereference of a possibly null reference.
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L45
Dereference of a possibly null reference.
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L49
'DateTimeOffset' does not contain a definition for 'Should' and no accessible extension method 'Should' accepting a first argument of type 'DateTimeOffset' could be found (are you missing a using directive or an assembly reference?)
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L48
'string' does not contain a definition for 'Should' and no accessible extension method 'Should' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L47
'string' does not contain a definition for 'Should' and no accessible extension method 'Should' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L46
'string' does not contain a definition for 'Should' and no accessible extension method 'Should' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L45
'TodoItem' does not contain a definition for 'Should' and no accessible extension method 'Should' accepting a first argument of type 'TodoItem' could be found (are you missing a using directive or an assembly reference?)
build: tests/Application.FunctionalTests/TodoItems/Commands/UpdateTodoItemTests.cs#L16
The name 'FluentActions' does not exist in the current context