{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Greetings,\n \nI would like to request support for LZMA implemented with the same design you use for your Zip implementation from a class point of view. So that someone who uses your Zip library can easy pickup and use your LZMA one.  With the AES128 and AES256 encryption options.\n \nThere is a C# LZMA reference implementation that is Public Domain on the 7-zip.org site's SDK:\nhttp://www.7-zip.org/sdk.html\n \nAlso the SevenZipSharp project here on codeplex has a managed C# implementation based on the reference one.  It is not a compatible license but the owner is very reasonable and if you ask he will most likely give you permission to fork his LZMA managed implementation under Ms-PL, as he has given to me. \n \nI use your library to do all the Zip and GZip needs, and I use the other for my LZMA needs but the SevenZipSharp managed implementation needs some work performance wise, and it lacks encryption.  I was planning to do that if I have time, but that would still give me two libraries, so I figured I could at least ask if you could include this into your Library that would help reduce everything for me to a single library under an active and well maintained project which would be great.\n \nKind Regards...",
    "LastUpdatedDate": "2014-04-28T17:59:26.747-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-08-05T09:55:09.293-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Feature Request: LZMA (7 Zip) Support",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 16,
    "Id": 14034
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "BTW, a simple way to implement this would be to just use LZMA compression algorithm within your existing Zip container you already have.  So while you wouldn't be able to open a 7zip file you would still be providing the best compression algorithm option within your existing ZIP container. So your ZipFile would just gain another compression algorithm to use without changing it file format/header much at all.\r\n\r\nThis is something Xceed does with their library but for a commercial library however they have a lot of features missing or poorly implemented where DotNetZip does very well.",
      "PostedDate": "2012-08-10T09:16:07.783-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2012-12-28T12:32:58.133-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:06.813-08:00",
      "Id": -2147483648
    },
    {
      "Message": "bump\r\n\r\nAny possibility of this being implemented?",
      "PostedDate": "2013-03-14T11:53:37.867-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-09-26T07:55:56.627-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2014-04-28T17:59:26.747-07:00",
      "Id": -2147483648
    }
  ]
}