Skip to content

Add support for initializing array types in constructrow #23

Add support for initializing array types in constructrow

Add support for initializing array types in constructrow #23

Re-run triggered August 15, 2024 16:42
Status Success
Total duration 1m 3s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: DBCD.Tests/ReadingTest.cs#L114
Unreachable code detected
tests: DBCD.Tests/ReadingTest.cs#L151
The variable 'e' is declared but never used
tests: DBCD.Tests/WritingTest.cs#L74
Unreachable code detected
tests: DBCD.Tests/WritingTest.cs#L133
The variable 'e' is declared but never used
tests: DBCD.Tests/Providers/WagoDBCProvider.cs#L28
Field 'WagoDBCProvider.DBDManifestEntry.db2FileDataID' is never assigned to, and will always have its default value 0
tests: DBCD.Tests/Providers/WagoDBCProvider.cs#L25
Field 'WagoDBCProvider.DBDManifestEntry.tableName' is never assigned to, and will always have its default value null
tests: DBCD.Tests/Providers/WagoDBCProvider.cs#L26
Field 'WagoDBCProvider.DBDManifestEntry.tableHash' is never assigned to, and will always have its default value null
tests: DBCD.Tests/Providers/WagoDBCProvider.cs#L27
Field 'WagoDBCProvider.DBDManifestEntry.dbcFileDataID' is never assigned to, and will always have its default value 0
tests: DBCD.Benchmark/Utilities/IO.cs#L13
Cannot convert null literal to non-nullable reference type.
tests: DBCD.Benchmark/Utilities/IO.cs#L22
Converting null literal or possible null value to non-nullable type.