You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pathartl
added a commit
to LANCommander/LANCommander
that referenced
this issue
Oct 2, 2024
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.
The text was updated successfully, but these errors were encountered: