new docs and single and multi file migration support (scdb to directo… #145
ci.yml
on: push
Annotations
5 errors and 32 warnings
|
Build & Test (macos-latest)
Process completed with exit code 1.
|
|
Build & Test (windows-latest)
The strategy configuration was canceled because "build.macos-latest" failed
|
|
Build & Test (windows-latest)
The operation was canceled.
|
|
Build & Test (ubuntu-latest)
The strategy configuration was canceled because "build.macos-latest" failed
|
|
Build & Test (ubuntu-latest)
The operation was canceled.
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/BenchmarkAnalyzer.cs#L19
The entry point of the program is global code; ignoring 'BenchmarkAnalyzer.Main(string[])' entry point.
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/BatchUpdateWalBenchmark.cs#L41
The entry point of the program is global code; ignoring 'BatchUpdateWalBenchmark.Main()' entry point.
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/BatchUpdatePerformanceTest.cs#L33
The entry point of the program is global code; ignoring 'BatchUpdatePerformanceTest.Main()' entry point.
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/BatchUpdateDeferredIndexBenchmark.cs#L44
The entry point of the program is global code; ignoring 'BatchUpdateDeferredIndexBenchmark.Main()' entry point.
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/PageBasedStorageBenchmark.cs#L192
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/StorageEngineComparisonBenchmark.cs#L660
XML comment has badly formed XML -- 'The character(s) '5' cannot be used at this location.'
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/PageBasedStorageBenchmark.cs#L191
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag ''.'
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/PageBasedStorageBenchmark.cs#L189
XML comment has badly formed XML -- 'The character(s) '5' cannot be used at this location.'
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/StorageEngineComparisonBenchmark.cs#L660
XML comment has badly formed XML -- 'An identifier was expected.'
|
|
Benchmarks:
tests/SharpCoreDB.Benchmarks/PageBasedStorageBenchmark.cs#L189
XML comment has badly formed XML -- 'An identifier was expected.'
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/BenchmarkAnalyzer.cs#L19
The entry point of the program is global code; ignoring 'BenchmarkAnalyzer.Main(string[])' entry point.
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/BatchUpdateWalBenchmark.cs#L41
The entry point of the program is global code; ignoring 'BatchUpdateWalBenchmark.Main()' entry point.
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/BatchUpdatePerformanceTest.cs#L33
The entry point of the program is global code; ignoring 'BatchUpdatePerformanceTest.Main()' entry point.
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/BatchUpdateDeferredIndexBenchmark.cs#L44
The entry point of the program is global code; ignoring 'BatchUpdateDeferredIndexBenchmark.Main()' entry point.
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/StorageEngineComparisonBenchmark.cs#L660
XML comment has badly formed XML -- 'The character(s) '5' cannot be used at this location.'
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/PageBasedStorageBenchmark.cs#L192
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/PageBasedStorageBenchmark.cs#L191
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag ''.'
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/PageBasedStorageBenchmark.cs#L189
XML comment has badly formed XML -- 'The character(s) '5' cannot be used at this location.'
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/StorageEngineComparisonBenchmark.cs#L660
XML comment has badly formed XML -- 'An identifier was expected.'
|
|
Build & Test (macos-latest):
tests/SharpCoreDB.Benchmarks/PageBasedStorageBenchmark.cs#L189
XML comment has badly formed XML -- 'An identifier was expected.'
|
|
Build & Test (windows-latest)
No files were found with the provided path: **/TestResults/**/*.trx. No artifacts will be uploaded.
|
|
Build & Test (ubuntu-latest)
No files were found with the provided path: **/TestResults/**/*.trx. No artifacts will be uploaded.
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L101
Dereference of a possibly null reference.
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L85
Dereference of a possibly null reference.
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L69
Dereference of a possibly null reference.
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L46
Dereference of a possibly null reference.
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L37
Dereference of a possibly null reference.
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Query/SharpCoreDBQuerySqlGenerator.cs#L28
Dereference of a possibly null reference.
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Storage/SharpCoreDBCommand.cs#L49
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Storage/SharpCoreDBCommand.cs#L292
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/Storage/SharpCoreDBCommand.cs#L289
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build & Test (ubuntu-latest):
src/SharpCoreDB.EntityFrameworkCore/SharpCoreDBOptionsExtension.cs#L84
'SharpCoreDBOptionsExtension.ExtensionInfo.Extension' hides inherited member 'DbContextOptionsExtensionInfo.Extension'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
benchmark-results
Expired
|
467 Bytes |
sha256:0947bd189cef04c1dacfe0ef16a59f5962d4a1d7778e6e9bfd5fb5c93fbd6e9d
|
|
|
test-results-macos-latest
Expired
|
556 KB |
sha256:7325f0d2a14b18288d04499ab148c255e62eb1c6f0f4494397ccccc22f6fc3fe
|
|