/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Razor/.vscode/launch.json
13 строк
381 B
Safia Abdalla
Qualify type-checking APIs under global namespace (#33252)
04 июн 2021, 00:07
Не верифицирован
04 июн 2021, 00:07
f304c44
Код
Авторство
О чём код?
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": ".NET Core Attach", "type": "coreclr", "request": "attach" } ] }