Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support loading compressed Xamarin assemblies, see #2137 #2471

Commits on Aug 1, 2021

  1. Support loading compressed Xamarin assemblies, see icsharpcode#2137

    Extend class LoadedAssembly to detect and load compressed Xamarin assemblies if direct loading of assembly fails.
    
    Requires Nuget pkg K4os.Compression.LZ4 for LZ4 decompression.
    cpraehaus committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    39d230f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    d04c7fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f9908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cda7cc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Configuration menu
    Copy the full SHA
    27f56a9 View commit details
    Browse the repository at this point in the history