Skip to content

bump version and release #268

bump version and release

bump version and release #268

Triggered via push September 3, 2024 19:10
Status Success
Total duration 4m 20s
Artifacts 3

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

49 warnings
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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.Angor/Operations/Types/ProjectInvestment.cs#L1
Non-nullable property 'InvestorPublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 'NPubKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 'AngorKeyScriptHex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 'AddressOnFeeOutput' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 'FounderKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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.Core/Sync/SyncOperations.cs#L1
The type name 'tcalc' only contains lower-cased ascii characters. Such names may become reserved for the language. [/Users/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Core/Blockcore.Indexer.Core.csproj]
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 (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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.Core/Sync/SyncOperations.cs#L1
The type name 'tcalc' only contains lower-cased ascii characters. Such names may become reserved for the language. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Core/Blockcore.Indexer.Core.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): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L1
Non-nullable property 'InvestorPublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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/ProjectInvestment.cs#L1
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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/ProjectInvestment.cs#L1
Non-nullable property 'HashOfSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 'FounderKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable. [/home/runner/work/blockcore-indexer/blockcore-indexer/src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj]
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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'AngorKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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/Storage/Mongo/Types/Project.cs#L1
Non-nullable property 'NPubKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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.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.Core/Sync/SyncOperations.cs#L1
The type name 'tcalc' only contains lower-cased ascii characters. Such names may become reserved for the language. [D:\a\blockcore-indexer\blockcore-indexer\src\Blockcore.Indexer.Core\Blockcore.Indexer.Core.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]
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "blockcore-angor-indexer", "blockcore-cirrus-indexer", "blockcore-indexer". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
blockcore-angor-indexer
30.2 MB
blockcore-cirrus-indexer
39.7 MB
blockcore-indexer
41.4 MB