Justin Anderson

Results 40 issues of Justin Anderson

Several of the Dockerfiles seem to be setting LANG environment variable to `en_US.utf8`: https://github.com/search?q=repo%3Adotnet%2Fdotnet-buildtools-prereqs-docker%20en_US.utf8&type=code The doesn't seem to be correct, because it causes first chance exceptions: ``` [xUnit.net 00:02:29.38] System.ArgumentException:...

bug
area-dockerfiles

Add a section to https://github.com/dotnet/dotnet-docker/blob/main/documentation/image-artifact-details.md about getting license and notice files from the .NET Monitor images.

enhancement
area-documentation

Full Helix work item log: ``` Console log: 'CollectionRuleActions.UnitTests-net9.0-arm64' from job d167bf15-a830-407d-bb2e-27c244a3f3b6 workitem 61889473-fcb4-4e79-85da-d9262d41fab9 (windows.11.arm64.open) executed on machine a00L8I1 running Windows-10-10.0.22621-SP0 C:\h\w\AC5A0966\w\A510095F\e>set PATH=C:\h\w\AC5A0966\p\dotnet-cli;C:\python3\Scripts\;C:\python3\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\runner\AppData\Local\Microsoft\WindowsApps C:\h\w\AC5A0966\w\A510095F\e>set DOTNET_ROOT=C:\h\w\AC5A0966\p\dotnet-cli C:\h\w\AC5A0966\w\A510095F\e>set DOTNET_CLI_TELEMETRY_OPTOUT=1 C:\h\w\AC5A0966\w\A510095F\e>set DOTNET_CLI_HOME=C:\h\w\AC5A0966\w\A510095F\e\.dotnet C:\h\w\AC5A0966\w\A510095F\e>set...

bug

### Description The new (to ASP.NET 8) `ASPNETCORE_HTTP_PORTS`/`ASPNETCORE_HTTPS_PORTS` environment variables are not respected by .NET Monitor. Example: ```cmd SET ASPNETCORE_HTTP_PORTS=52327 dotnet.exe dotnet-monitor.dll collect 16:24:46 info: Microsoft.Diagnostics.Tools.Monitor.Startup[60] Tell us about your...

bug

re: https://github.com/dotnet/runtime/issues/68770

The ExtensionResponse_Success and ExtensionResponse_Failure tests frequently fail when running for .NET runtimes that are Windows x86, musl, and ARM64 installations. The likely cause is that the apphost for the test...

The Helix environment allows us to test on a multitude of variants of OSes, distros, and architectures. While we would want to get the widest possible coverage, we may want...

Dependency update PR first exhibiting this issue: https://github.com/dotnet/dotnet-monitor/pull/4665 Dependency update commit first exhibiting this issue: https://github.com/dotnet/dotnet-monitor/pull/4665/commits/4c103d9808a3a65b9a706da083fb05f15ab646d8 The effect is that the CollectLogsActionTests either successfully complete and receive the expected log...

bug
testing

We should have guidance on how to configure each of following mixed usage scenarios in terms of root vs non-root usage: - Root .NET Monitor container with non-root application container...

documentation

With a unified trace profile infrastructure that both dotnet-trace and dotnet-monitor can leverage, both tools will contain the same subset of default trace profile names and capabilities. This will allow...

enhancement