First commit of basic working table #2
Annotations
1 error and 8 warnings
build
Failed to execute ReportGenerator global tool
|
build:
PrettyTable/Models/Grid.cs#L33
Non-nullable field '_cells' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
PrettyTable/Models/Table.cs#L7
Non-nullable field '_headers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
PrettyTable/Models/Grid.cs#L27
The field 'Grid._cells' is never used
|
build:
PrettyTable/Models/Table.cs#L5
The field 'Table._headers' is never used
|
build:
PrettyTable/Models/Grid.cs#L33
Non-nullable field '_cells' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
PrettyTable/Models/Table.cs#L7
Non-nullable field '_headers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
PrettyTable/Models/Grid.cs#L27
The field 'Grid._cells' is never used
|
build:
PrettyTable/Models/Table.cs#L5
The field 'Table._headers' is never used
|