Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in NSFileCoordinator #10260

Closed
mattleibow opened this issue Dec 10, 2020 · 0 comments · Fixed by #10263
Closed

Typo in NSFileCoordinator #10260

mattleibow opened this issue Dec 10, 2020 · 0 comments · Fixed by #10263
Labels
bug If an issue is a bug or a pull request a bug fix iOS Issues affecting Xamarin.iOS macOS Issues affecting Xamarin.Mac
Milestone

Comments

@mattleibow
Copy link
Contributor

Steps to Reproduce

  1. Use NSFileCoordinator
  2. Observe the incorrectly named CoordinateBatc method
  3. fc.CoordinateBatc (new NSUrl[] { url }, NSFileCoordinatorReadingOptions.WithoutChanges, new NSUrl[] { url }, NSFileCoordinatorWritingOptions.ForDeleting, out err, Action);

Expected Behavior

CoordinateBatch

Actual Behavior

CoordinateBatc

Environment

Build Logs

Example Project (If Possible)

rolfbjarne added a commit to rolfbjarne/xamarin-macios that referenced this issue Dec 11, 2020
rolfbjarne added a commit to rolfbjarne/xamarin-macios that referenced this issue Dec 11, 2020
@rolfbjarne rolfbjarne added this to the Future milestone Dec 11, 2020
@rolfbjarne rolfbjarne added bug If an issue is a bug or a pull request a bug fix iOS Issues affecting Xamarin.iOS macOS Issues affecting Xamarin.Mac labels Dec 11, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Apr 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug If an issue is a bug or a pull request a bug fix iOS Issues affecting Xamarin.iOS macOS Issues affecting Xamarin.Mac
Projects
None yet
2 participants