Roman Konecny

Results 37 comments of Roman Konecny

@Ibro This is highly unexpected, env var `DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER` has been deprecated in net8 see https://github.com/dotnet/sdk/blob/62aa4b7c6c2f6fcf673ec2d9aacc8ca07f51913b/src/Cli/Microsoft.DotNet.Cli.Utils/MSBuildForwardingAppWithoutLogging.cs#L19 and is no longer in our codebase at all. Please verify that given build is...

@ManickaP Sorry, my bad. It was closed by mistake, I have added it to my personal project, and moved it to Done by mistake, I missed the fact that moving...

I am not saying there is no room for improvement, but MSBuild does lots more than csc tasks. Most of the work spent by MSBuild outside of csc task is...

Hi, @IshaGarg2504 Sorry but I have not found a solution. I had to resolve to testing locally over non SSL and then use trace logging on SSL web deployed at...

I have measured it carefully for both CPU and allocation but have not detected good significant improvements. It allocates about 2% (5MB less) in scope of `BuildIncludeOperation` and CPU diff...