Timo Partl
Timo Partl
I am seeing a crash in one of my app when doing web requests and using an `NSUrlSessionHandler`. `var httpClient = new HttpClient(new NSUrlSessionHandler())` I have noticed this crash being...
### Steps to Reproduce `dotnet publish` app using `AdditionalAppExtensions` & custom Entitlements (e.g. App Groups) & upload it to App Store Connect (using the Transporter app) ### Expected Behavior Build...
### Is your feature request related to a problem? I am using UWP and migrating to WinUI3 is not an option (yet) ### Describe the solution you would like I...
## Feature Request In my forum, I only want to allow image uploads (which are uploaded using the imgur adapter), so that no uploads are stored on my servers ...
## Bug Report The `--map --cleanup` command doesn't work for imgur uploads. It is documented that unused files are detected and can be removed: https://github.com/FriendsOfFlarum/upload#mapfilescommand **Current Behavior** I am prompted...
I am making a Propfind request like this: `var response = await client.Propfind("/some/file.name", new PropfindParameters()); ` This XML request is sent over the wire: ``` ``` The server responds with...
In my app the user can set a timespan in the app settings, which requires two time picker, one for the start and one for the end of the time...
Microsoft & many developers have been moving their apps & libraries from `Newtsoft.Json` to `System.Text.Json` recently (e.g. the Microsoft Graph SDK for .NET). It would be very appreciated if this...
### Xamarin.Android Version (eg: 6.0): .NET8 ### Describe your Issue After the latest round of updates, there is a package incompatibility between `Xamarin.GooglePlayServices.Ads.Lite` & `Xamarin.AndroidX.Preference` Packages used: ``` ``` ###...
Due to the use of `System.Xml.Serialization`, this library isn't NativeAot-compatible. ``` using Geo.Gps.Serialization; try { var data = File.ReadAllBytes("path_to_gpx"); using var stream = new MemoryStream(data); var streamWrapper = new StreamWrapper(stream);...