Rainer Sigwald

Results 248 comments of Rainer Sigwald

Are you seeing errors? Things appear to work on my machine. Build: ``` GoodbyteOurDllsAndCoderMaster -> C:\repro2\Goodbyte Net Framework DLL Projects\GoodbyteOurDllsAndCoderMaster\bin\Debug\net6.0-windows10.0.19041.0\GoodbyteOurDllsAndCoderMaster.dll Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:17.34 ```...

@nagilson can you take a look at this publish profile issue?

It's not about _our_ logging; it's about the logging API we provide to tasks.

@jmarolf https://github.com/dotnet/msbuild/pull/8053 should fail and produce binlogs.

Yeah, there we go https://dev.azure.com/dnceng-public/_apis/resources/Containers/28745810/FullOnWindows%20Release%20build%20logs?itemPath=FullOnWindows%20Release%20build%20logs%2FBuild.binlog ``` Errors D:\a\1\s\src\Tasks\IVbcHostObject5.cs(23,13): error RS0016: Symbol 'CompileAsync' is not part of the declared API [D:\a\1\s\src\Tasks\Microsoft.Build.Tasks.csproj] D:\a\1\s\src\Tasks\NativeMethods.cs(34,14): error RS0016: Symbol 'GetTypeAttr' is not part of the...

This is definitely not expected. Would it be possible to share a [binary log of your build](https://aka.ms/msbuild/binlog)? ⚠️Note the warnings about the contents of the log and please make sure...

No objection here. @baronfel / @benvillalobos?

I do not reproduce this using VS 17.4 preview 2.1 and [msbuild7995.zip](https://github.com/dotnet/msbuild/files/9626862/msbuild7995.zip). ``` 3>WorkerService1 -> C:\Users\WDAGUtilityAccount\Desktop\msbuild7995\WorkerService1\WorkerService1\bin\Release\net6.0\win-x64\WorkerService1.dll 3>WorkerService1 -> C:\Users\WDAGUtilityAccount\Desktop\service\ ========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========...

@dsplaisted, think this might be related to #6924? The two binlogs here show a difference in the properties passed to the reference when calling GetTargetPath [7995.zip](https://github.com/dotnet/msbuild/files/9627158/7995.zip)

> 1.in preview 2.1 is not reproduced at all ? When deployed service worker with reference to class library ? Correct, unless I used a `global.json` file to use .NET...