You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I saw there is an implementation for asp.net, but was wondering if it could be implemented with just microsoft.extensions.dependencyinjection/Hosting? Aka for non web based .net core applications.
The text was updated successfully, but these errors were encountered:
That looks like it, but seems to have dependancies tied around asp.net. I add that script which uses GraceServiceProviderFactory, then that needs GraceRegistration.Populate which is as far as I can get as that has a lot of dependancies that seem to be asp.net related.
Currently trying to figure out how Populate works, but seems a bit out of my knowledge range as of yet.
I'm interested in what dependencies you're seeing from asp.net when you use Grace.Extensions.Hosting as that's supposed to be the non asp.net version of the extension.
Hi I saw there is an implementation for asp.net, but was wondering if it could be implemented with just microsoft.extensions.dependencyinjection/Hosting? Aka for non web based .net core applications.
The text was updated successfully, but these errors were encountered: