Does Autofac last version supported in maui 9 on mac

Dani_S 4,051 Reputation points
2025-02-03T21:55:28.9666667+00:00

Hi, Does Autofac last version supported in maui net 9? ,thanks

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,887 questions
0 comments No comments
{count} votes

Accepted answer
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 35,031 Reputation points Microsoft Vendor
    2025-02-04T05:38:18.8966667+00:00

    Hello,

    Autofac is a third-party tool, it is not supported on Q&A.

    From the NuGet Package page, we can see it doesn't support .net9.

    I tried to add the latest version of this page in a .NET9 MAUI project, it can be referenced. Since it's a third-party tool and it's not clear if all of the features can be used with .NET9, it's suggested that you create new issue at their GitHub Repo for further help - https://github.com/autofac/Autofac/issues

    <ItemGroup>
            <PackageReference Include="Autofac" Version="8.2.0" />
        </ItemGroup>
    
    

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    You found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.