As the title mentioned, when build the ASP.NET Core project inside the VS2022 17.9.6, it doesn't trigger NetBeauty.
But it will work when you run the "dotnet build" command manually.
It also triggered in VS2022 if change the *.csproj project setting from <Project Sdk="Microsoft.NET.Sdk.Web"> to <Project Sdk="Microsoft.NET.Sdk">
I just use the WebAppTest project can reproducible the problem.
As the title mentioned, when build the ASP.NET Core project inside the VS2022 17.9.6, it doesn't trigger NetBeauty. But it will work when you run the "dotnet build" command manually. It also triggered in VS2022 if change the *.csproj project setting from
<Project Sdk="Microsoft.NET.Sdk.Web">
to<Project Sdk="Microsoft.NET.Sdk">
I just use the WebAppTest project can reproducible the problem.