You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Async file reads were turned off to get the Formatting Repositories action working.
We want to re-add async file reads but implement logic to ensure only X number of files are open at a time. A SemaphoreSlim is one option for implementing this.
X is TBD.
Ditch the disable pragma on the method.
The text was updated successfully, but these errors were encountered:
Async file reads were turned off to get the Formatting Repositories action working.
We want to re-add async file reads but implement logic to ensure only X number of files are open at a time. A SemaphoreSlim is one option for implementing this.
X is TBD.
Ditch the disable pragma on the method.
The text was updated successfully, but these errors were encountered: