Replies: 1 comment 2 replies
-
What technique are you currently using? The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few extensions that need to know about every file in the solution.
The SDK options for querying all the files in a solution are really slow, so I query the file system directly.
This is much faster (is acceptable) but has three potential issues:
Is there a better way?
How do other people handle this scenario?
Could the toolkit provide something to help here?
Beta Was this translation helpful? Give feedback.
All reactions