JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
563 stars 118 forks source link

.Net 6 Support #298

Closed wendellestradairely closed 2 years ago

wendellestradairely commented 2 years ago

Got this warning on .NET 6:

warning NU1608: Detected package version outside of dependency constraint: Lamar 6.0.0 requires Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0 && < 5.9.0) but version Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0-rc.2.21480.5 was resolved.

Zwergenpunk commented 2 years ago

Now that .net 6 is released, it would help alot while upgrading projects to have this fixed.

christianfredh commented 2 years ago

Having some dependency issues in out project. One other 3rd party library are requiring Microsoft.Extensions.Hosting.Abstractions 6.0.0 but Lamar.Microsoft.DependencyInjection 6.0.0 (which is the latest currently) does only support Microsoft.Extensions.Hosting.Abstractions (>= 3.0.0 && < 5.9.0).

It would be great to have this fixed!

christianfredh commented 2 years ago

PR: https://github.com/JasperFx/lamar/pull/300

gamoreli commented 2 years ago

PR: #300

any updates about this guys?

robi26 commented 2 years ago

Yeah, would be really nice to have an update soon, as we use Lamar as a core package in our libraries.

marcos-prins commented 2 years ago

hello, any updates about this guys?

Zwergenpunk commented 2 years ago

Jeremy said on gitter that he is planning on releasing a new version early in the current week. I guess it will be released soon.

marcos-prins commented 2 years ago

Jasper said on gitter that he is planning on releasing a new version early in the current week. I guess it will be released soon.

great! thanks for the info

thisispaulsmith commented 2 years ago

Any ETA on this? Thanks

jeremydmiller commented 2 years ago

https://jeremydmiller.com/2021/11/29/jasperfx-oss-plans-for-v6-marten-et-al/

TL:DR This week.