Set flea multiplier for money to 1 - #833
Merged
Merged
Annotations
20 warnings
|
Run Tests:
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>'.
|
|
Run Tests:
Libraries/SPTarkov.Server.Core/Callbacks/RagfairCallbacks.cs#L101
Possible null reference argument for parameter 'mongoId' in 'MongoId.implicit operator MongoId(string mongoId)'.
|
|
Run Tests:
Libraries/SPTarkov.Server.Core/Utils/RandomUtil.cs#L314
Dereference of a possibly null reference.
|
|
Run Tests:
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.
|
|
Run Tests:
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.
|
|
Run Tests:
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).
|
|
Run Tests:
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.
|
|
Run Tests:
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.
|
|
Run Tests:
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).
|
|
Run Tests:
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.
|
|
Build:
Libraries/SPTarkov.Common/Extensions/StringExtensions.cs#L16
Converting null literal or possible null value to non-nullable type.
|
|
Build:
Libraries/SPTarkov.Server.Assets/build/PostBuild.cs#L60
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
|
|
Build:
Libraries/SPTarkov.Server.Assets/build/PostBuild.cs#L60
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
Build:
Libraries/SPTarkov.Server.Assets/build/PostBuild.cs#L13
Using member 'System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.DefaultJsonTypeInfoResolver()' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
|
|
Build:
Libraries/SPTarkov.Server.Assets/build/PostBuild.cs#L13
Using member 'System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.DefaultJsonTypeInfoResolver()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
Build:
Libraries/SPTarkov.DI/DependencyInjectionHandler.cs#L242
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
|
Build:
Libraries/SPTarkov.DI/DependencyInjectionHandler.cs#L241
Converting null literal or possible null value to non-nullable type.
|
|
Build:
Libraries/SPTarkov.DI/DependencyInjectionHandler.cs#L239
Converting null literal or possible null value to non-nullable type.
|
|
Build:
Libraries/SPTarkov.DI/DependencyInjectionHandler.cs#L82
Dereference of a possibly null reference.
|
|
Build:
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.
|
background
wait
wait-all
cancel
parallel
Loading