SashaPshenychniy
Results
2
issues of
SashaPshenychniy
Version 3.5 doesn't have such problem. I assume problem is related to FeatureToggle.Common package which depends on .NET Standard.Library even for .NET Framework target.
Microsoft updated a way to register startup actions for Azure Functions v2. Now instead of IWebJobsBuilder we should use IFunctionsHostBuilder, so extension methods from this library cannot be used anymore...