Alan Draper
Alan Draper
Yeah. The github has been updated last month, but the npm module is 5 months old.
Has there been any progress on this? I just watched my client struggle to get the toolbar to appear at all, making her job impossibly difficult. There's an empty space...
I have a hack to get the toolbar to appear, at least in Chrome. 1. Add a bookmark to your Bookmarks Bar. It doesn't matter to what page because we'll...
Yes, it so sounds the same as 15515. I can try the config change on their site. I can't upgrade their site to 13 though. They are my one client...
It would, but then I have to look through all registrations every time, or build up a dictionary for lookups, which would duplicate the dictionary you already have.
Sure. I'm trying to create a Newtonsoft.Json.Serialization.IContractResolver which uses LightInject to create objects. This way, when I call JsonConvert.DeserializeObject(json), it will use the LightInject container for object resolution. Here's the...
This is also useful for implementing an easy IsRegistered(Type) method for a given service type. Any chance of this being accepted? Or anything I can do to make it more...
In Visual Studio 2019. 1. File...New...Project 2. Console App (.Net Framework) 3. Click Next 4. Framework is set to .NET Framework 4.7.2 5. Click Create 6. Install-Package LightInject.Source > Install-Package...
I was able to just clone the source from git and reference that in my project. But something's definitely incompatible with the nuget package.
is there any reason not to use this?