-
MSTAT has been useful to troubleshoot size. Several repos now parse MSTAT to track size:
* .NET Performance repo
* ASP.NET crank benchmarks repo
* Npgsql
Might be more I don't know about. It i…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | Mac OS X 10.18
Queue | IPhone
Baseline | [3de068c2be232960f4cb3b233dd2b4014e2ce7c3](https://github.com/dotnet/runtime/commit/3de068…
-
Currently DragDrop process starts with `DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects)` which inside perform dispatcherization of the supported interfaces and objects. Sometim…
-
For https://github.com/terrafx/terrafx.interop.windows/pull/341, setting `` works as expected. However, `` does not and results in the error given below.
It is expected that this functionality work…
-
## Actual behavior
Using CsWin32's `AddVectoredExceptionHandler`, when the handler callback is called by Windows, we get the message "Fatal error. Invalid Program: attempted to call a UnmanagedCall…
-
Frequency:
- 4/1-7/22 -- 23 hits (2x official runs, 21x PR) ... average: 1-2 hits per week
```kusto
let failedTests = (testNameSubstring : string, methodName : string, includePR : bool, message…
-
### Description
This issue is to track known issues in the early WASI-enabled runtime builds. These need to be resolved in order to have a proper supportable WASI-ready release.
- [x] Add `wasi-…
-
## Rationale
Number of libraries, including the new minimal ASP.NET host, use `Assembly.GetCallingAssembly()` for convenience. `Assembly.GetCallingAssembly()` is slow and unreliable API, and also n…
-
We've disabled passing -dead_strip to ld for NativeAOT:
* https://github.com/xamarin/xamarin-macios/issues/18552
* https://github.com/xamarin/xamarin-macios/pull/18553
It should be re-enabled o…
-
Re: https://github.com/dotnet/runtime/pull/79519
While implementing thin locks for NativeAOT I noticed that making calls to runtime to figure location of ManagedThreadId is a considerable expense (…