Writing a .NET Garbage Collector in C#? – ?Part 1

First part of a series of articles about writing a .NET Garbage Collector in C# using NativeAOT. This part sets the expectations and setups the project, dealing with the first difficulties.