File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3636 <!-- <WindowsPackageType>None</WindowsPackageType> -->
3737 </PropertyGroup >
3838
39+ <PropertyGroup Condition =" $(TargetFramework.Contains('-ios')) or $(TargetFramework.Contains('-maccatalyst'))" >
40+ <NoWarn >$(NoWarn);IL2067;IL2026</NoWarn >
41+ </PropertyGroup >
42+
3943 <PropertyGroup Condition =" $(TargetFramework.Contains('-windows'))" >
4044 <NoWarn >$(NoWarn);CS8305</NoWarn >
4145 <DefineConstants >$(DefineConstants);WINDOWS</DefineConstants >
Original file line number Diff line number Diff line change 1515 <MauiEnableXamlCBindingWithSourceCompilation >true</MauiEnableXamlCBindingWithSourceCompilation >
1616 </PropertyGroup >
1717
18+ <PropertyGroup Condition =" $(TargetFramework.Contains('-ios')) or $(TargetFramework.Contains('-maccatalyst'))" >
19+ <NoWarn >$(NoWarn);IL2067;IL2026</NoWarn >
20+ </PropertyGroup >
21+
1822 <PropertyGroup >
1923 <ApplicationTitle >Controls.TestCases.HostApp</ApplicationTitle >
2024 <ApplicationId >com.microsoft.maui.uitests</ApplicationId >
You can’t perform that action at this time.
0 commit comments