TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

Scaffold EF Core models using Handlebars templates.
MIT License
210 stars 53 forks source link

Need strongly signed dll #9

Closed ErikEJ closed 6 years ago

ErikEJ commented 6 years ago

In order for me to provide this with EF Core Power Tools, as Visual Studio extension, I need a strongly signed assembly - both of this and HandleBars.NET. Are you able to provide that (prefer not to include the source directly)

tonysneed commented 6 years ago

I don't mind signing my assembly. I'll have to see if Handlebars.Net is game.

Out of curiosity, why are you signing your assembly? I've read it's not really done very much these days.

I've also heard of package signing and vsix signing.

ErikEJ commented 6 years ago

Visual Studio refuses to load non-signed assemblies - only other option is to include source...

tonysneed commented 6 years ago

Makes sense .. I didn't notice because Trackable Entities is strongly named, so the VSIX didn't complain.

tonysneed commented 6 years ago

@ErikEJ Here is my fork of Handlebars.Net that I signed: https://www.nuget.org/packages/Handlebars.Net.Signed

Next is signing my project ...

tonysneed commented 6 years ago

Signed my project with #18.

@ErikEJ Can you download the rc2 package from here and let me know if this works for you?

tonysneed commented 6 years ago

Resolved by #18. Published to NuGet: https://www.nuget.org/packages/EntityFrameworkCore.Scaffolding.Handlebars/1.0.0-rc2