Questions tagged [configurationproperty]
19 questions
0
votes
1 answer
How to handle ConfigurationSection containing unsupported properties in .NET 4.8?
How can I load a ConfigurationSection when the config file contains properties that are no longer supported?
If I version a System.Configuration.ConfigurationSection by removing a ConfigurationProperty that is no longer supported by my product, is…

r_h_w
- 13
- 4
0
votes
1 answer
read list of objects from .yml with Spring-Boot 2.1
I need to create @ConfigurationProperties that reads .yml file containing list of complex objects.
it seems like Spring-Boot is having some issues with this so I go step-by-step and try to load list of strings first:
.yml:
qwer: asdf
strings:
-…

greengold
- 1,184
- 3
- 18
- 43
0
votes
1 answer
Spring boot : Override property value reader
I am using Spring's @PropertySource and @ConfigurationProperties to read the properties from a file. Below are the sample properties:
patterns[0]=\b(test1)\b
patterns[1]=\b(test2)\b
Below is the class that reads these…

Darshan Mehta
- 30,102
- 11
- 68
- 102
0
votes
1 answer
How do I get to Configuration Properties menu in Visual Studio 2012?
I have searched and search, and cannot find this menu for the life of me. If anyone knows where to go to get there, please let me know...
This is an article on what I am trying to do…

Josh McKearin
- 742
- 4
- 19
- 42