In this blog post, you’ll learn more about the C# Compiler Warning – CS8622 and the related message description
C# Compiler Warning Code
CS8622
C# Compiler Description for the Code :CS8622
Nullability of reference types in type of parameter ‘{0}’ of ‘{1}’ doesn’t match the target delegate ‘{2}’ (possibly because of nullability attributes).
Leave a Reply