Skip to content

fix examples

fix examples #19

Triggered via push July 11, 2024 03:11
Status Success
Total duration 29s
Artifacts

run-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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.
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/TableHelper.cs#L33
Possible null reference argument for parameter 'text' in 'Cell.Cell(object text)'.