Add basic API #58
Annotations
5 errors and 22 warnings
Test/UnitTests/BSN.IpTables.Api.Tests/Controllers/HomeControllerTest.cs#L34
There is no argument given that corresponds to the required parameter 'ipTables' of 'HomeController.HomeController(ILoggerFactory, IMapper, IIpTablesSystem)'
|
Test/UnitTests/BSN.IpTables.Api.Tests/Controllers/HomeControllerTest.cs#L40
Cannot implicitly convert type 'System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.ActionResult<BSN.Commons.Responses.Response<BSN.IpTables.Presentation.Dto.V1.ViewModels.IpTablesChainSetViewModel>>>' to 'Microsoft.AspNetCore.Mvc.IActionResult'. An explicit conversion exists (are you missing a cast?)
|
Test/UnitTests/BSN.IpTables.Api.Tests/Controllers/HomeControllerTest.cs#L34
There is no argument given that corresponds to the required parameter 'ipTables' of 'HomeController.HomeController(ILoggerFactory, IMapper, IIpTablesSystem)'
|
Test/UnitTests/BSN.IpTables.Api.Tests/Controllers/HomeControllerTest.cs#L40
Cannot implicitly convert type 'System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.ActionResult<BSN.Commons.Responses.Response<BSN.IpTables.Presentation.Dto.V1.ViewModels.IpTablesChainSetViewModel>>>' to 'Microsoft.AspNetCore.Mvc.IActionResult'. An explicit conversion exists (are you missing a cast?)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: cake-build/cake-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L37
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L61
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L85
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L111
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L138
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L159
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L187
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L213
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L18
Non-nullable field 'protocol' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Source/BSN.IpTables.Presentation.Dto/V1/ViewModels/IpTablesRuleViewModel.cs#L11
Non-nullable property 'InterfaceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L37
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L61
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L85
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L111
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L138
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L159
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L187
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L213
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L18
Non-nullable field 'protocol' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Source/BSN.IpTables.Presentation.Dto/V1/AppServiceViewMapperProfile.cs#L48
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading