Yacoub Massad
Yacoub Massad
It is not documented how an extension developer can create their own implementation of ITextViewModelProvider and how such implementation can be used by Visual Studio. Please add more details about...
In the following file: https://github.com/microsoft/vs-editor-api/blob/master/src/Editor/Text/Def/TextUI/Editor/ITextViewModelProvider.cs It is written that we need to use the Export attribute like this: ``` [Export(NameSource=typeof(ITextViewModelProvider))] ``` Where is this Export attribute that has a NameSource...
Currently, the ProcessEnumerable will throw a cancellation exception immediately when cancellation is requested. That is, without waiting for the active action tasks to complete. The returned task should only complete...
I have a bitmap that has the size 3 pixels by 3 pixels. I was unable to zoom with the mouse wheel. Is this not supported? Or maybe I am...
When it comes to security decisions, why shouldn't we use the invariant culture? If the invariant culture is assumed to be static (does not change with .NET framework, OS version,...