[PR #12] [MERGED] Added .NET 2.0 version (with LinqBridge) #782

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/12
Author: @bastianeicher
Created: 3/18/2014
Status: Merged
Merged: 4/15/2014
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (1)

  • 8c3d260 Added .NET 2.0 version (with LinqBridge)

📊 Changes

12 files changed (+426 additions, -7 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 SharpCompress.sln (+7 -1)
📝 SharpCompress/Archive/AbstractWritableArchive.Extensions.cs (+1 -1)
📝 SharpCompress/Archive/Rar/RarArchiveEntry.cs (+1 -1)
📝 SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs (+1 -1)
📝 SharpCompress/Common/Rar/RarRijndael.cs (+1 -1)
📝 SharpCompress/Compressor/LZMA/AesDecoderStream.cs (+1 -1)
SharpCompress/EnumExtensions.cs (+15 -0)
SharpCompress/SharpCompress.LinqBridge.csproj (+389 -0)
📝 SharpCompress/Writer/IWriter.Extensions.cs (+1 -1)
SharpCompress/packages.config (+4 -0)
packages/repositories.config (+4 -0)

📄 Description

I am developing a package manager called Zero Install. To ensure it runs out-of-the-box without additional dependency installations on most Windows boxes it still targets .NET 2.0.

I would like to use SharpCompress in Zero Install, so I added a project file that targets .NET 2.0.
In order to replace the missing LINQ functionality I used LinqBridge. The other compatibility changes were rather minor.


🔄 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/12 **Author:** [@bastianeicher](https://github.com/bastianeicher) **Created:** 3/18/2014 **Status:** ✅ Merged **Merged:** 4/15/2014 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8c3d260`](https://github.com/adamhathcock/sharpcompress/commit/8c3d260d7c5f438396091f6b82008302a977ed28) Added .NET 2.0 version (with LinqBridge) ### 📊 Changes **12 files changed** (+426 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `SharpCompress.sln` (+7 -1) 📝 `SharpCompress/Archive/AbstractWritableArchive.Extensions.cs` (+1 -1) 📝 `SharpCompress/Archive/Rar/RarArchiveEntry.cs` (+1 -1) 📝 `SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs` (+1 -1) 📝 `SharpCompress/Common/Rar/RarRijndael.cs` (+1 -1) 📝 `SharpCompress/Compressor/LZMA/AesDecoderStream.cs` (+1 -1) ➕ `SharpCompress/EnumExtensions.cs` (+15 -0) ➕ `SharpCompress/SharpCompress.LinqBridge.csproj` (+389 -0) 📝 `SharpCompress/Writer/IWriter.Extensions.cs` (+1 -1) ➕ `SharpCompress/packages.config` (+4 -0) ➕ `packages/repositories.config` (+4 -0) </details> ### 📄 Description I am developing a package manager called [Zero Install](https://github.com/0install/0install-win). To ensure it runs out-of-the-box without additional dependency installations on most Windows boxes it still targets .NET 2.0. I would like to use SharpCompress in Zero Install, so I added a project file that targets .NET 2.0. In order to replace the missing LINQ functionality I used [LinqBridge](https://code.google.com/p/linqbridge/). The other compatibility changes were rather minor. --- <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:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#782