Updated workflow #5
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.
|
The logs for this run have expired and are no longer available.
Loading