pull/241/head
Rick Anderson 2023-11-03 12:11:12 -10:00 committed by GitHub
parent d5bfeab15f
commit 6b2fb09094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#define FIRST // FIRST SECOND ValidateOnBuild
#if NEVER
#elif FIRST
/* An easy way to test Dev vs release is to set
* "ASPNETCORE_ENVIRONMENT": "Release" in one profile in launchSettings.json
*/
// <snippet_1>
var builder = WebApplication.CreateBuilder(args);