Lutonet / SpectreConsoleFileBrowser

File and Folder selector for Spectre.Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Why are the API's using `async Task<>` when nothing in the class implementation is actually calling an `await`able function?

Smurf-IV opened this issue · comments

This does not perform an await internally, so the function API spec does not need `async Task<###>??

public async Task<string> GetPath(string ActualFolder, bool SelectFile)