Change decimal to string #3317
Annotations
10 warnings
unittest (8.0.401):
BO4ETestProject/TestSperrauftrag.cs#L20
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
|
unittest (8.0.401):
BO4ETestProject/TestJsonOrder.cs#L43
'AuftragsStorno' is obsolete: 'This is not used in the implementation of the blocking process - we use the enum Auftragsstornogrund instead'
|
unittest (8.0.401):
BO4ETestProject/TestJsonOrder.cs#L58
'SperrauftragsStorno' is obsolete: 'This is not used in the implementation of the blocking process - we use the enum Auftragsstornogrund instead'
|
unittest (8.0.401):
BO4ETestProject/TestStringEnumConverter.cs#L160
Dereference of a possibly null reference.
|
unittest (8.0.401):
BO4ETestProject/TestStringEnumConverter.cs#L210
Dereference of a possibly null reference.
|
unittest (8.0.401):
BO4ETestProject/TestStringEnumConverter.cs#L266
Dereference of a possibly null reference.
|
unittest (8.0.401):
BO4ETestProject/TestStringEnumConverter.cs#L321
Dereference of a possibly null reference.
|
unittest (8.0.401):
BO4ETestProject/TestStringEnumConverter.cs#L345
Dereference of a possibly null reference.
|
unittest (8.0.401):
BO4ETestProject/TestStringEnumConverter.cs#L374
Dereference of a possibly null reference.
|
unittest (8.0.401):
BO4ETestProject/TestStringEnumConverter.cs#L418
Dereference of a possibly null reference.
|