riskfirst / riskfirst.hateoas

Powerful HATEOAS functionality for .NET web api
MIT License
78 stars 25 forks source link

iss 10 fix - NRE when using pre .netcore proj #11

Closed nicky-iliev closed 6 years ago

nicky-iliev commented 6 years ago

added IAssemblyLoader and moved the existing impl as default

In case you need to override it, create your own impl and register it before initializing the hateoas lib code like this - services.AddSingleton<IAssemblyLoader, MyAssemblyLoader>()