Dániel Leiszen
Dániel Leiszen
Has anyone ever tried to save the configuration using the object model generated by this tool? First problem: calling ConfigurationManager.GetSection as initialization, does not fill the CurrentConfiguration property, hence Save()...
First of all, I would like to thank you to all the contributors for their work. We really like to use this library and we are planning to continue. Which...
The icon size was hard coded, this commit makes it available for customization.
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.): image: nginx/nginx-ingress:2.2.2 helm.sh/chart: nginx-ingress-0.13.2 **Kubernetes version** (use `kubectl version`): Client Version: v1.24.0 Kustomize Version: v4.5.4 Server Version: v1.21.11-gke.1100...
We have a workflow that we use in our business logic. We run that workflow using the CoreWF runtime. We have certain custom activities and one of them creates a...
I implement my logic as methods and I keep my instance specific data as members. How is it possible to use them if there is no way to pass a...