Skip to content

Updated workflow

Updated workflow #5

Triggered via push December 17, 2023 11:26
Status Failure
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: FitFusion/FitFusionTest/ProductManagerTest.cs#L111
There is no argument given that corresponds to the required parameter 'param' of 'ProductManager.Sort(List<Product>, string)'
build: FitFusion/FitFusionTest/ProductManagerTest.cs#L112
'ProductManager' does not contain a definition for 'SetSortStrategy' and no accessible extension method 'SetSortStrategy' accepting a first argument of type 'ProductManager' could be found (are you missing a using directive or an assembly reference?)
build: FitFusion/FitFusionTest/ProductManagerTest.cs#L111
There is no argument given that corresponds to the required parameter 'param' of 'ProductManager.Sort(List<Product>, string)'
build: FitFusion/FitFusionTest/ProductManagerTest.cs#L112
'ProductManager' does not contain a definition for 'SetSortStrategy' and no accessible extension method 'SetSortStrategy' accepting a first argument of type 'ProductManager' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: FitFusion/FitFusionWeb/SessionHelper/SessionHelper.cs#L17
Possible null reference return.
build: FitFusion/FitFusionWeb/Pages/CustomPages/Error.cshtml.cs#L25
Dereference of a possibly null reference.
build: FitFusion/FitFusionWeb/Pages/Account.cshtml.cs#L15
Non-nullable property 'CurrentUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FitFusion/FitFusionWeb/Pages/Products/Product.cshtml.cs#L14
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FitFusion/FitFusionWeb/Pages/Products/Create.cshtml.cs#L15
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FitFusion/FitFusionWeb/Pages/Products/Update.cshtml.cs#L14
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FitFusion/FitFusionWeb/Pages/Users/All.cshtml.cs#L15
Non-nullable property 'SearchQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FitFusion/FitFusionWeb/Pages/Users/All.cshtml.cs#L17
Non-nullable property 'Sort' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FitFusion/FitFusionWeb/Pages/Users/All.cshtml.cs#L19
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FitFusion/FitFusionWeb/Pages/Users/Customer.cshtml.cs#L12
Non-nullable property 'SearchQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.