Closed echodreamz closed 2 years ago
The latest yml files from the PHP project now include a versions property in the oss.yml file.
versions
`
This causes runtime errors stating that Class.Os does not contain a "versions" property. To get around this, I simply added...
[YamlMember(Alias = "versions")] public Os[] Versions { get; set; }
And the runtime error goes away, though, this is definitely not the correct fix.
Hi, pretty sure you've got the wrong project. This is an ACME client for .net
Yup, too many windows open lol.
The latest yml files from the PHP project now include a
versions
property in the oss.yml file.`
webOS
This causes runtime errors stating that Class.Os does not contain a "versions" property. To get around this, I simply added...
[YamlMember(Alias = "versions")] public Os[] Versions { get; set; }
And the runtime error goes away, though, this is definitely not the correct fix.