Fix typo in angor project class #222
Merged
Annotations
10 warnings
Build:
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.
|
Build:
src/Blockcore.Indexer.Cirrus/Storage/Mongo/ComplexTypeSerializer.cs#L19
'JsonOutputMode.Strict' is obsolete: 'Use CanonicalExtendedJson instead.'
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
src/Blockcore.Indexer.Angor/Networks/BitcoinStandardScriptsRegistry.cs#L47
Possible null reference return.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Loading