morning4coffe-dev / recurrents

Tired of losing track of your spending on many different services? With Recurrents, just input your subscriptions for an easy overview and stay in control with reminders, save money, and enjoy a stress-free experience. Take control of your expenses effortlessly!
https://www.microsoft.com/store/apps/9N5MJT8G06KC
MIT License
10 stars 1 forks source link

Issue with AOT on .NET 7 with Graph and Toolkit #17

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 1 year ago

https://api.github.com/morning4coffe-dev/project-sbs/blob/d32f2b662ab08ba9b8fb26db0b9da6325ac926a5/ProjectSBS/ProjectSBS.Mobile/ProjectSBS.Mobile.csproj#L24


        <UseInterpreter Condition="'$(Configuration)' == 'Debug' and $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'maccatalyst'">True</UseInterpreter>
        <IsUnoHead>true</IsUnoHead>
    </PropertyGroup>

    <!--TODO Issue with AOT on .NET 7 with Graph and Toolkit-->
    <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-android|AnyCPU'">
        <RunAOTCompilation>False</RunAOTCompilation>
        <AndroidEnableProfiledAot>False</AndroidEnableProfiledAot>
    </PropertyGroup>

    <!--<ItemGroup>
        <TrimmableAssembly Include="Microsoft.Graph" />
        <TrimmableAssembly Include="CommunityToolkit.WinUI" />
    </ItemGroup>-->

    <ItemGroup>
        <PackageReference Include="CommunityToolkit.Labs.WinUI.SettingsControls" />
        <PackageReference Include="CommunityToolkit.WinUI.Converters" />
        <PackageReference Include="CommunityToolkit.WinUI.Triggers" />
        <PackageReference Include="LiveChartsCore.SkiaSharpView.Uno.WinUI" />
        <PackageReference Include="Microsoft.AppCenter" />
        <PackageReference Include="Microsoft.AppCenter.Analytics" />
        <PackageReference Include="Microsoft.AppCenter.Crashes" />
        <PackageReference Include="Uno.WinUI" />
        <PackageReference Include="CommunityToolkit.Mvvm" />
        <PackageReference Include="Uno.Extensions.Configuration" />
github-actions[bot] commented 11 months ago

Closed in f399b713c51afdce653e9e6e21e64115cff38e22