This is the hub for all the projects that are part of the .NET Foundation. MD files in the projects folder feed the content on the .NET Foundation website
jongalloway on master
Update new-projects.md (compare)
onovotny on master
Update RxUI license to reflect … Merge pull request #151 from on… (compare)
jongalloway on master
(GH-111) Update SourceLink loca… Update README.md Co-Authored-B… Merge pull request #147 from ge… (compare)
jongalloway on master
Add new Cake Maintainer Merge pull request #150 from ge… (compare)
Kind of a huge one based on the assumption that you don’t have a bottleneck in your code base
By that I mean that if what is slow is, for example, a hot path using explicit lock()
it won’t save you
But it will be a rather great improuvment for both throughput and memory allocation (so less GC hit => less “freeze the world”)
We just upgraded our dev machines from VS 2017 to VS 2019. Now, during debugging, the "Tasks" View does not work anymore, showing the following message:
Viewing Task information for .NET Core 2.2 is not supported while the process is running. You can either re-target a newer version of the runtime, or view task information for minidumps of .NET Core 2.2.
Actually, the project is targeting .NET Core 2.1 (which is LTS version!), and one of the two affected machines has neither 2.2 SDK nor 2.2 runtime installed.
What's happening here, and how to fix it (except downgrading to VS 2017)?