Borislav Ivanov
Borislav Ivanov
Well, just marking CombinedTextReader.CreateObjRef and InitializeLifetimeService methods with System.Security.SecurityCriticalAttribute solves the immediate issue - instantiating the CombinedTextReader class in medium trust. I'll try to send pull request these days. @ClubWebware,...
@dimzaik It seems like a good alternative indeed for operating the menu. First send Control+F2 to focus the menu, then send 'File' keys to focus the 'File' menu, than send...
I just came here to evaluate the project. More than one year without a release seems concerning, not that it means that there are problems with the project for sure.
> @abg88 Let me share the build, you need to enable 'Developer mode' on Extensions page and drag&drop folder 'Streamkeys_v1.8.4' from the archive. [Streamkeys_v1.8.4.zip](https://github.com/berrberr/streamkeys/files/13484789/Streamkeys_v1.8.4.zip) Do repo owners think this deserved...
Yes, I was thinking the same. @tjanczuk, is the project (kind of) abandoned? What is the last supported version of Node.js, from the commit history it seems it's 8.2.1, and...
The issue is still reproducible, for example when comparing v2.7.2 and v2.9.1 of [DocumentFormat.OpenXML](https://www.nuget.org/packages/DocumentFormat.OpenXml) assemblies (net46 flavors). It seems the error is in the UI when comparing members which have...
And the call stack in English: ``` Object reference not set to an instance of an object. at JustAssembly.Nodes.TypeNode.CleanExceptionSource(IDecompilationResults decompilationResult, String sourceCode) in C:\Jenkins\ReleaseFullWithUploadBuild\workspace\UI\JustAssembly\Nodes\TypeNode.cs:line 99 at JustAssembly.Nodes.TypeNode.GetDifferenceDecoration() in C:\Jenkins\ReleaseFullWithUploadBuild\workspace\UI\JustAssembly\Nodes\TypeNode.cs:line 166...
Probably #57 is duplicate of this one.
Probably duplicate of #23.
I don't know. This is some relevant information: - [Now Introducing Arm64 Support for VS Extensions!](https://devblogs.microsoft.com/visualstudio/now-introducing-arm64-support-for-vs-extensions/) - [Target Visual Studio 2022 (ARM64) when creating an extension in Visual Studio 2022](https://learn.microsoft.com/en-us/visualstudio/extensibility/arm64/target-arm64-visual-studio-extension?view=vs-2022)...