refactor: Mimir.MongoDB.CollectionNames
#484
Annotations
10 warnings
Lib9c.Models/Extensions/StateExtensions.cs#L385
Cannot convert null literal to non-nullable reference type.
|
Lib9c.Models/Items/Costume.cs#L35
Non-nullable property 'SpineResourcePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Lib9c.Models/Items/Equipment.cs#L55
Non-nullable property 'Stat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Lib9c.Models/Items/Equipment.cs#L55
Non-nullable property 'SpineResourcePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir.MongoDB/CollectionNames.cs#L10
'Currency.Legacy(string, byte, Address)' is obsolete: 'Obsolete! Use Currency.Capped() or Currency.Uncapped() for new currencies.'
|
Mimir.MongoDB/CollectionNames.cs#L15
'Currency.Legacy(string, byte, IImmutableSet<Address>?)' is obsolete: 'Obsolete! Use Currency.Capped() or Currency.Uncapped() for new currencies.'
|
Mimir.MongoDB/Json/Converters/BigIntegerToStringConverter.cs#L20
Dereference of a possibly null reference.
|
Mimir.MongoDB/Bson/Serialization/Serializers/Libplanet/CurrencySerializer.cs#L122
'Currency.Legacy(string, byte, IImmutableSet<Address>?)' is obsolete: 'Obsolete! Use Currency.Capped() or Currency.Uncapped() for new currencies.'
|
Mimir.Worker/Client/Models.cs#L92
Non-nullable property 'Raw' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mimir.Worker/Client/Models.cs#L77
Non-nullable property 'Signer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading