Skip to content

Plain fork of Giraffe.ViewEngine that adds a strong name to the assembly

License

Notifications You must be signed in to change notification settings

kMutagene/Giraffe.ViewEngine.StrongName

 
 

Giraffe.ViewEngine.StrongName

This repo is a plain fork of Giraffe.ViewEngine that adds a strong name to the assembly. If you are on any modern .NET environment (.NET core / .NET 5+), you do not need to bother with this.

You can read more on the hassle with strong names in the respective discussion issues giraffe-fsharp#23 plotly/Plotly.NET#175. In short: if you can avoid strong naming your library, i'd recommend doing just that.

release process

  • update fork from upstream

  • mirror changes from src/Giraffe.ViewEngine/Giraffe.ViewEngine.fsproj to src/Giraffe.ViewEngine.StrongName/Giraffe.ViewEngine.StrongName.fsproj (if there are any)

  • in the project root run

     dotnet pack src/Giraffe.ViewEngine.StrongName/Giraffe.ViewEngine.StrongName.fsproj /property:<version of Giraffe.ViewEngine package> -c Release
    
  • publish package to nuget

About

Plain fork of Giraffe.ViewEngine that adds a strong name to the assembly

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 100.0%