u/rbobby

Why isn't there a "clear all error messages" button?

If you build a solution and several projects fail you get a bunch of errors... fine looks great. Then if you specifically compile another individual project... the error list does not clear and start over with just the errors from the project specifically being compiled.

The work around is to restart vs. So annoying.

Also the automatic flipping from the "output" tab to the "errors" tab is super annoying. If I specifically activated the output tab... why would anyone automatically change it? Grrrrr

reddit.com
u/rbobby — 1 day ago

Help: Switching from SVN to GIT and VS just won't pickup the change

I have converted a .NET framework 4.8 solution from SVN to GIT and even included tags, branches and even deltas. Just wonderful that it's all in git now.

But... I can't get VS to know the solution uses git. VS keeps showing the VisualSvn menus and won't show the git menus.

I cannot uninstall VisualSVN (other stuff uses it still) and will need git and visualsvn to work side by side (no in same solution, just if one solution uses git and another svn).

Any help at all? I've googled and mostly the top answers are not helpful. The .SLN file does not contain and source code bindings. I've deleted the .vs folder and restarted. There are now .svn folders.

When I try to change the Source Control Plug-in I get the message "The active solution or project is controlled by a different source control plugin than the one you have selected. [...]". If I say "Yes" the solution explorer "closes"... shows nothing.

So my real question is where the heck is the source control setting stored? I can't see it in the .sln or .csproj files.

Halp.

reddit.com
u/rbobby — 1 day ago

I have two error messages that are giving me grief:

Definitions of the following identifiers conflict with those in another file: TypeOrArray, Node, htmlString, Selector, SuccessTextStatus, ErrorTextStatus, TextStatus, SuccessCallback, ErrorCallback, CompleteCallback, StatusCodeCallbacks, CSSHook, CallbackBase, Callback, Duration, Tweener, PropHook, EasingMethod, AnimationHook, Queue, QueueFunction, SpeedSettings, EventHandlerBase, EventHandler, TypeEventHandler, _TypeEventHandlers, SpecialEventHook, CoordinatesPartial, ValHook, _Falsy, jQuery, $, _Event, _UIEvent, _MouseEvent, _DragEvent, _KeyboardEvent, _TouchEvent, _FocusEvent

and

Build:Duplicate index signature for type 'string'.

These messages are nearly useless. I need to know the location of the original definition.

Any ideas how to tackle this?

reddit.com
u/rbobby — 14 days ago