WinRT: Windows 8.1 SafeFireAndForget issue "No overload for method"
See original GitHub issueHello,
I noticed an error on my WinRT project (Windows 8.1) using your package.
I can’t use the SafeFireAndForget extension method because I have this message :
No overload for method 'SafeFireAndForget' takes 1 arguments
Do you have more information about this problem?
Thanks
Nuget package version : 4.1.0
Microsoft Visual Studio Enterprise 2015 Version 14.0.25431.01 Update 3 Microsoft .NET Framework Version 4.8.03752
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
C# Sockets ReceiveAsync No overload for method error
The error is: "No overload for method 'ReceiveAsync' takes '2' arguments." This confuses me because, on Microsoft's official documentation, they ...
Read more >Error handling with C++/WinRT - UWP applications
This topic discusses strategies for handling errors when programming with C++/WinRT.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The fix is now available in v4.1.1-pre1 🎉
@JeromeGsq When you get a chance, can you try out v4.1.1-pre1 and confirm it works for you?
NuGet: https://www.nuget.org/packages/AsyncAwaitBestPractices/4.1.1-pre1 GitHub Release: https://github.com/brminnick/AsyncAwaitBestPractices/releases/tag/v4.1.1-pre1
Looks like Visual Studio 2015 requires you to create a variable for
ref
arguments.Here’s a workaround: