Sign inSign up

joeelliott/sample-netcore-app

By joeelliott

Updated over 7 years ago

A sample .NET Core app for profiling.

Image
0

2.9K

joeelliott/sample-netcore-app repository overview

sample-netcore-app

This is a simple netcore web api project. It only exists to be used as a sample project for profiling.

Check netcore-kubernetes-profiling to see it in use.

endpoints

This simple project only supports a few endpoints:

/api/fibonacci?pos=<value>

Requires an integer value. Returns the fibonacci sequence calculated to the requested position. 0 based.

/api/echo?echo=<value>

Echoes the passed in query parameter.

/api/fail

Terminates the application using Environment.FailFast().

Tag summary

Content type

Image

Digest

Size

100.5 MB

Last updated

over 7 years ago

docker pull joeelliott/sample-netcore-app