DrewNaylor / guinget

Unofficial GUI for Microsoft's Windows Package Manager (winget). Kinda like Synaptic, but for Windows. Not associated with either Microsoft or the Synaptic project, and Microsoft does not endorse this software.
Apache License 2.0
135 stars 3 forks source link

Somehow the code that checks to see if there's no manifest file path to say we couldn't find the manifest in the description textbox is broken in v0.4. #154

Closed DrewNaylor closed 2 years ago

DrewNaylor commented 2 years ago

Maybe I didn't port that over yet.

DrewNaylor commented 2 years ago

Turns out that loading from a DataTable changes empty columns to be empty strings instead of Nothing (actual null values). Had to check for null or empty strings as a result.