Skip to content

Merge pull request #3 from thiagomvas/development #18

Merge pull request #3 from thiagomvas/development

Merge pull request #3 from thiagomvas/development #18

Triggered via push July 11, 2024 03:07
Status Failure
Total duration 26s
Artifacts

run-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build: SharpTables.Examples/Program.cs#L67
'PaginatedTable' does not contain a definition for 'PrintCurrentPage' and no accessible extension method 'PrintCurrentPage' accepting a first argument of type 'PaginatedTable' could be found (are you missing a using directive or an assembly reference?)
build: SharpTables.Examples/Program.cs#L76
'PaginatedTable' does not contain a definition for 'PreviousPage' and no accessible extension method 'PreviousPage' accepting a first argument of type 'PaginatedTable' could be found (are you missing a using directive or an assembly reference?)
build: SharpTables.Examples/Program.cs#L79
'PaginatedTable' does not contain a definition for 'NextPage' and no accessible extension method 'NextPage' accepting a first argument of type 'PaginatedTable' could be found (are you missing a using directive or an assembly reference?)
build: SharpTables.Examples/Program.cs#L103
'Table' does not contain a definition for 'Print' and no accessible extension method 'Print' accepting a first argument of type 'Table' could be found (are you missing a using directive or an assembly reference?)
build: SharpTables.Examples/Program.cs#L67
'PaginatedTable' does not contain a definition for 'PrintCurrentPage' and no accessible extension method 'PrintCurrentPage' accepting a first argument of type 'PaginatedTable' could be found (are you missing a using directive or an assembly reference?)
build: SharpTables.Examples/Program.cs#L76
'PaginatedTable' does not contain a definition for 'PreviousPage' and no accessible extension method 'PreviousPage' accepting a first argument of type 'PaginatedTable' could be found (are you missing a using directive or an assembly reference?)
build: SharpTables.Examples/Program.cs#L79
'PaginatedTable' does not contain a definition for 'NextPage' and no accessible extension method 'NextPage' accepting a first argument of type 'PaginatedTable' could be found (are you missing a using directive or an assembly reference?)
build: SharpTables.Examples/Program.cs#L103
'Table' does not contain a definition for 'Print' and no accessible extension method 'Print' accepting a first argument of type 'Table' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: SharpTables/Graph/Graph.cs#L52
Type parameter 'T' has the same name as the type parameter from outer type 'Graph<T>'
build: SharpTables/Graph/GraphSettings.cs#L12
Converting null literal or possible null value to non-nullable type.
build: SharpTables/Graph/GraphSettings.cs#L12
Unboxing a possibly null value.
build: SharpTables/Graph/GraphSettings.cs#L17
Dereference of a possibly null reference.
build: SharpTables/Graph/GraphSettings.cs#L17
Possible null reference return.
build: SharpTables/TableHelper.cs#L33
Possible null reference argument for parameter 'text' in 'Cell.Cell(object text)'.
build: SharpTables/Table.cs#L28
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SharpTables/Pagination/PaginatedGraph.cs#L67
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SharpTables/Pagination/PaginatedGraph.cs#L67
Non-nullable field '_formatting' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SharpTables/Pagination/PaginatedGraph.cs#L67
Non-nullable property 'Pages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.