I was just trying out the Redi samples on github (https://github.com/Refinitiv-API-Samples/Example.REDI.CSharp.Examples) and found that most of them are in a state where they won't compile as is.
They're either missing AssemblyInfo.cs, a dependency (CommandLine, nuget please!), or the csproj file itself. Some of them also are built against versions of .net which are no longer supported by Microsoft (4.6).
Ideal world there would be a solution file at the root which contained the 7 projects, and they'd all target 4.7.2 (the long term support version within the framework family)