AspNetDependencyInjection icon indicating copy to clipboard operation
AspNetDependencyInjection copied to clipboard

`AspNetDependencyInjection` allows "Classic" ASP.NET Web Forms applications to use `Microsoft.Extensions.DependencyInjection` to compose application services using dependency injection.

Results 20 AspNetDependencyInjection issues
Sort by recently updated
recently updated
newest added

I am getting an exception after calling the AppplicationDependencyInjectionBuilder.Build, and I can't figure out what I have setup wrong. I trimmed the ConfigurationServices method down to nothing (just a return),...

debugging-details-needed

Bumps jQuery from 1.6.4 to 3.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery&package-manager=nuget&previous-version=1.6.4&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I tried the `AddMvcDependencyResolver` as demonstrated in the `GETTING_STARTED.md` but it does not appear to work as expected. I added the Mvc Package (have been using the base fine in...

bug
fix-verification-needed

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.2.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.2.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

In my current project, when I press the Start Debugging button in VS2017 I sometimes get this exception. Reloading the page while the application is running or simply loading another...

bug
debugging-details-needed

Hi Team, We've been using this library for a while in ASP.NET Web Forms, and it's been working great! Recently we added WebApi endpoints into our Web Forms site as...