Update license #68
Annotations
8 warnings
Run 'dotnet build':
src/Lib/models/UsableHostRange.cs#L16
Non-nullable field '_firstUsableHostAddress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run 'dotnet build':
src/Lib/models/UsableHostRange.cs#L16
Non-nullable field '_lastUsableHostAddress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run 'dotnet build':
src/Lib/models/ParsedNetAddressString.cs#L17
Non-nullable field '_ipAddress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run 'dotnet build':
src/Lib/models/ParsedNetAddressString.cs#L17
Non-nullable field '_subnetMask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run 'dotnet build':
src/Lib/models/UsableHostRange.cs#L16
Non-nullable field '_firstUsableHostAddress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run 'dotnet build':
src/Lib/models/UsableHostRange.cs#L16
Non-nullable field '_lastUsableHostAddress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run 'dotnet build':
src/Lib/models/ParsedNetAddressString.cs#L17
Non-nullable field '_ipAddress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run 'dotnet build':
src/Lib/models/ParsedNetAddressString.cs#L17
Non-nullable field '_subnetMask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading