microsoft / VSSDK-Analyzers

Roslyn analyzers for Visual Studio extensions
MIT License
45 stars 28 forks source link

Add file change services #271

Closed davkean closed 6 months ago

davkean commented 6 months ago

Most of the COM interfaces of the file change service JTF.Run from a background thread and hence are not safe to use. The IVsAsyncFileChangeEx and IVsAsyncFileChangeEx2 are safe to use but they live in a namespace that is currently covered by this file and hence don't need to be opt'd out.