Rizk Hanna
Rizk Hanna
You can create a custom serializer and register it in the startup method public class StartUp : FunctionsStartup { public override void Configure(IFunctionsHostBuilder builder) { builder.Services.AddSingleton(); } } public class...
StrongNamer is causing great issues. In my situation, the only way to use your library is when it's signed. Thanks
I was able to get around this by doing the following: 1- Replace ExtractDownloadUrls by the following: ``` private static IEnumerable ExtractDownloadUrls(JObject json) { var info = new List(); var...