CastleWindsor dependency injection in .NET 6

1.3k views Asked by At

we try at the moment to migrate an application from a very old .NET Core 1.1 to .NET 6. In this application we are using CastleWindsor 4.1.1 as dependency injection framework. Now we are at the point where we have to write the initialization to the new .NET Web API handling in the Program.cs but all we found ends with .NET Framework. Is CastleWindsor still supported in .NET and when yes, is there somewhere a migration guide?

0

There are 0 answers