Writing #13
Annotations
10 warnings
tests:
DBCD.Tests/WritingTest.cs#L27
Unreachable code detected
|
tests:
DBCD.Tests/WritingTest.cs#L51
The variable 'e' is declared but never used
|
tests:
DBCD.Tests/ReadingTest.cs#L116
Unreachable code detected
|
tests:
DBCD.Tests/ReadingTest.cs#L131
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#L27
Field 'WagoDBCProvider.DBDManifestEntry.dbcFileDataID' 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/WritingTest.cs#L65
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
tests:
DBCD.Tests/ReadingTest.cs#L143
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|