Hi @atripp
Thank you for the swift action on my suggestion.
Turns out that the properties are configured to be read only somewhere, I assume this is in some closed-source part of the ProGet source.
The configuration in the open-source code is identical to properties that can be set.
https://github.com/Inedo/pgutil/blob/thousand/Inedo.ProGet/ProGetFeed.cs
Writable: public bool? VulnerabilitiesEnabled { get; set; }
Read Only: public bool? UseWithProjects { get; set; }
--property error: PackageStatisticsEnabled is read only
--property error: RestrictPackageStatistics is read only
--property error: DeploymentRecordsEnabled is read only
--property error: UsageRecordsEnabled is read only
--property error: LicensesEnabled is read only
--property error: UseWithProjects is read only
If you find the time to update those it would be much appreciated 
Best Regards
Nils Nilsson







