Adding a stats endpoint to the angor project #233
Annotations
55 warnings
build (ubuntu-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (ubuntu-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (ubuntu-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Cirrus/Storage/Mongo/ComplexTypeSerializer.cs#L1
'JsonOutputMode.Strict' is obsolete: 'Use CanonicalExtendedJson instead.' [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Cirrus/Blockcore.Indexer.Cirrus.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Cirrus/Storage/Mongo/ComplexTypeSerializer.cs#L1
'JsonOutputMode.Strict' is obsolete: 'Use CanonicalExtendedJson instead.' [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Cirrus/Blockcore.Indexer.Cirrus.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Tests/Storage/Mongo/MongoDataTests.cs#L1
Field 'MongoDataTests.scriptOutputInfo' is never assigned to, and will always have its default value null [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Tests/Blockcore.Indexer.Tests.csproj]
|
build (ubuntu-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (ubuntu-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (ubuntu-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (ubuntu-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'NostrPubKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'ProjectIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'TrxId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'AngorKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'NPubKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (ubuntu-latest, 18):
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'AngorKeyScriptHex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (macos-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (macos-latest, 18)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build (macos-latest, 18):
src/Blockcore.Indexer.Cirrus/Storage/Mongo/ComplexTypeSerializer.cs#L1
'JsonOutputMode.Strict' is obsolete: 'Use CanonicalExtendedJson instead.' [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Cirrus/Blockcore.Indexer.Cirrus.csproj]
|
build (macos-latest, 18)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'NostrPubKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'ProjectIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'TrxId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L1
Non-nullable property 'InvestorPublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L1
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L1
Non-nullable property 'HashOfSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'AngorKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Angor/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
|
build (macos-latest, 18)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build (macos-latest, 18):
src/Blockcore.Indexer.Cirrus/Storage/Mongo/ComplexTypeSerializer.cs#L1
'JsonOutputMode.Strict' is obsolete: 'Use CanonicalExtendedJson instead.' [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Cirrus/Blockcore.Indexer.Cirrus.csproj]
|
build (macos-latest, 18):
src/Blockcore.Indexer.Tests/Storage/Mongo/MongoDataTests.cs#L1
Field 'MongoDataTests.scriptOutputInfo' is never assigned to, and will always have its default value null [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Tests/Blockcore.Indexer.Tests.csproj]
|
build (windows-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (windows-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (windows-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (windows-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (windows-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (windows-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L1
Non-nullable property 'InvestorPublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L1
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L1
Non-nullable property 'HashOfSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'NostrPubKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'ProjectIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L1
Non-nullable property 'TrxId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Angor/Networks/BitcoinStandardScriptsRegistry.cs#L1
Possible null reference return. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Angor\Blockcore.Indexer.Angor.csproj]
|
build (windows-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (windows-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
|
build (windows-latest, 18):
src/Blockcore.Indexer.Cirrus/Storage/Mongo/ComplexTypeSerializer.cs#L1
'JsonOutputMode.Strict' is obsolete: 'Use CanonicalExtendedJson instead.' [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Cirrus\Blockcore.Indexer.Cirrus.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Cirrus/Storage/Mongo/ComplexTypeSerializer.cs#L1
'JsonOutputMode.Strict' is obsolete: 'Use CanonicalExtendedJson instead.' [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Cirrus\Blockcore.Indexer.Cirrus.csproj]
|
build (windows-latest, 18):
src/Blockcore.Indexer.Tests/Storage/Mongo/MongoDataTests.cs#L1
Field 'MongoDataTests.scriptOutputInfo' is never assigned to, and will always have its default value null [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Tests\Blockcore.Indexer.Tests.csproj]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
blockcore-angor-indexer
Expired
|
136 MB |
|
blockcore-cirrus-indexer
Expired
|
145 MB |
|
blockcore-indexer
Expired
|
146 MB |
|