Steve MacLean
Steve MacLean
There are categories of API advice for which deprecation seems like too strong a word. It seems like this is also an ideal place to notify of less severe issues...
Apple has announced plans to transition its Mac hardware line to a new Arm64-based chip that they refer to as “Apple Silicon See dotnet/runtime#43313 This issue tracks work to enable...
@brianrob While `perfcollect collect ` goes to the effort to run `crossgen /CreatePerfMap `, the `perfcollect view ` fails to use the perfmap to resolve the NGEN symbols. It seems...
Too many files are marked executable. (while I've only looked at the osx-arm64 build, I would guess this is a general problem. ``` % find ../dotnet-sdk-6.0.100-alpha.1.20625.2-osx-arm64 -perm +111 -type f...
dotnet/runtime#49111 notes a .NET Core dependency on libgdiplus. I was able to get a build completed by ```console # Install commandline tools xcode-select --install # Install dependencies brew update brew...