Skip to content

NetCoreWebApps/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has moved to


plugins

Plugins shows an example of extending WebApps with Plugins, Filters, ServiceStack Services and other C# extensions

Install

Run as a Desktop App (Windows only):

$ dotnet tool install -g app

$ app install plugins
$ cd plugins && app

Run as a .NET Core Web App (Windows, macOS, Linux):

$ dotnet tool install -g web

$ web install plugins
$ cd plugins && web

Requires .NET Core 2.1.

Learn

See templates.servicestack.net/docs/web-apps to learn about ServiceStack .NET Core 2.1 Web Apps.

About

Extend WebApps with Plugins, Filters, ServiceStack Services and other C# extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published