mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 21:22:10 +00:00
[PR #84] [MERGED] Using DNX and project.json #832
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/84
Author: @adamhathcock
Created: 8/23/2015
Status: ✅ Merged
Merged: 6/6/2016
Merged by: @adamhathcock
Base:
master← Head:dnx📝 Commits (10+)
68c09d7Making a pass at DNXab9e806remove lock file979703dignore lock filebaf9f39Setup bouncy castle crypto for dnx core1930126Add Sha256Digest and Update other classesda47306Use bouncy Sha256Digest0ba87b6Trying to get netcore45 ine5d10e3Use only dotnet6fee1f6Merge branch 'master' into dnx69abb84Merge branch 'master' into dnx📊 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.