/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/HotReloadAction.cs
17 строк
395 B
Sam Harwell
Update MessageBoxInProcess to support the Hot Reload dialog
27 дек 2023, 21:46
27 дек 2023, 21:46
9110e16
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Roslyn.VisualStudio.NewIntegrationTests.InProcess; internal enum HotReloadAction { None, Cancel, Edit, Disable, Revert, Ignore, Restart, Stop, }