use vs persistence

This commit is contained in:
Matt Parker
2025-07-31 22:28:29 +10:00
parent 934d892113
commit 7008258e6a
7 changed files with 153 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
"DOTNET_ENVIRONMENT": "Development",
"MSBUILD_PARSE_SLN_WITH_SOLUTIONPERSISTENCE" : "true"
}
},
"(Watch)": {
@@ -15,7 +16,8 @@
"commandLineArgs": "watch run",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development",
"DOTNET_WATCH_RESTART_ON_RUDE_EDIT": "true"
"DOTNET_WATCH_RESTART_ON_RUDE_EDIT": "true",
"MSBUILD_PARSE_SLN_WITH_SOLUTIONPERSISTENCE" : "true"
}
}
}