Giter Club home page Giter Club logo

Comments (4)

Bobrovsky avatar Bobrovsky commented on June 11, 2024

Unfortunately, signed assembly will not work for those who do not sign their code. Maintaining two versions of NuGet package is not very convenient too.

At the same time there are at least three options for those who need signed assemblies:

  1. Sign assemblies using some pre-processing tools.
    https://www.nuget.org/packages/Nivot.StrongNaming/
    http://blog.maartenballiauw.be/post/2014/09/10/Automatically-strong-name-signing-NuGet-packages.aspx
  2. Use source code to produce your own signed assembly.
  3. Include source code of LibTiff.Net in your source code.

from libtiff.net.

patrickmaurer avatar patrickmaurer commented on June 11, 2024

Thank you for your reply.

I don't know where you have the information from, that an unsigned assembly cannot use/reference a strong-named assembly. This is wrong, it't no problem at all to do this.
For example, you can start a new C# project in Visual Studio and add a reference to log4net using nuget. You'll end up having a unsigned project using a strong-named log4net assembly.

Could you reconsider your opinion?

from libtiff.net.

Bobrovsky avatar Bobrovsky commented on June 11, 2024

Thank you for the information. I was wrong. Signed assemblies can be used in unsigned applications.

Starting from 2.4.509 we sign assemblies we push on NuGet.

The new (signed) version is available there
https://www.nuget.org/packages/BitMiracle.LibTiff.NET/

from libtiff.net.

patrickmaurer avatar patrickmaurer commented on June 11, 2024

Thank you, this is awesome! Verified, it works as expected.

from libtiff.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.