Lutonet / SpectreConsoleFileBrowser

File and Folder selector for Spectre.Console
MIT License
44 stars 3 forks source link

[Bug] Exception thrown within simple >net6 / or 7 project #2

Open Smurf-IV opened 1 year ago

Smurf-IV commented 1 year ago

Using the latest nugets (As of today)

image

Pressing continue gives this:

image

Project includes these nugets image

LSTANCZYK commented 1 year ago

Same error here

vestervang commented 5 months ago

This library doesn't support the latest version of Spectre.Console. The latest supported version is 0.45.0 as far as i know.

pracplayopen commented 1 month ago

able to use it fine on spectre 0.49.1 (latest version today)

example usage:

        var filebrowser = new SpectreFileBrowser();
        var input = filebrowser.GetFilePath(Environment.CurrentDirectory).Result;