Replace FluentAssertions with Shouldly in Tests #196
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
|