ThreeMammals/Ocelot

Strong-named binaries

Open

#399 opened on Jun 12, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C# (1,617 forks)batch import
featuregood first issuehelp wantedmedium effort

Repository metrics

Stars
 (8,137 stars)
PR merge metrics
 (Avg merge 44d 17h) (6 merged PRs in 30d)

Description

Expected Behavior / New Feature

Ocelot binary (ocelot.dll) is not strong-named

Actual Behavior / Motivation for New Feautre

Ocelot cannot currently be consumed from strong-named projects. Projects that are strong-named must reference only strong-named dependencies, so Ocelot would have to be strong-named too,

Specifications

  • Version: 7.0.5

Contributor guide