[PR #45] [MERGED] Made the assembly CLSCompliant. #807

Open
opened 2026-01-29 22:17:40 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 5d6a835 Made 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/45 **Author:** [@catester](https://github.com/catester) **Created:** 3/16/2015 **Status:** ✅ Merged **Merged:** 3/16/2015 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5d6a835`](https://github.com/adamhathcock/sharpcompress/commit/5d6a83578c693be84d5565211ad2d4d8c1d59d2c) Made the assembly CLSCompliant. ### 📊 Changes **12 files changed** (+16 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Added attribute [assembly: CLSCompliant(true)] and changed type of public Crc properties from uint to long to satisfy CLS compliance. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#807