We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g., FL0014 fires for this code if it is targeting C# 10 and .NET 6:
var result = false; Debug.Assert(result, $"Assertion was {result}");
This is likely due to the Debug.AssertInterpolatedStringHandler added in .NET 6.0 along with the interpolated string handler support added in C# 10.
Debug.AssertInterpolatedStringHandler
The text was updated successfully, but these errors were encountered:
No branches or pull requests
E.g., FL0014 fires for this code if it is targeting C# 10 and .NET 6:
This is likely due to the
Debug.AssertInterpolatedStringHandler
added in .NET 6.0 along with the interpolated string handler support added in C# 10.The text was updated successfully, but these errors were encountered: