Feature/22-add-cli #73
Annotations
1 error and 25 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: cake-build/cake-action@v1, kkak10/[email protected]. 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#L52
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L76
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L100
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L126
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L153
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L174
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L202
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L228
Cannot convert null literal to non-nullable reference type.
|
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.Presentation.Dto/V1/ViewModels/IpTablesRuleViewModel.cs#L12
Non-nullable property 'Protocol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L52
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L76
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L100
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L126
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L153
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L174
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L202
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Domain/IpTablesRuleBuilder.cs#L228
Cannot convert null literal to non-nullable reference type.
|
Source/BSN.IpTables.Presentation.Dto/V1/ViewModels/IpTablesChainSetViewModel.cs#L11
Non-nullable property 'IpTablesChains' must contain a non-null value when exiting constructor. Consider declaring the property 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.
|
Test/UnitTests/BSN.IpTables.Api.Tests/Controllers/HomeControllerTest.cs#L32
Argument of type 'Func<object, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<object, Exception?, string>' in 'void ILogger.Log<object>(LogLevel logLevel, EventId eventId, object state, Exception? exception, Func<object, Exception?, string> formatter)' due to differences in the nullability of reference types.
|
Test/UnitTests/BSN.IpTables.Api.Tests/Controllers/HomeControllerTest.cs#L32
Argument of type 'Func<object, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<object, Exception?, string>' in 'void ILogger.Log<object>(LogLevel logLevel, EventId eventId, object state, Exception? exception, Func<object, Exception?, string> formatter)' due to differences in the nullability of reference types.
|
|
The logs for this run have expired and are no longer available.
Loading