dotnet / msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

Home Page:https://docs.microsoft.com/visualstudio/msbuild/msbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NETSDKE2E]With NET9 preview 4 SDK installed, Reductant "build succeed" log displays during creating project in CLI.

vdanche opened this issue · comments

Issue Description

With NET9 preview 4 SDK installed, Reductant "build succeed" log displays during creating project in CLI.

Steps to Reproduce

Affect build:
9.0.100-preview.4.24211.4 SDK from dotnet/installer: .NET SDK Installer (github.com)
Affected Product Language:

Steps to reproduce:

1.dotnet new console in CLI
2.Check log displaying during creating console.

Expected Behavior

console can be created successfully, and log can be display well.

Actual Behavior

Reductant "build succeed" log displays during creating project in CLI.
image

refer net8.0 as below:
image

Analysis

No response

Versions & Configurations

No response

Reductant "build succeed" log also display during running dotnet add package Microsoft.EntityFrameworkCore.Design.
image

Net 8.0 SDK(not repro):
image

This issue is also repro on Linux.
con
ef

This issue also repro on Mac.

This issue has been fixed on 9.0.100-preview.5.24256.12 SDK
image