Community.VisualStudio.Toolkit icon indicating copy to clipboard operation
Community.VisualStudio.Toolkit copied to clipboard

PhysicalFile.FromFileAsync does not return projects

Open AdmiralSnyder opened this issue 2 years ago • 1 comments

when I invoke PhysicalFile.FromFileAsync with the path of a .csproj file, null is being returned - this should be either changed or better documented (and an API to fetch a project based on the path should be added somewhere)

AdmiralSnyder avatar Jun 26 '23 08:06 AdmiralSnyder

I do this to get a project from a path:

https://github.com/ErikEJ/EFCorePowerTools/blob/master/src/GUI/Shared/Helpers/SqlProjHelper.cs#L161

ErikEJ avatar Jun 26 '23 09:06 ErikEJ