Pedro Pontes

Results 13 comments of Pedro Pontes

Indeed, my Website class actually looks like (I oversimplified too much again): ``` class Website { public Dictionary HomePage { get;set } ... } ``` If I specify a single...

@Roblinde I've upgraded to the latest version, happy to report it works as expected now. Thanks so much for the assistance.

I seem to have run into another possible issue related with the ResolveEntriesSelectively option, this time related with Assets. The scenario: ``` class Website { Dictionary ShopSettings { get;set }...