kasperk81

Results 152 comments of kasperk81

next one is vstest related ``` Writing file: /Users/runner/work/1/s/artifacts/bin/redist/Release/net9.0/vstest.console.runtimeconfig.json 9.0.100-rc.1.24452.12 Determining projects to restore... Restored /Users/runner/work/1/s/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/Microsoft.DotNet.Common.ProjectTemplates.9.0.csproj (in 437 ms). Successfully created package '/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/templates/9.0.0-rc.1.24452.1/Microsoft.DotNet.Common.ProjectTemplates.9.0.10.0.100-dev.nupkg'. Successfully created package '/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/templates/9.0.0-rc.1.24452.1/Microsoft.DotNet.Common.ProjectTemplates.9.0.10.0.100-dev.symbols.nupkg'. Determining projects to...

> Coherency update: Failed to perform coherency update for one or more dependencies. Please review the GitHub checks or run `darc update-dependencies --coherency-only` locally against darc-main-52b92e84-decf-478b-8f42-cd2ec2440388 for more information. would...

should it be moved to dotnet/wpf? @lindexi @h3xds1nz does this net9 regression look familiar?

collection expression won't work? ``` TraceRoutedEvent.Trace( TraceEventType.Start, TraceRoutedEvent.InvokeHandlers, - _traceArguments); + [_routeItemList[i].Target, args, BooleanBoxes.Box(args.Handled)]); ```

also updated IIOT script https://github.com/Azure/Industrial-IoT/pull/2316 these are the only two references i could find on github

@vhvb1989 is there anything else you want me to address or can it be merged?

duplicate of dotnet/runtime#9460

i've closed mine. your fix still has chance of race, when multiple threads are updating the variable. make the variable local? correctness > performance

no repro in one month, close?

nullptr is also part of C23 (https://open-std.org/JTC1/SC22/WG14/www/docs/n3042.htm) missing from ucrt. hope it's on their radar along with /std:c23 support https://learn.microsoft.com/cpp/build/reference/std-specify-language-standard-version?view=msvc-170