runtime
runtime copied to clipboard
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
We currently only cover Release runtime + Release libs. This is probably the mainstream user scenario. * We need coverage with Checked Runtime+Compiler & Release libs. Alternatively we could make...
Hello, I cannot seem to get an ASP.NET Web REST API application to work when hosted in a native app with hostfxr. I am sorry if this is something I...
* Add SSE2 and FCMOV to the cpu requirements for mono on x86. * Also force the usage of r4fp on x86, the same as on arm. * Most of...
* We don't officially support x64 Mac because it would look dumb if we don't support ARM64. I would still like to see us testing it to prevent regressions. *...
Run: [runtime-coreclr ilasm 20220806.1](https://dev.azure.com/dnceng/public/_build/results?buildId=1927866&view=ms.vss-test-web.build-test-results-tab&runId=49855322&resultId=104222&paneView=debug) Faile test: ``` coreclr windows arm64 Checked ilasmroundtrip @ Windows.10.Arm64v8.Open - JIT\\jit64\\opt\\cse\\hugeSimpleExpr1\\hugeSimpleExpr1.cmd - JIT\\Directed\\debugging\\poisoning\\poison\\poison.cmd coreclr windows x64 Checked ilasmroundtrip @ Windows.10.Amd64.Open - JIT\\jit64\\opt\\cse\\hugeSimpleExpr1\\hugeSimpleExpr1.cmd - JIT\\Directed\\debugging\\poisoning\\poison\\poison.cmd coreclr...
Run:[runtime-coreclr gcstress-extra 20220508.1](https://dev.azure.com/dnceng/public/_build/results?buildId=1759074&view=ms.vss-test-web.build-test-results-tab&runId=47379698&paneView=debug&resultId=110828) Failed test: ``` coreclr OSX arm64 Checked gcstress0xc_jitstress2 @ OSX.1200.ARM64.Open - JIT/Methodical/Arrays/lcs/lcs2_r/lcs2_r.cmd ``` **Error message:** ``` cmdLine:/private/tmp/helix/working/B4220957/w/A7D308F6/e/JIT/Methodical/Methodical_r1/../Arrays/lcs/lcs2_r/lcs2_r.sh Timed Out (timeout in milliseconds: 5400000 from variable __TestTimeout, start:...
### Description Runtime version .net framework 4.7.2 Create a new C# project and add reference Microsoft.Extensions.Configuration 3.1.0, build project, then you will see the following dlls have wrong modified date...
When trying to make use of AOT compilation on basic samples with .NET 7 preview 6, it takes a huge amount of time until finally an executable is produced on...
RuntimeType member's cache is purged after hot reload, therefore same member references are not equal after hotreload which causing issue like mentioned in [Hot Reload breaks MethodInfo equality](https://github.com/dotnet/runtime/issues/69427) Updated/added Object.Equals...