Skip to content

Fix typo in angor project class #240

Fix typo in angor project class

Fix typo in angor project class #240

Triggered via pull request December 16, 2024 10:41
Status Success
Total duration 3m 25s
Artifacts

pull-request.yml

on: pull_request
Matrix: buildAndUnitTest
Fit to window
Zoom out
Zoom in

Annotations

31 warnings
buildAndUnitTest (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
buildAndUnitTest (ubuntu-latest): src/Blockcore.Indexer.Core/Sync/SyncOperations.cs#L175
The type name 'tcalc' only contains lower-cased ascii characters. Such names may become reserved for the language.
buildAndUnitTest (ubuntu-latest): src/Blockcore.Indexer.Angor/Sync/SyncTasks/ProjectTransactionsSyncRunner.cs#L64
Argument of type 'List<Investment?>' cannot be used for parameter 'documents' of type 'IEnumerable<Investment>' in 'Task IMongoCollection<Investment>.InsertManyAsync(IEnumerable<Investment> documents, InsertManyOptions options = null, CancellationToken cancellationToken = default(CancellationToken))' due to differences in the nullability of reference types.
buildAndUnitTest (ubuntu-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L5
Non-nullable property 'InvestorPublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (ubuntu-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L7
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (ubuntu-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L9
Non-nullable property 'HashOfSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (ubuntu-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L5
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (ubuntu-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L6
Non-nullable property 'NostrEventId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (ubuntu-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L7
Non-nullable property 'ProjectIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (macos-latest): src/Blockcore.Indexer.Core/Sync/SyncOperations.cs#L175
The type name 'tcalc' only contains lower-cased ascii characters. Such names may become reserved for the language.
buildAndUnitTest (macos-latest): src/Blockcore.Indexer.Angor/Sync/SyncTasks/ProjectTransactionsSyncRunner.cs#L64
Argument of type 'List<Investment?>' cannot be used for parameter 'documents' of type 'IEnumerable<Investment>' in 'Task IMongoCollection<Investment>.InsertManyAsync(IEnumerable<Investment> documents, InsertManyOptions options = null, CancellationToken cancellationToken = default(CancellationToken))' due to differences in the nullability of reference types.
buildAndUnitTest (macos-latest): src/Blockcore.Indexer.Angor/Sync/SyncTasks/ProjectsSyncRunner.cs#L150
Non-nullable property 'FounderPubKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (macos-latest): src/Blockcore.Indexer.Angor/Sync/SyncTasks/ProjectsSyncRunner.cs#L152
Non-nullable property 'NostrEventId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (macos-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L5
Non-nullable property 'InvestorPublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (macos-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L7
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (macos-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L9
Non-nullable property 'HashOfSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (macos-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L5
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Core/Sync/SyncOperations.cs#L175
The type name 'tcalc' only contains lower-cased ascii characters. Such names may become reserved for the language.
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Cirrus/Storage/Mongo/ComplexTypeSerializer.cs#L19
'JsonOutputMode.Strict' is obsolete: 'Use CanonicalExtendedJson instead.'
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L5
Non-nullable property 'FounderKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L6
Non-nullable property 'NostrEventId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L7
Non-nullable property 'ProjectIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectIndexerData.cs#L9
Non-nullable property 'TrxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L5
Non-nullable property 'InvestorPublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L7
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
buildAndUnitTest (windows-latest): src/Blockcore.Indexer.Angor/Operations/Types/ProjectInvestment.cs#L9
Non-nullable property 'HashOfSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.