You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Using latest - I was on 1.4.0 still, but i now need to upgrade to 2.1.0.
System.InvalidCastException
HResult=0x80004002
Message=Unable to cast object of type 'System.Int32' to type 'System.String'.
Source=System.Private.CoreLib
StackTrace:
at System.Runtime.CompilerServices.CastHelpers.ChkCast_Helper(Void* toTypeHnd, Object obj)
at PhpSerializerNET.PhpDeserializer.MakeClass(PhpToken& token)
at PhpSerializerNET.PhpDeserializer.DeserializeToken(PhpToken& token)
at PhpSerializerNET.PhpSerialization.Deserialize(String input, PhpDeserializationOptions options)
at [REDACTED]
// We don't use a model because there is more than one version, and we only want 1 property any ways.vartrackingProvider=(PhpObjectDictionary?)PhpSerialization.Deserialize(trackingProviderMetaValue,new(){EnableTypeLookup=false});if(trackingProvider!=null&&trackingProvider.TryGetValue("provider_name",outvarpNameObject)){varpName=(string?)pNameObject;if(!string.IsNullOrWhiteSpace(pName)&&!pName.Equals("none",StringComparison.InvariantCultureIgnoreCase)&&!pName.Equals("unknown",StringComparison.InvariantCultureIgnoreCase)){providerNames.Add(pName);}}
Using latest - I was on 1.4.0 still, but i now need to upgrade to 2.1.0.