Исходный код вики Сценарии
Версия 1.11 от Alexandr Fokin на 2024/01/23 21:28
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.6 | 1 | |(% style="width:312px" %)Проблемы со сборкой после обновления|(% style="width:1202px" %)((( |
![]() |
1.1 | 2 | Очистить: |
3 | |||
4 | * /.vs | ||
5 | * /bin /obj | ||
![]() |
1.2 | 6 | ))) |
![]() |
1.6 | 7 | |(% style="width:312px" %)Смена фона.|(% style="width:1202px" %)How to easily change Visual Studio 2022 Editor Font and Colors to match VS 2019 |
![]() |
1.2 | 8 | [[https:~~/~~/stackoverflow.com/questions/69815992/how-to-easily-change-visual-studio-2022-editor-font-and-colors-to-match-vs-2019>>url:https://stackoverflow.com/questions/69815992/how-to-easily-change-visual-studio-2022-editor-font-and-colors-to-match-vs-2019]] |
![]() |
1.6 | 9 | |(% style="width:312px" %)Именование|(% style="width:1202px" %)((( |
![]() |
1.5 | 10 | Конфигурирование стиля кода в Visual Studio 2017 |
11 | [[https:~~/~~/habr.com/ru/post/323966/>>https://habr.com/ru/post/323966/]] | ||
12 | |||
13 | Создание переносимых настраиваемых параметров редактора с EditorConfig | ||
14 | [[https:~~/~~/learn.microsoft.com/ru-ru/visualstudio/ide/create-portable-custom-editor-options?toc=%2Fvisualstudio%2Fcode-quality%2Ftoc.json&view=vs-2019>>https://learn.microsoft.com/ru-ru/visualstudio/ide/create-portable-custom-editor-options?toc=%2Fvisualstudio%2Fcode-quality%2Ftoc.json&view=vs-2019]] | ||
15 | |||
![]() |
1.6 | 16 | Configure Visual Studio to Name Private Fields with Underscore (Приватные _fieldName) |
![]() |
1.3 | 17 | [[https:~~/~~/ardalis.com/configure-visual-studio-to-name-private-fields-with-underscore/>>https://ardalis.com/configure-visual-studio-to-name-private-fields-with-underscore/]] |
![]() |
1.5 | 18 | ))) |
![]() |
1.6 | 19 | |(% style="width:312px" %)[[JavaScript>>doc:Разработка.Frontend.JavaScript.WebHome]] отключение eslint|(% style="width:1202px" %)Linting JavaScript в Visual Studio |
20 | [[https:~~/~~/learn.microsoft.com/ru-ru/visualstudio/javascript/linting-javascript?view=vs-2022>>https://learn.microsoft.com/ru-ru/visualstudio/javascript/linting-javascript?view=vs-2022]] | ||
![]() |
1.9 | 21 | |(% style="width:312px" %)Не отображать класс в стеке вызовов|(% style="width:1202px" %)((( |
![]() |
1.8 | 22 | How to hide the current method from exception stack trace in .NET? |
![]() |
1.7 | 23 | [[https:~~/~~/stackoverflow.com/questions/2973343/how-to-hide-the-current-method-from-exception-stack-trace-in-net>>https://stackoverflow.com/questions/2973343/how-to-hide-the-current-method-from-exception-stack-trace-in-net]] |
![]() |
1.8 | 24 | DebuggerHiddenAttribute |
25 | [[https:~~/~~/learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-7.0&redirectedfrom=MSDN>>https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-7.0&redirectedfrom=MSDN]] | ||
![]() |
1.7 | 26 | \\1) Не отображать при отладке. |
![]() |
1.8 | 27 | ))) |
![]() |
1.11 | 28 | |(% style="width:312px" %)Комментарий со ссылкой|(% style="width:1202px" %){{code language="c#"}}/// <see cref="MyClass"/> |
29 | /// <see cref="MyGenericClass{T}"/>{{/code}}((( | ||
30 | How to reference generic classes and methods in xml documentation | ||
31 | [[https:~~/~~/stackoverflow.com/questions/532166/how-to-reference-generic-classes-and-methods-in-xml-documentation>>https://stackoverflow.com/questions/532166/how-to-reference-generic-classes-and-methods-in-xml-documentation]] | ||
32 | ))) | ||
![]() |
1.1 | 33 | |
34 | ---- | ||
35 | |||
36 |