NullReferenceException
in CI/CD since .NET Core Runtime version 3.1.28
#1877
Labels
NullReferenceException
in CI/CD since .NET Core Runtime version 3.1.28
#1877
Prerequisites
Steps to reproduce
Our last successful CI/CD pipeline used .NET Core Runtime version 3.1.27, and since the update to 3.1.28 it has consistently failed in the completion tests. The delegate which calls
TabExpansion2
is now failing, resulting in a null reference exception (as it's not expected to throw). The inner exception is a file not found exception, where Microsoft.Bcl.AsyncInterfaces v1.0.0.0 and System.Threading.Tasks.Extensions v4.2.0.0 aren't being found.Specifically this happens with PowerShell 5.1, which means when we're targeting .NET Desktop Framework 4.6.2.
I am hesitant to blame the .NET update...and yet I was able to immediately repro this locally as soon as I installed the same update.
This is currently blocking new releases.
Expected behavior
N/A
Actual behavior
N/A
Error details
Environment data
N/A
Version
N/A
Visuals
The text was updated successfully, but these errors were encountered: