tiesnes
tiesnes
Beeing CLS-compliant allows apps written in other languages (F# or VB) to consume the assembly. By adding the attribute, the assembly is guaranteed to be CLS-compliant.
Is there any chance this will be included in the v1.4 version?
We do have a specific problem: We use SharpZipLib in one of our legacy libraries. Unfortunately, it exposes a few classes of SharpZipLib through its public interface. Our library and...
Thank you, the merge conflict is resolved. Before accepting this pull request, have a look at the interface `ITaggedData` in ZipExtraData.cs. The interface is not CLS-compliant, it declares a property...