Owen Ashurst
Owen Ashurst
> @owenashurst new releases are planned only to be release using .Net 8 Maui > > also does not require > > ``` > > > ``` Thanks for the...
> @owenashurst can release new version, if you do not any issues with latest pre release version @thudugala Just installed the pre-release, and it seems to still work fine (for...
> @owenashurst yes. > > But please remember notification will not pop up at the exact time. > > Try with the pre release @thudugala My app doesn't need to...
@thudugala Brilliant. Looking forward to the release. Thank you.
Having the same issue here #465. The last release is quite old now, if master contains a fix for this, it'd be nice to have a new release soon. Google...
@LeoJHarris Interestingly on my shipped version of my app, I do get notifications scheduled for an exact datetime. I guess this is the `USE_EXACT_ALARM` permission you mentioned. This is for...
I got this error when it wasn't creating the session.
Ah, I've been staring at this all day, glad I'm on the right track! I've come across a thread on the MSDN forums which might give us a clue on...
It seems like every time I try and call CaptureSample I get AccessDenied - ` WinBioCaptureSample failed: AccessDenied ` ``` WinBioRejectDetail rejectDetail; WinBio.CaptureSample(_session, WinBioBirPurpose.NoPurposeAvailable, WinBioBirDataFlags.Raw, out int sampleSize, out rejectDetail);...
Thanks for you reply. Thanks for the explanation. I've also tried running the program as an administrator however I'm still getting the same issue. Judging by what you quoted from...