Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet Extension: Error initializing extensions manager
-
I was trying to install a custom extension for ProGet and got this error message:
System.Runtime.Serialization.SerializationException: There was an error deserializing the object of type Inedo.Extensibility.UpackMetadata. Encountered unexpected character 'ï'. ---> System.Xml.XmlException: Encountered unexpected character 'ï'. at ...
Turns out that visual studio used UTF-8 with BOM to encode my upack.json file which caused this error.
Posting this to help others who might also run into this issue.
-
@can-oezkan_5440 thanks for letting us know what the issue was :)
Hopefully this is a trivial thing to fix in our code; we'll take a look and let you know!
-
@can-oezkan_5440 just an update, we plan to ship this in the next maintence release in ProGet as PG-2111