Skip to content

[XSG][BindingSourceGen] Add support for CommunityToolkit.Mvvm ObservablePropertyAttribute - #33028

Merged
PureWeen merged 15 commits into
inflight/currentfrom
copilot/add-observable-property-support
Jan 14, 2026
Merged

[XSG][BindingSourceGen] Add support for CommunityToolkit.Mvvm ObservablePropertyAttribute#33028
PureWeen merged 15 commits into
inflight/currentfrom
copilot/add-observable-property-support

Remove uninteresting tests

cb00d50
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 15, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Infrastructure Errors

Build Failures

maui-pr / Build .NET MAUI / Build macOS (Debug) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/xamarin.build.download/0.11.4/buildTransitive/Xamarin.Build.Download.targets(52,3): error XBD001: Download failed. Please download https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-basement/18.7.1/play-services-basement-18.7.1.aar to a file called /Users/runner/Library/Caches/XamarinBuildDownload/playservicesbasement-18.7.1.aar.
    ❌.packages/xamarin.build.download/0.11.4/buildTransitive/Xamarin.Build.Download.targets(52,3): error XBD001: Download failed. Please download https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-tasks/18.3.2/play-services-tasks-18.3.2.aar to a file called /Users/runner/Library/Caches/XamarinBuildDownload/playservicestasks-18.3.2.aar.
    ❌.packages/xamarin.build.download/0.11.4/buildTransitive/Xamarin.Build.Download.targets(52,3): error XBD001: Download failed. Please download https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-base/18.7.2/play-services-base-18.7.2.aar to a file called /Users/runner/Library/Caches/XamarinBuildDownload/playservicesbase-18.7.2.aar.

Test Failures (3 tests failed)

🔹 [All failing tests from maui-pr]

    ⚠️ 1 failing tests not displayed for this pipeline due to space limitations

    Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_MauiNativeAOT [Details] [27.41% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
      Project RunOniOSMauiNat1338754445.csproj failed to run. Check test output/attachments for errors.
      Expected: True
      But was:  False
    
    CallStack
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS(String id, String config, String framework, RuntimeVariant runtimeVariant, String trimMode) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 122
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_MauiNativeAOT() in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 73
    

    1) at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS(String id, String config, String framework, RuntimeVariant runtimeVariant, String trimMode) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 122
    at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_MauiNativeAOT() in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 73

    Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_MauiRelease [Details] [28.35% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Exception Message
      Project RunOniOSMauiRelease.csproj failed to run. Check test output/attachments for errors.
      Expected: True
      But was:  False
    
    CallStack
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS(String id, String config, String framework, RuntimeVariant runtimeVariant, String trimMode) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 122
       at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_MauiRelease() in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 45
    

    1) at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS(String id, String config, String framework, RuntimeVariant runtimeVariant, String trimMode) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 122
    at Microsoft.Maui.IntegrationTests.AppleTemplateTests.RunOniOS_MauiRelease() in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AppleTemplateTests.cs:line 45

Was this helpful? Yes No