Info
| Version: | 5.4.0 |
| Author(s): | ServiceStack |
| Last Update: | Tuesday, September 18, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ServiceStack/ServiceStack.Gap |
| NuGet Url: | https://www.nuget.org/packages/ServiceStack.Gap |
Install
Install-Package ServiceStack.Gap
dotnet add package ServiceStack.Gap
paket add ServiceStack.Gap
ServiceStack.Gap Download (Unzip the "nupkg" after downloading)
Dependencies
- ServiceStack.Razor(>= 5.4.0)
Tags
Once added to a project the install.ps1 script will set the BuildAction to all Razor *.cshtml pages to 'Content' so they get pre-compiled and change all html/img/css assets to Embedded Resources so they get bundled inside the dll.
This package also includes a copy of ILMerge.exe under \tools that can be used to merge all ServiceStack .dlls into a single exe. See the https://github.com/ServiceStack/ServiceStack.Gap project for more info.