Jonathan Goldberger

Results 8 issues of Jonathan Goldberger

Linking adds a fair amount of time to Android builds. IN one recent support case I handled, disabling the linker was they key to improving the incremental build time after...

### Description With a MediaElement and a CameraView on the same page, if you call CameraView.Shutter() to start the video recording, and then call MediaElement.Play(), the video will get recorded...

bug

### Type of issue Other (describe below) ### Description The code example on step 9 of the **To host the ActiveX control** section has an error. The line: `WmpAxLib.AxWindowsMediaPlayer axWmp...

Pri2
doc-bug
dotnet-framework/svc
wpf/subsvc
okr-health
okr-quality

If you edit the TextResources.resx files, than any code that refers to TextResources fails to compile with: Error CS0103: The name 'TextResources' does not exist in the current context (CS0103)...

A customer reported that after updating the nuget packages, the build was failing. I traced the errors down to three changes in Xamarin.Essentials: 1. **DataTransfer** type was renamed to **Share**...

## Summary In iOS and Android head projects, there is a project property setting to switch between using the managed HttpClient handlers and the native http client handlers for the...

t/enhancement ☀️
area/hosting 🧩

#### Sample link https://developer.xamarin.com/samples/monodroid/google-services/SigninQuickstart/ https://github.com/xamarin/monodroid-samples/tree/master/google-services/SigninQuickstart #### Issue description Readme is unclear about how to add the Client ID. It talks about replacing the google-services.json file with one downloaded from the...

## Steps to Reproduce 1. Get the LocalNotifications sample: https://docs.microsoft.com/en-us/samples/xamarin/ios-samples/localnotifications/ 2. Launch the app to an iOS 13 simulator. Note that the initial screen is shown 3. Stop the app....

bug