-
I tried out my first kata in C#, and was stumped for a bit. When I tried my code, I got a syntax error, because "IsNullOrWhitespace is not found in string." The top of my code has a "using System;", and the IsNullOrWhitespace() extension method to the string object has existed in .Net for YEARS, certainly much farther back than the version 10 of C# that is supposedly supported here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Typo? String.IsNullOrWhiteSpace. |
Beta Was this translation helpful? Give feedback.
-
We're using the official .NET SDK 6.0 image with |
Beta Was this translation helpful? Give feedback.
Typo? String.IsNullOrWhiteSpace.