Mike Rousos
Mike Rousos
Running `./perfcollect install` in an Ubuntu container run on some non-Ubuntu hosts (such as in an Azure AKS cluster) fails because Ubuntu perf packages are specific to the OS's kernel...
When using ApiPort to scan for potential breaking changes, there are a set of compatibility issues that were initially present in some release and were later addressed via a hotfix....
PerfCollect [docs](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/linux-performance-tracing.md#collecting-in-a-docker-container) say that as long as a developer execs into a Docker container with --privileged, perfcollect should work, even if the container wasn't itself started with --privileged. Instead, collection...
This adds a server-side Blazor sample based on a [larger learning project](https://github.com/mjrousos/ChessTrainer) I worked on recently. The sample presents users with chess tactics puzzles and demonstrates: 1. Blazor components for...