Jonathan Dick
Jonathan Dick
**Affected Build:**17.5.0 Preview 4.0 [33319.269.d17.5] **Affect Target framework:** net7.0-android/iOS/windows/maccatalyst ; net6.0-android/iOS/windows/maccatalyst **Version info:** - Microsoft.net.sdk.android : "33.0.26" - Microsoft.net.sdk.iOS : "16.2.1007" - Microsoft.net.sdk.Maui: "7.0.59" **Steps to reproduce:** 1. Create Maui...
### Description of Change In https://github.com/dotnet/maui/pull/18620 we changed the photo capture logic along with the video. The photo logic should have stayed how it was, this splits things out a...
In .NET 8 you can now acquire updated releases of the MAUI Controls library independently of the .NET MAUI workload. This enables all developers to quickly validate nightly builds, pull...
1. What's the feature? Some routers, such as Unifi, have the option to specify a custom URL to be invoked when the gateway itself realizes the IP change has happened....
# Originally posted in https://github.com/dotnet/net6-mobile-samples/issues/126 ------------- I have multiple Xcode versions installed: ``` -rw-r--r--@ 1 alklig admin 836 Feb 8 15:06 Xcode lrwxr-xr-x 1 root admin 28 Feb 8 15:08...
### Description There can be differences in behaviour at runtime in Debug vs Release builds and using `x:DataType`. For example, take the following view models (Note that they both have...
Will this work with multiple SmartThings hubs? It's any special configuration needed?
I added a darkblue theme to use for the JabbR app.
The .NET MAUI templates currently specify macOS 13.1 as the minimum supported version, not 10.15. It's very difficult to test older OS versions such as 10.15 which are no longer...
On mono 6.x using `FunctionBreakpoint` for a method with no parameters if you don't set `fnBp.ParamTypes=Array.Empty ();` the breakevent is not fired correctly. If you explicitly set `null` the same...