-
### Description
I have a native app which is hosting a managed library using the coreclrhost apis. The app crashes with the following exception stack as soon as the managed APIs invoked.
(gdb) …
-
### Description
The problem appears when the .NET client connects using TCP with TLS v1.2 (also 1.3) to a server without support for OCSP stapling. Client attempts at SSL authentication lead to hig…
-
### Description
I am seeing variants of this error on Fedora ELN and CentOS Stream 10, with .NET 8 and .NET 9.
With .NET 8, I see this when building the VMR:
```
ILCompiler.Diagnostics…
-
### Android framework version
net9.0-android
### Affected platform version
.NET 9 RC 2
### Description
I was trying to enable "full AOT" and disable JIT on Android:
* `dotnet new maui` - remove t…
-
## Background and Motivation
Native varargs are a complicated interop scenario to support. At present, native varargs are only supported on the Windows platform through the undocumented `__arglist`…
-
Hi there,
I got the expection for `dotnet tool install --global dotnet-sos` on `linux-riscv64` with 7.75Gb RAM :
```
$ dotnet tool install --global dotnet-sos
Skipping NuGet package signature …
ww898 updated
9 months ago
-
Runtime test GC.Regressions Runtime_76219 timed out on Android x64 Release AllSubsets_Mono_RuntimeTests(_Interp).
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=44476&view…
-
### What happened?
Hey Guys, when creating KeyVault Access Policy in the stack with the following code
```csharp
_ = new AccessPolicy(
$"policy-{SvCdKv.GetResourceName()}-{policy.Key}",
…
-
Context: https://github.com/dotnet/runtime/issues/108211
Context: https://github.com/dotnet/android/issues/9306
Context: https://github.com/dotnet/android/pull/9309
Context: https://github.com/xama…
-
### Description
NativeAOT is a new deployment form-factor since .NET 7 that fully compiles your application to native code ahead of time, removing the JIT from your app and enabling extremely fast co…