From 8f0d2b0425d0ad385aa45a18867164a4b450e320 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 26 Aug 2026 21:01:22 +0800 Subject: [PATCH] Set the ConfigureAwait weaver default with a shared MSBuild property --- configureawait.props | 18 ++++++++++++++++++ templates/module/aspnet-core/common.props | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/configureawait.props b/configureawait.props index 4356600b62..a38cc8a80f 100644 --- a/configureawait.props +++ b/configureawait.props @@ -6,4 +6,22 @@ runtime; build; native; contentfiles; analyzers + + + + false + + + + + + + + + + diff --git a/templates/module/aspnet-core/common.props b/templates/module/aspnet-core/common.props index 87cf88dc65..19805c1498 100644 --- a/templates/module/aspnet-core/common.props +++ b/templates/module/aspnet-core/common.props @@ -14,7 +14,23 @@ + + + false + + + + + + + + + $(NoWarn);0436