R
R
ripev2018-05-07 15:52:14
git
ripev, 2018-05-07 15:52:14

Is it possible to check code in Visual Studio before pull?

Tell me please. Is it possible to check the code before pull with the built-in tools of Visual Studio 2017?
Or should I use pull-request?
UPD: I apologize for the incomplete (incomprehensible) question.
Yes, "compilability" is implied.
UPD2: Forced check before pool.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
eRKa, 2018-05-07
@kttotto

As long as you do not tighten it, then nothing.
And then Ctr + Shift + B.
Until you try to collect it, you will not get a complete list of problems. At most, this is a locally static analyzer that will underline in red critical places that are not compiled. Well, or even an analyzer, if you have an Enterprise version: Analyze -> Run code analyze.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question