Dan Moseley

Results 48 issues of Dan Moseley

starting with http://onlywei.github.io/explain-git-with-d3/#fetchrebase: git fetch Fetched 3 commits on master. git rebase master git rebase my-branch Already up-to-date. git checkout master git checkout master git commit git rebase origin/master git...

The [labeler bot](https://github.com/dotnet/issue-labeler) currently in the benevolent care of the dotnet/runtime team is used in many repos to apply "area-" style labels to issues and PR's based on an ML...

# What's new in .NET 7 Preview 5 This issue is for teams to highlight work for the community that will release .NET 7 Preview 5 To add content, use...

documentation

Nice work. As you know RyuJIT can test for ISA level support at codegen time. Do you plan to attempt to offer a SIMD codepath for CPU without AVX2? They...

I have a set of tests for a system that very sporadically fails on the CI machines, so it's difficult to debug directly. When there's a failure in one of...

type: Discussion

Right now when a test hangs we do not get a dump file. Much of the time we need a dump (can't repro locally and code inspection doesn't show an...

In .NET Core 2.1 there's a "advanced" file system enumeration API https://blogs.msdn.microsoft.com/jeremykuhne/2018/03/09/custom-directory-enumeration-in-net-core-2-1/ that is faster and more customizable. Perhaps this would be interesting to use if available, especially since .NET...

improvement

I ran it on the desktop version of the dll in this package: https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Client/5.2.3 It says it's 100% compatible with .NET Standard and .NET Core - which is great. But...

catalog

TaskCompletionSource doesn't have a ctor that takes a TaskContinuationOptions... it has a ctor that takes a TaskCreationOptions, and one that takes object. So it is easy to accidentally pass TaskContinuationOptions...

https://github.com/dotnet/coreclr/blob/6d783b29087b5f260c9a64f347867bf6f6391bfe/src/pal/src/synchmgr/wait.cpp#L425