Bill

Results 4 issues of Bill

Would really appreciate a small code example including animation, without using XAML. Am struggling to convert my working XAML page to code-only. I am guessing animation code would be like...

MAUI

### Type of issue Code doesn't work ### Description [Enter feedback here] Hi msiexec flags the given example msiexec /x {EEC1BB5F-3391-43C2-810E-42D78ADF3140} /q IGNOREDEPENDENCIES=ALL as a syntax error. It accepts msiexec...

doc-bug
Pri1
dotnet-mobile/svc
dotnet-maui/subsvc

Terrific package but unfortunately it appears there is no way to store files in the iOS Documents folder. This is critical because if your app needs to allow users to...

The following statement: ``` await file.WriteAllTextAsync ( "19°C" ); ``` writes a file whose contents are "19°C". The spurious introduced character, Â, is hex C2. Xamarin Forms iOS.