dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

AccurracyBestForNavigation is misspelled #25844

Closed breyed closed 3 days ago

breyed commented 1 week ago

Description

CLLocation.AccurracyBestForNavigation should be AccuracyBestForNavigation. This misspelling causes false spelling reports when using Code Spell Checker or similar IDE extensions.

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.93 SR9.3

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

ninachen03 commented 1 week ago

I can repro this issue on Visual Studio 17.13.0 Preview 1.0 (9.0.10& 8.0.93) Image Repro step:

  1. Create maui app
  2. Add using Microsoft.Maui.Devices.Sensors; in Platforms/iOS/AppDelegate.cs
  3. Added code to AppDelegate.cs as above picture.
mattleibow commented 3 days ago

This issue was moved to xamarin/xamarin-macios#21641