David Fowler
David Fowler
Can you explain what you’re trying to do and why?
I’d file an issue asking for that more directly
I believe @captainsafia has plans to support associating an existing acr with the ACA resource. Seems like it fits in well
I will re-purpose this issue to expose container app specific properties on this resource, but not the other unrelated resources. Those feel like they shouldn't be exposed on this resource....
We've exposed the container app name. The other properties are considered private right now. @FullStackChef If you want access to other properties we can make them public. Generally you only...
I think this is done
I'll take a look.
@captainsafia changed this to a cast recently, that might solve this until we introduce non string parameter types
This should be in another assembly, not the core hosting assembly. Microsoft.Extensions.Hosting.Winforms.
> Don't we need a string name parameter? Done. > Should value => defaultValue? Done. > What happens if I have a configuration value with the name Parameters:? Which wins?...