In this blog post, you’ll learn more about the C# Compiler Error – CS8361 and the related message description
C# Compiler Error Code
CS8361
C# Compiler Description for the Code :CS8361
A conditional expression cannot be used directly in a string interpolation because the ‘:’ ends the interpolation. Parenthesize the conditional expression.
Leave a Reply