Add visuals for Create Project v2 #607
Merged
Annotations
2 errors and 10 warnings
|
Restore dependencies
To install these workloads, run the following command: dotnet workload restore
|
|
Restore dependencies
To build this project, the following workloads must be installed: android
|
|
Build:
src/Angor/Shared/Models/DynamicStageInfo.cs#L77
Nullable value type may be null.
|
|
Build:
src/Angor/Shared/Networks/BitcoinMain.cs#L142
Possible null reference return.
|
|
Build:
src/Angor/Shared/Models/AddressInfo.cs#L6
Non-nullable property 'HdPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Angor/Shared/Models/AddressInfo.cs#L5
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Angor/Shared/Models/WalletWords.cs#L7
Non-nullable property 'Words' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Angor/Shared/Models/FounderContext.cs#L10
Non-nullable property 'ChangeAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Angor/Shared/Models/FounderContext.cs#L9
Non-nullable property 'ProjectSeeders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Angor/Shared/Models/FounderContext.cs#L8
Non-nullable property 'ProjectInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Angor/Shared/Models/AddressBalance.cs#L5
Non-nullable property 'address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Angor/Shared/Services/SignService.cs#L274
'NostrFilterWithSubject.Subject' hides inherited member 'NostrFilter.Subject'. Use the new keyword if hiding was intended.
|
Loading