.NET 8 upgrade NLOG throwing File not found error
I recently upgraded my C# application to .NET 8.0 from .NET 6. I am seeing the following error:
Throw an exception from a delayed task to the main thread
Is it possible to throw an exception from a delayed task to the calling (synchronous) thread?
Issue using System.Configuration.Install when Upgraded from .NET 4.5.2 to .NET 8
Recently my workplace have upgraded .NET framework from .NET Framework 4.5.2 to .NET 8 and now the old code using System.Configuration.Install.Installer can no longer be used in .NET 8.
Get the parameters of a the selected task from task list
I have a list of tasks, I use WhenAll method to execute them. After execution I need the parameters I used to execute the method so I can categorize the outcome as outcome does not include those. While using foreach with list of tasks how can I access the parameters used in that task?