Excinerus / AI-Overhaul-Patcher

HomePage
17 stars 14 forks source link

Deprecated function in new Synthesis UI #16

Closed Glanzer-modder closed 2 years ago

Glanzer-modder commented 2 years ago

Synthesis UI was just upgraded today and it looks like your patcher is using a deprecated function (see below).

Utilities\ExLoadOrderUtilities.cs(34,36): error CS1061: 'ILoadOrder<IModListing>' does not contain a definition for 'HasMod'

dystopiat commented 2 years ago

Confirming. I get the same error.

KebunteL commented 2 years ago

Same Problem. New Synthesis Version Cause this Error and Blocking Error Message.

Utilities\ExLoadOrderUtilities.cs(34,36): error CS1061: 'ILoadOrder<IModListing>' does not contain a definition for 'HasMod' and no accessible extension method 'HasMod' accepting a first argument of type 'ILoadOrder<IModListing>' could be found (are you missing a using directive or an assembly reference?) Utilities\ExLoadOrderUtilities.cs(34,36): error CS1061: 'ILoadOrder<IModListing>' does not contain a definition for 'HasMod' and no accessible extension method 'HasMod' accepting a first argument of type 'ILoadOrder<IModListing>' could be found (are you missing a using directive or an assembly reference?)

Excinerus commented 2 years ago

Updated in dde1a4c