Skip to content

Extend sampling & serialized graph element features #70

Extend sampling & serialized graph element features

Extend sampling & serialized graph element features #70

Triggered via pull request June 18, 2026 04:55
Status Success
Total duration 59s
Artifacts

graphdb-tests.yml

on: pull_request
Build and Test
56s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test: src/AAB.EBA/Blockchains/Bitcoin/OffChain/UtxoLifecycleEconomics.cs#L376
Dereference of a possibly null reference.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinDedupOptions.cs#L6
Non-nullable property 'SortedScriptNodesFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinDedupOptions.cs#L5
Non-nullable property 'SortedTxNodesFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinMapMarketOptions.cs#L6
Non-nullable property 'BlockOhlcvMappedFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinMapMarketOptions.cs#L5
Non-nullable property 'OhlcvSourceFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinMapSpendsOptions.cs#L5
Non-nullable property 'BatchesFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinTraverseOptions.cs#L12
Non-nullable property 'BlocksFailedToProcessListFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/Config/BitcoinTraverseOptions.cs#L12
Non-nullable property 'BlocksToProcessListFilename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test: src/AAB.EBA/CLI/OptionsBinder.cs#L18
Cannot convert null literal to non-nullable reference type.
Build and Test: src/AAB.EBA/PersistentObject/PersistentGraphBuffer.cs#L108
The member 'PersistentGraphBuffer.DisposeAsync()' does not hide an accessible member. The new keyword is not required.