mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #45] [MERGED] Made the assembly CLSCompliant. #807
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/45
Author: @catester
Created: 3/16/2015
Status: ✅ Merged
Merged: 3/16/2015
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (1)
5d6a835Made the assembly CLSCompliant.📊 Changes
12 files changed (+16 additions, -13 deletions)
View changed files
📝
SharpCompress/Archive/GZip/GZipWritableArchiveEntry.cs(+1 -1)📝
SharpCompress/Archive/Rar/RarArchiveEntry.cs(+1 -1)📝
SharpCompress/Archive/Tar/TarWritableArchiveEntry.cs(+1 -1)📝
SharpCompress/Archive/Zip/ZipWritableArchiveEntry.cs(+1 -1)📝
SharpCompress/AssemblyInfo.cs(+5 -2)📝
SharpCompress/Common/Entry.cs(+1 -1)📝
SharpCompress/Common/GZip/GZipEntry.cs(+1 -1)📝
SharpCompress/Common/IEntry.cs(+1 -1)📝
SharpCompress/Common/Rar/RarEntry.cs(+1 -1)📝
SharpCompress/Common/SevenZip/SevenZipEntry.cs(+1 -1)📝
SharpCompress/Common/Tar/TarEntry.cs(+1 -1)📝
SharpCompress/Common/Zip/ZipEntry.cs(+1 -1)📄 Description
Added attribute [assembly: CLSCompliant(true)] and changed type of
public Crc properties from uint to long to satisfy CLS compliance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.