janseris
janseris
**Is your feature request related to a problem? Please describe.** I am trying to hide `ValidationSuccess` on a form field (**locally for only some fields!**) in a clean way. Currently,...
Processing images using IImage drops EXIF info from JPG files. The attributes are dropped just when converter to `Bitmap` (any implementation of IImage) because `Bitmap` doesn't store these properties. The...
### Description What I was trying to achieve: - resize an image selected from PC using MAUI on Windows Result: - I didn't get past loading the file as `IImage`...
https://github.com/dotnet/maui/issues/6909
### Description _Probably just the exception message is wrong._ When calling image.AsBytes for a jpg image with quality `50`, the following code is executed:  but it outputs: `**Java.Lang.IllegalArgumentException:** 'quality...
,NET 5.0 Source: ``` namespace NTFSTransactions { class Program { static void Main(string[] args) { DirectoryInfo folder = new DirectoryInfo("testFiles"); FileInfo[] files = folder.GetFiles(); AtomicRename(files.ToList()); } static void AtomicRename(List files)...
Hello, I have a project where I have Records and Photos. Record can own a photo, if yes, the Photo gets RecordID. Then there can be Records derived from a...
### Description `` - bottom part is not displayed `...` - font size is like 300% instead of `Small` Windows:  Android (any version):  ### Steps to Reproduce https://github.com/janseris/MAUI_SQLServer_Test/commit/52b2a18adfec97d28b0f4dbaca83b3b1938d37aa...
### Description When I switch between airplane mode and non-airplane mode in the train (train wifi is available) first ConnectivityChanged works well. Every subsequent change of the connectivity throws this...
### Description https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/device/geolocation?tabs=android `Geolocation.Default.GetLocationAsync()` sometimes returns `null`. There is no comment on why and how to handle this. It sometimes returns null when device is locked (Activity is Stopped). It...