Fix something of the dumpster fire that is audio load vs. play #187
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
source/TextBlade.Core/Battle/BasicMonsterAi.cs#L39
Possible null reference argument for parameter 'source' in 'IEnumerable<KeyValuePair<string, double>> Enumerable.Where<KeyValuePair<string, double>>(IEnumerable<KeyValuePair<string, double>> source, Func<KeyValuePair<string, double>, bool> predicate)'.
|
build:
source/TextBlade.Core/IO/Serializer.cs#L20
Possible null reference return.
|
build:
source/TextBlade.Core/IO/Serializer.cs#L36
Possible null reference argument for parameter 'item' in 'void List<Character>.Add(Character item)'.
|
build:
source/TextBlade.Core/IO/Serializer.cs#L54
Argument of type 'KeyValuePair<string, JToken?>' cannot be used for parameter 'jsonToken' of type 'KeyValuePair<string, JToken>' in 'Skill Serializer.DeserializeSkill(JObject allSkillData, KeyValuePair<string, JToken> jsonToken)' due to differences in the nullability of reference types.
|
build:
source/TextBlade.Core/IO/SaveGameManager.cs#L20
Possible null reference assignment.
|
build:
source/TextBlade.Core/IO/SaveGameManager.cs#L23
Possible null reference assignment.
|
build:
source/TextBlade.Core/IO/SaveData.cs#L25
Non-nullable property 'Party' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
source/TextBlade.Core/IO/SaveData.cs#L25
Non-nullable property 'Switches' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
source/TextBlade.Core/IO/SaveData.cs#L25
Non-nullable property 'CurrentLocationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
source/TextBlade.Core/IO/SaveData.cs#L25
Non-nullable property 'Inventory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|