-
We update from 1.7.16 to 1.7.25 and have noticed high waits on IO. Any ideas?
We update our SQL storage options per recommendations to these settings:
CommandBatchMaxTimeout = TimeSpan.FromMinut…
-
The injector fails when targeting a UWP process. This is the STDOUT:
```
Starting...
x64 Version
BootstrapDLL encoded argument: C:\Users\x\AppData\Local\Temp\1350946632\Scuba\ScubaDiver.dll*9792
…
-
Reported by @jakobbotsch in https://github.com/dotnet/runtime/issues/67592#issuecomment-1109748645
it has been most likely caused by one of my recent changes (not part of 0.13.1 but what we have in…
-
• **If your repo is using Arcade from the ‘.NET Eng – latest’ channel and using Arcade’s ([jobs.yml]) template to build**, you should just need the latest arcade update to get SBOM generation automati…
-
I have a GitHub Actions pipeline running pre-compiled binaries on the `ubuntu-latest` runner.
The job looks as follows:
```yml
profile:
runs-on: ubuntu-latest
needs: build
steps:…
-
I would expect calling `Dispose` on the returned target to kill the suspended process created by `CreateSnapshotAndAttach`.
The problem can be seen with this simple sample:
```csharp
static void …
-
I have a dump file opened in WinDbg and I'm trying to inspect object fields.
```
0:000> !do 2910237db80
Name: System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`…
Ne4to updated
2 years ago
-
Hello,
.NET Core is currently shipping two somewhat identical versions of the same DAC runtime:
`"\dotnet\shared\Microsoft.NETCore.App\5.0.8\mscordaccore.dll"`
`"\dotnet\shared\Microsoft.NETCo…
-
The helloworld app in Linux chroot of FreeBSD still failed when invoking the compiler (at `dotnet exec /path/csc.dll...`, during the build). Tested with 3.1.2, without the [workaround](https://github.…
-
Currently the `JIT Asm` results target only targets Desktop CLR and does not let you select 32-bit vs 64-bit (you can select 32-bit vs 64-bit for the main C# compiler only).
Given that most runtime…