Andreas E Hoffmann

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 7
-
-
Andreas E Hoffmann created a post, AnsweredBetter information about branches in a filtered view?
Hi, in the following view, I let Rider display the git-history of the file "AbsenceTermVO.cs". Technically speaking, this is 100% correct. But which version of the file is the one currently contai... -
-
Andreas E Hoffmann commented, -
-
Andreas E Hoffmann created a post, Javascript: Warn on optional chaining
Hi, we are struggling with the usage of too modern features in javascript: They work fine on our dev's machines but fail on old devices in the real world. For example: optional chaining ("x?.SomePr... -
-
Andreas E Hoffmann created a post, AnsweredPlease stop deleting my code on auto-complete
Why does Rider delete code to the right of my cursor when I use auto-complete? I just don't get it. Take the following line: In this line, I forgot to get the directory-name from the full filename... -
Andreas E Hoffmann commented, -
Andreas E Hoffmann created a post, C#: how should I deal with deliberately unused parameters?
Hi, please consider the following method: public void Foo(int i) { Console.WriteLine("Hello World!");} Of course, Rider displays a warning, that the parameter "i" is unused. But there are some c...