Skip to content

Instantly share code, notes, and snippets.

View recipher's full-sized avatar

Johnny Hall recipher

  • Peebles
View GitHub Profile
@recipher
recipher / gist:4741492
Created February 8, 2013 19:52
package.json
{
"name": "gamed",
"description": "Game",
"version": "0.1.0-6",
"homepage": "http://www.perceptal.co.uk/",
"author": {
"name": "Johnny Hall",
"email": "engineer@perceptal.co.uk"
},
"repository": {
@recipher
recipher / gist:a7f7fa73feaa26740ba0
Created December 8, 2015 21:18
Nancy + DNX + Mono Error
System.InvalidOperationException: No service for type 'Microsoft.Dnx.Runtime.IApplicationEnvironment' has been registered.
at Microsoft.Framework.DependencyInjection.ServiceProviderExtensions.GetRequiredService (IServiceProvider provider, System.Type serviceType) <0x10bbeb490 + 0x00073> in <filename unknown>:0
at Microsoft.Framework.DependencyInjection.ServiceProviderExtensions.GetRequiredService[T] (IServiceProvider provider) <0x10bbeb410 + 0x00032> in <filename unknown>:0
at Microsoft.AspNet.Hosting.Program.Main (System.String[] args) <0x10bbe9a20 + 0x00125> in <filename unknown>:0
at Microsoft.AspNet.Server.Kestrel.Program.Main (System.String[] args) <0x10bbe9880 + 0x00132> in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalizat