Workspace Dependency - Compile Error
Is it possible to avoid the compile error when the workspace dependencies doesn't exist. In our use case all the dependent assemblies (that contain custom config) may not exist. This is expected and we need the rule to ‘fail gracefully’ rather than throw an error.
Is it possible to resolve by dynamically adding the dependencies using late binding so the checks are deferred to runtime?

