the f.
the f.
This issue is what I was searching on Stackoverflow and Google. I'm pretty surprised. My attempt was adding a troubleshooting button on my own WPF window component that opens a...
It was a pain, a severe pain. Yet thanks to EF POCO Generator, we could manage to make the spaghetti code a little less spaghetti, a lot more manageable. First...
Oh, thanks. I was totally focused on the "cmd" on tutorial. The cases are very detailed and I'll work on unit tests with them. Thank you.
I actually couldn't get the format except garbled in `"garbled "warden dot dll.exe" garbled"`. We want commands in quotations? Then what's the issue with `.exe`. Can you please explain the...
As of now, the tests pass but the part in quotation marks are accepted with any text inside. I believe it should be something like "command command filename.exe" or if...
Ok, I'll check it. Thanks.
@damianperera is right. In most cases people tend not to use any new lines in the comments. It should be up to user's choice. Actually any update to the UI...
I believe it would be a good idea to: - Send comments via enter by default, - However, send comments via enter or alternate key combination according to a setting...
@chrislp That was what I was thinking at first, but the concept of the portal -think of Twitter letting users use new line after all those years- is determined by...
I've used Coverity Scan for now. I've tried Cppcheck too. But it's a different one since it doesn't do syntax checks, yet very helpful. Clang-analyzer seems like the most common...