C#C
C#3y ago
r2d25551

❔ await nullable return values

I have a function returning a nullable class. The compiler complains at the await line it cannot implicity perform the conversion even though they are both the same type.
Was this page helpful?