Skip to content

FunkyLambda/AppNapRepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AppNapRepro

Repro of a vanilla Xamarin.Mac app napping despite being instructed not to.

Steps to reproduce

  1. On a Mac, open the .sln file using Visual Studio for Mac 2019.
  2. Hit Play, i.e., run the app in Debug mode.
  3. Minimise the app and cover Visual Studio (VS) with another application (not sure if it's significant but that's what I did).
  4. Lock the Mac, go away, do stuff for about half an hour.
  5. Return to your Mac, unlock, and check the Application Output panel in VS.

Expected result

  1. There should not be a debug line reading: FFSakes Apple!

Actual result

  1. There is.

Notes

AppDelegate.cs is the only place in the vannila solution where I've made the relevant code edits.

Environment

OS: macOS Catalina, 10.15.4
Processor: 2.4 GHz Quad-Core Intel Core i5

About

Repro of a vanilla Xamarin.Mac app napping despite instructing it not to

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages