Info
| Version: | 9.0.0 | 
| Author(s): | Brandon Minnick, John Thiriet | 
| Last Update: | Friday, November 15, 2024 | 
| .NET Fiddle: | Online Example | 
| Project Url: | https://github.com/brminnick/AsyncAwaitBestPractices | 
| NuGet Url: | https://www.nuget.org/packages/AsyncAwaitBestPractices | 
Install
Install-Package AsyncAwaitBestPractices
                        dotnet add package AsyncAwaitBestPractices
                        paket add AsyncAwaitBestPractices
                        
                                AsyncAwaitBestPractices Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 1.0 
                                        
                    - System.Reflection.Emit.Lightweight(>= 4.7.0)
 - System.Threading.Tasks.Extensions(>= 4.5.4)
 - System.ValueTuple(>= 4.5.0)
 
- System.Reflection.Emit.Lightweight(>= 4.7.0)
 - System.Threading.Tasks.Extensions(>= 4.5.4)
 
No dependencies. 
Tags
                
Includes extension methods to safely fire-and-forget a Task and/or a ValueTask
Includes WeakEventManger which avoids memory leaks when events are not unsubscribed.