May this help.
In VisualCronAPI, you a using Interaction.GetSetting("AppName", "Section", "Key", "") for get some info from registry, but .net core is multyplatform so not api for access to regstry, but for transfer projects from .net fraework to .net core you can add pakage Microsoft.Win32.Registry;