Hefaistos68
Hefaistos68
### Description The libraries I see in Explorer vs. Files:   ### Steps To Reproduce _No response_ ### Expected behavior Have identical contents in both apps since the libraries...
### Description Currently when C# code contains XML comments with \ or \ tags, those sections are totally messed up when comment formatting is enabled. Even worse when the \...
**The bug** When the viewer window is maximized and the mouse hovers over the folder link at the bottom left, the tooltip appears and disappears constantly. Guess its because the...
**Describe the bug** When a file is in use by another app and one tries to save an edited file (just save, not save as), one gets the exception below....
The RingBufferStream implementation of CanRead returns false if there is no data, which is not the function of the interfaces method. If there is a Read...() method that can possibly...
**Describe the bug** Set recording to "window" (chrome.exe), user interaction. Then start recording, switch to the previously selected chrome window, press F11, S2G error pops -> see sequence of error...
**Describe the bug** So I am trying to record launching an application as administrator (Run As admin) but when the UAC Screen comes up, recording pauses automatically and does not...
https://github.com/madskristensen/FileNesting/blob/0d043da031a173fe874ec7aa5eb138079c77fa43/src/Nesters/Automated/PathSegmentFileNester.cs#L38 Guess that should be ".vb" instead of "vb" ?
When installing extension packs, like "developer essentials" or "power tools", etc, then you end up having many extensions installed but you don't see the pack information anymore, only unrelated extensions....
### Description When adding a unit test for a class that is protected, its required to add the "InternalsVisibleTo" to the origin (either as attribute in the file or in...