Reinforced.Typings
Reinforced.Typings copied to clipboard
IndexOutOfRangeException if bootstrapper is invoked with "profile" parameter and no profile is specified
Bootstrapper.Main() goes like:
- check that args is not empty
- check that args[0]=="profile" and if it is then
- invoke File.Exists(args[1])
if it so happens that args only contains one element and its value is "profile" then there's an IndexOutOfRangeException at point 3.