Storing .NET assembly strong name key file (.snk) in git

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Storing .NET assembly strong name key file (.snk) in git

Pavel Tupitsyn-3
Igniters,

We are going to enable assembly signing for Ignite.NET.

(Unsigned assemblies can't be referenced from signed assemblies, so clients
will have to enable signing and build from sources otherwise).

This requires storing binary .snk file in git.
For example, Apache log4net does this, and describes the situation in
detail:
https://svn.apache.org/repos/asf/logging/log4net/trunk/log4net.snk.readme

Thoughts, objections?

--
--
Pavel Tupitsyn
GridGain Systems, Inc.
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: Storing .NET assembly strong name key file (.snk) in git

dsetrakyan
Looks like the easiest and most straight forward way. No objections from me.

On Wed, Oct 14, 2015 at 3:28 AM, Pavel Tupitsyn <[hidden email]>
wrote:

> Igniters,
>
> We are going to enable assembly signing for Ignite.NET.
>
> (Unsigned assemblies can't be referenced from signed assemblies, so clients
> will have to enable signing and build from sources otherwise).
>
> This requires storing binary .snk file in git.
> For example, Apache log4net does this, and describes the situation in
> detail:
> https://svn.apache.org/repos/asf/logging/log4net/trunk/log4net.snk.readme
>
> Thoughts, objections?
>
> --
> --
> Pavel Tupitsyn
> GridGain Systems, Inc.
> www.gridgain.com
>