`Path.GetTempFileName` is only contracted to return non-null, however the MSDN docs say: > This method creates a temporary file with a .TMP file extension. Can this `Ensures` be promoted to `!string.IsNullOrWhitespace`?
Path.GetTempFileNameis only contracted to return non-null, however the MSDN docs say:Can this
Ensuresbe promoted to!string.IsNullOrWhitespace?