[PR #84] [MERGED] Using DNX and project.json #832

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/84
Author: @adamhathcock
Created: 8/23/2015
Status: Merged
Merged: 6/6/2016
Merged by: @adamhathcock

Base: masterHead: dnx


📝 Commits (10+)

📊 Changes

394 files changed (+45028 additions, -53231 deletions)

View changed files

📝 .gitignore (+3 -0)
NuGet/sharpcompress.nuspec (+0 -24)
SharpCompress.Test/Properties/AssemblyInfo.cs (+0 -36)
SharpCompress.Test/Properties/Resources.Designer.cs (+0 -63)
SharpCompress.Test/Properties/Resources.resx (+0 -117)
SharpCompress.Test/Properties/Settings.Designer.cs (+0 -26)
SharpCompress.Test/Properties/Settings.settings (+0 -7)
SharpCompress.Test/RewindableStreamTest.cs (+0 -84)
SharpCompress.Test/SharpCompress.Test.Portable.csproj (+0 -113)
SharpCompress.Test/SharpCompress.Test.csproj (+0 -113)
SharpCompress.shfbproj (+0 -53)
SharpCompress.shfbproj_adam.hathcock (+0 -0)
📝 SharpCompress.sln (+20 -47)
SharpCompress/Common/Rar/RarRijndael.cs (+0 -111)
SharpCompress/Common/Zip/WinzipAesCryptoStream.Portable.cs (+0 -171)
SharpCompress/Common/Zip/WinzipAesEncryptionData.Portable.cs (+0 -69)
SharpCompress/Converter/DataConverter.Portable.cs (+0 -237)
SharpCompress/Crypto/BigInteger.cs (+0 -3145)
SharpCompress/Crypto/BufferedBlockCipher.cs (+0 -376)
SharpCompress/Crypto/BufferedCipherBase.cs (+0 -113)

...and 80 more files

📄 Description

Attempting to see the best way to use the new xproj scheme and be cross platform.


🔄 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/84 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 8/23/2015 **Status:** ✅ Merged **Merged:** 6/6/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `dnx` --- ### 📝 Commits (10+) - [`68c09d7`](https://github.com/adamhathcock/sharpcompress/commit/68c09d7221670fe7b189454c3cb0a75a778e7f09) Making a pass at DNX - [`ab9e806`](https://github.com/adamhathcock/sharpcompress/commit/ab9e8063dc23c47021336fe20ecfdcb81f6cf789) remove lock file - [`979703d`](https://github.com/adamhathcock/sharpcompress/commit/979703dd1f9b9e86d281abb0f684955e2d3393da) ignore lock file - [`baf9f39`](https://github.com/adamhathcock/sharpcompress/commit/baf9f391f186bcb3ac165821fa9632431e5a3847) Setup bouncy castle crypto for dnx core - [`1930126`](https://github.com/adamhathcock/sharpcompress/commit/1930126a5970b944cb4b44b86e34912099db75ec) Add Sha256Digest and Update other classes - [`da47306`](https://github.com/adamhathcock/sharpcompress/commit/da47306f0467565168e056b5a5167201daf4cbf6) Use bouncy Sha256Digest - [`0ba87b6`](https://github.com/adamhathcock/sharpcompress/commit/0ba87b6c6291e04aebb1b34665329efc1dd0a2cb) Trying to get netcore45 in - [`e5d10e3`](https://github.com/adamhathcock/sharpcompress/commit/e5d10e3dba4b92997543bcf29db708f217f12d91) Use only dotnet - [`6fee1f6`](https://github.com/adamhathcock/sharpcompress/commit/6fee1f6dc3c477fac58cb873a830e2af23565ee6) Merge branch 'master' into dnx - [`69abb84`](https://github.com/adamhathcock/sharpcompress/commit/69abb8446f261e5813c92d13048534b278fe1d53) Merge branch 'master' into dnx ### 📊 Changes **394 files changed** (+45028 additions, -53231 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) ➖ `NuGet/sharpcompress.nuspec` (+0 -24) ➖ `SharpCompress.Test/Properties/AssemblyInfo.cs` (+0 -36) ➖ `SharpCompress.Test/Properties/Resources.Designer.cs` (+0 -63) ➖ `SharpCompress.Test/Properties/Resources.resx` (+0 -117) ➖ `SharpCompress.Test/Properties/Settings.Designer.cs` (+0 -26) ➖ `SharpCompress.Test/Properties/Settings.settings` (+0 -7) ➖ `SharpCompress.Test/RewindableStreamTest.cs` (+0 -84) ➖ `SharpCompress.Test/SharpCompress.Test.Portable.csproj` (+0 -113) ➖ `SharpCompress.Test/SharpCompress.Test.csproj` (+0 -113) ➖ `SharpCompress.shfbproj` (+0 -53) ➖ `SharpCompress.shfbproj_adam.hathcock` (+0 -0) 📝 `SharpCompress.sln` (+20 -47) ➖ `SharpCompress/Common/Rar/RarRijndael.cs` (+0 -111) ➖ `SharpCompress/Common/Zip/WinzipAesCryptoStream.Portable.cs` (+0 -171) ➖ `SharpCompress/Common/Zip/WinzipAesEncryptionData.Portable.cs` (+0 -69) ➖ `SharpCompress/Converter/DataConverter.Portable.cs` (+0 -237) ➖ `SharpCompress/Crypto/BigInteger.cs` (+0 -3145) ➖ `SharpCompress/Crypto/BufferedBlockCipher.cs` (+0 -376) ➖ `SharpCompress/Crypto/BufferedCipherBase.cs` (+0 -113) _...and 80 more files_ </details> ### 📄 Description Attempting to see the best way to use the new xproj scheme and be cross platform. --- <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:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#832