-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [252018c3d3fffdb592413cf61d5b80cf751e0a59](https://github.com/dotnet/runtime/commit/252018c3d3fffdb592413cf61d5b80cf…
-
I've noticed several crashes in `Perf_Regex_Common` microbenchmark group with common crash pattern.
Build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2545451
Affected microben…
-
## Repro steps
First, build a set of images. In this case it's Azure Linux 3.0 images. Build the SDK images as well to ensure that we have all the prerequisites for testing the images.
```console
pw…
-
We've been hearing reports from users that load performance of Blazor WebAssembly apps on low-end mobile devices can be very slow. For example, this [user on Twitter](https://twitter.com/paulfguz/st…
-
I've successfully used this tool for [Dark](https://github.com/darklang/dark/blob/main/fsharp-backend/src/Wasm/Wasm.fsproj), yielding a single `.wasm` file - awesome!
Currently, `dotnet-wasi-sdk` d…
-
## Summary
https://www.nuget.org/packages/MSTest.Sdk
Microsoft provides most of the package name is the full name, I hope the package name is also the full name, so that users feel is a system, …
-
.NET support ahead-of-time (AOT) compilation to WebAssembly, which can significantly improve runtime performance at the expense of download size. It may be that not all .NET code in the app are perfor…
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [b53c06bee442fc2613cd66475ece38c54f02214f](https://github.com/dotnet/runtime/commit/b53c06bee442fc2613cd66475ece38c5…
-
I'm pretty sure this is the JIT compiler, we should dummy execute the pathfinder once in the game loading to eliminate this stutter.
persn updated
5 years ago
-
For codebases that use reflection extensively, this could simplify transitioning to trim compatibility.
For example, EFCore.Sqlite has this code:
```C#
var currentAppData = Type.GetType("Windows.…