Under Linked frameworks and libraries there is a Required or Optional option.
Could somebody explain a situation in which and how to work with an optional framework? I could see hypothetically a situation where I have some test data and IF the framework is included I would want to enable some sort of functionality and if it is not included than perhaps I wouldn't do something....
But otherwise I'm at a loss as to when you would want to use an optional framework
(a code example would be awesome if one exists)