Git Product home page Git Product logo

Comments (4)

RoryDungan avatar RoryDungan commented on May 27, 2024

I can sign it with a strong name, but do you know the best practice for commiting the PFX file to GitHub? If it's used to identify the package author I figure I probably shouldn't commit it, but if it doesn't exist the project fails to build.

from fluent-state-machine.

Nazario-DApote avatar Nazario-DApote commented on May 27, 2024

Where is the problem?

in Windows
sn -k Fluent-State-Machine.snk

add your key to the project file .csproj

<PropertyGroup> <AssemblyOriginatorKeyFile>Fluent-State-Machine.snk</AssemblyOriginatorKeyFile> </PropertyGroup>

Without a strong name every assemblies referring your Fuent-State-Machine from NuGet cannot be strong signed.

from fluent-state-machine.

RoryDungan avatar RoryDungan commented on May 27, 2024

Okay I've created a SNK file, signed the assembly and pushed a new version to Nuget. Ran sn -v Fluent-State-Machine.dll and it said the assembly was valid but let me know if you have any issues. It may take a few mins for the package to get indexed by Nuget.

from fluent-state-machine.

Nazario-DApote avatar Nazario-DApote commented on May 27, 2024

Thanks very much!

from fluent-state-machine.

Related Issues (1)

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.