Closed tbolon closed 1 year ago
All of these seems related to #9063 and other recents change, documentaiton is marked as TODO in this issue.
You can close this issue if it's a duplicate.
@JaynieBai Let's try to repro this on the latest main and check that documentation is accurate.
I'd expect that as of Romans SDK enablement changes that off/on are accepted here - they aren't available publicly until RC1 builds are released, though.
FYI, the dotnet build documentation is here: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build#options
The option is described as --tl [auto|on|off]
and was the initial reason I created this issue.
All these changes are really recent, so I suppose this will be fixed on time for RC1.
@JaynieBai Let's try to repro this on the latest main and check that documentation is accurate.
Tested with latest main build. The error is gone.
@AR-May This doesn't repro in latest main. Should we close it?
Seems like this issue is already fixed. The fix would be available when .NET 8 RC1 is released.
Issue Description
When using the TerminalLogger
/tl
argument, only theauto
(or nothing) works. All other values (on or off) results in a resource error:msbuild
dotnet build
I suppose the difference in the resource name is because of #8915 and difference in version between dotnet and msbuild.
So there are two problems here:
Steps to Reproduce
Expected Behavior
compilation succeed with terminallogger enabled.
Actual Behavior
Analysis
Perhaps related to #9119 ?
Versions & Configurations