Skip to content

Compatibility with CK3 1.18 #2588

Compatibility with CK3 1.18

Compatibility with CK3 1.18 #2588

Triggered via pull request November 21, 2025 01:08
Status Success
Total duration 6m 4s
Artifacts

build_dev_version.yml

on: pull_request
Matrix: Upload development build
Fit to window
Zoom out
Zoom in

Annotations

36 warnings
Upload development build (linux-x64): ImperatorToCK3/CK3/Titles/LandedTitles.cs#L1134
Argument of type 'Dictionary<string, Title?>' cannot be used for parameter 'heritageToEmpireDict' of type 'Dictionary<string, Title>' in 'void LandedTitles.SplitDisconnectedEmpires(FrozenDictionary<string, ConcurrentHashSet<string>> kingdomAdjacenciesByLand, FrozenDictionary<string, ConcurrentHashSet<string>> kingdomAdjacenciesByWaterBody, HashSet<string> removableEmpireIds, Dictionary<string, ImmutableArray<Pillar>> kingdomToDominantHeritagesDict, Dictionary<string, Title> heritageToEmpireDict, CK3LocDB ck3LocDB, Date date)' due to differences in the nullability of reference types.
Upload development build (linux-x64): ImperatorToCK3/Imperator/World.cs#L298
Non-nullable field 'diplomacyDB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Upload development build (win-x64): ImperatorToCK3/Imperator/World.cs#L298
Non-nullable field 'diplomacyDB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Upload development build (win-x64): ImperatorToCK3/CK3/Titles/LandedTitles.cs#L1134
Argument of type 'Dictionary<string, Title?>' cannot be used for parameter 'heritageToEmpireDict' of type 'Dictionary<string, Title>' in 'void LandedTitles.SplitDisconnectedEmpires(FrozenDictionary<string, ConcurrentHashSet<string>> kingdomAdjacenciesByLand, FrozenDictionary<string, ConcurrentHashSet<string>> kingdomAdjacenciesByWaterBody, HashSet<string> removableEmpireIds, Dictionary<string, ImmutableArray<Pillar>> kingdomToDominantHeritagesDict, Dictionary<string, Title> heritageToEmpireDict, CK3LocDB ck3LocDB, Date date)' due to differences in the nullability of reference types.