Antaris / RazorEngine

Open source templating engine based on Microsoft's Razor parsing engine
http://antaris.github.io/RazorEngine
Other
2.13k stars 577 forks source link

Want signed assemblies for Razor Engine #547

Open onkarsinghms opened 5 years ago

onkarsinghms commented 5 years ago

Downloading RazorEngine nuget from https://www.nuget.org/packages/RazorEngine/ gives unsigned assemblies, causing trouble for my system. Where can i get signed assemblies ?

onkarsinghms commented 5 years ago

Authenticode sign assemblies and NuGet sign package

What language does this apply to? .NET

Describe the problem you are trying to solve. We want to use RazorEngine but there are company policies that require third-party assemblies be Authenticode signed and the NuGet package to be signed.

Describe the solution you'd like Authenicode sign assemblies in RazorEngine and NuGet sign the RazorEngine package.