-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0.Alpha2
-
None
The container needs to ensure that the user has supplied sane configuration values, or else risk blowing up in weird and unpredictable ways. Rather than doing these laborious checks manually (and possibly only partially), A simple validation should be used to enforce the values fall with a value range or adhere to a required syntax.
e.g.
Type Checks, Int, String, File
Checks: File exists, Create File etc..