Revert hardcore changes to items.json - #825
Merged
Merged
Annotations
1 error and 20 warnings
|
|
|
Libraries/SPTarkov.Server.Core/Callbacks/RagfairCallbacks.cs#L101
Possible null reference argument for parameter 'mongoId' in 'MongoId.implicit operator MongoId(string mongoId)'.
|
|
Libraries/SPTarkov.Server.Core/Utils/RagfairOfferHolder.cs#L110
Nullability of reference types in value of type 'List<RagfairOffer?>' doesn't match target type 'IEnumerable<RagfairOffer>'.
|
|
Libraries/SPTarkov.Server.Core/Utils/RandomUtil.cs#L314
Dereference of a possibly null reference.
|
|
Libraries/SPTarkov.Server.Core/Utils/Json/DictionaryOrList.cs#L5
The type 'K' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'K' doesn't match 'notnull' constraint.
|
|
Libraries/SPTarkov.Server.Core/Utils/Json/DictionaryOrList.cs#L3
The type 'K' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'K' doesn't match 'notnull' constraint.
|
|
Libraries/SPTarkov.Server.Core/Utils/Json/Converters/DictionaryOrListConverter.cs#L49
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Libraries/SPTarkov.Server.Core/Utils/Json/Converters/DictionaryOfListOrTConverter.cs#L44
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
|
Libraries/SPTarkov.Server.Core/Utils/Json/Converters/DictionaryOfListOrTConverter.cs#L29
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
|
Libraries/SPTarkov.Server.Core/Utils/Json/Converters/DictionaryOfListOrTConverter.cs#L44
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Libraries/SPTarkov.Server.Core/Utils/Json/Converters/DictionaryOfListOrTConverter.cs#L27
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
|
Libraries/SPTarkov.Common/Extensions/StringExtensions.cs#L35
Converting null literal or possible null value to non-nullable type.
|
|
Libraries/SPTarkov.Common/Logger/SptLogger.cs#L8
Possible null reference assignment.
|
|
Libraries/SPTarkov.Common/Extensions/ObjectExtensions.cs#L22
Possible null reference assignment.
|
|
Libraries/SPTarkov.Common/Extensions/StringExtensions.cs#L16
Converting null literal or possible null value to non-nullable type.
|
|
Libraries/SPTarkov.Common/Extensions/MemberInfoExtensions.cs#L11
Dereference of a possibly null reference.
|
|
Libraries/SPTarkov.DI/DependencyInjectionHandler.cs#L242
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
|
Libraries/SPTarkov.DI/DependencyInjectionHandler.cs#L241
Converting null literal or possible null value to non-nullable type.
|
|
Libraries/SPTarkov.DI/DependencyInjectionHandler.cs#L239
Converting null literal or possible null value to non-nullable type.
|
|
Libraries/SPTarkov.DI/DependencyInjectionHandler.cs#L82
Dereference of a possibly null reference.
|
|
Tools/Ceciler/Errors/Error.cs#L7
Non-nullable property 'Parameter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading