Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
DotCMIS 0.6
-
None
Description
The DotCMIS.Binding.Impl.ICmisSpi interface is declared "internal" but the method DotCMIS.Binding.CmisBindingFactory.CreateCmisBinding(...) expects an object implementing this interface, this cannot be done outside the DotCMIS library.
By exposing this interface as "public", many other SPI can be added.