Skip to content

[iOS] Fixed the ConnectivityChanged event is not triggered when toggling Wifi (turning it on or off)#29606

Merged
kubaflo merged 4 commits into
dotnet:inflight/currentfrom
KarthikRajaKalaimani:fix-28961
Mar 24, 2026
Merged

[iOS] Fixed the ConnectivityChanged event is not triggered when toggling Wifi (turning it on or off)#29606
kubaflo merged 4 commits into
dotnet:inflight/currentfrom
KarthikRajaKalaimani:fix-28961

fix improved based on the suggestion

0360028
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 24, 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 / Run Integration Tests / Build windows

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 168 ran longer than the maximum time of 120 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\tests\TestCases.Shared.Tests\Tests\FeatureMatrix\CollectionView_ScrollingFeatureTests.cs(1311,14): error CS0111: Type 'CollectionView_ScrollingFeatureTests' already defines a member called 'VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList' with the same parameter types
    ❌src\Controls\tests\TestCases.Shared.Tests\Tests\Issues\Issue28986_SafeAreaBorderOrientation.cs(21,34): error CS1061: 'IApp' does not contain a definition for 'GetDisplayDensity' and no accessible extension method 'GetDisplayDensity' accepting a first argument of type 'IApp' could be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\tests\TestCases.Shared.Tests\Tests\Issues\Issue22060.cs(18,14): error MAUI0002: Test method 'ShouldAppearFlyoutIconAndContentPageTitle' has 2 `[Category]` attributes but should have exactly one

maui-pr / Build .NET MAUI / Build Windows (Release) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\tests\TestCases.Shared.Tests\Tests\FeatureMatrix\CollectionView_ScrollingFeatureTests.cs(1311,14): error CS0111: Type 'CollectionView_ScrollingFeatureTests' already defines a member called 'VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList' with the same parameter types
    ❌src\Controls\tests\TestCases.Shared.Tests\Tests\Issues\Issue28986_SafeAreaBorderOrientation.cs(21,34): error CS1061: 'IApp' does not contain a definition for 'GetDisplayDensity' and no accessible extension method 'GetDisplayDensity' accepting a first argument of type 'IApp' could be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\tests\TestCases.Shared.Tests\Tests\Issues\Issue22060.cs(18,14): error MAUI0002: Test method 'ShouldAppearFlyoutIconAndContentPageTitle' has 2 `[Category]` attributes but should have exactly one

2 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr]

Test Failures (46 tests failed)

🔹 [All failing tests from maui-pr]

Was this helpful? Yes No