ServiceStack.Gap
4.0.40
dotnet add package ServiceStack.Gap --version 4.0.40
NuGet\Install-Package ServiceStack.Gap -Version 4.0.40
<PackageReference Include="ServiceStack.Gap" Version="4.0.40" />
paket add ServiceStack.Gap --version 4.0.40
#r "nuget: ServiceStack.Gap, 4.0.40"
// Install ServiceStack.Gap as a Cake Addin #addin nuget:?package=ServiceStack.Gap&version=4.0.40 // Install ServiceStack.Gap as a Cake Tool #tool nuget:?package=ServiceStack.Gap&version=4.0.40
MSBuild Tasks to help creating self-contained embedded versions of ServiceStack that can be ILMerged into a single cross-platform .exe accessed by the users perferred browser or hosted inside a Native Desktop App shell containing a Web Browser widget.
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.
Learn more about Target Frameworks and .NET Standard.
-
- ServiceStack.Razor (>= 4.0.40)
GitHub repositories
This package is not used by any popular GitHub repositories.