Results 10 comments of Francesco Venturini

Here it's the stack trace of my stack overflow Stack overflow. at System.Globalization.CompareInfo.IcuCompareString(System.ReadOnlySpan`1, System.ReadOnlySpan`1, System.Globalization.CompareOptions) at System.Globalization.CompareInfo.Compare(System.ReadOnlySpan`1, System.ReadOnlySpan`1, System.Globalization.CompareOptions) at System.Globalization.CompareInfo.Compare(System.String, System.String, System.Globalization.CompareOptions) at System.String.Equals(System.String, System.String, System.StringComparison) at Azure.Core.RequestUriBuilder.ToString() at...

@chriswill any ideas? it's working fine with deprecated Microsoft.Azure.Storage nuget package and your last main release 2.x

> Are you running your function in isolated mode? If not, then your function may not have support for these dlls. > […](#) > Sent from my iPhone On Oct...

That’s my solution after extracting your code If work like the past with this new 3.0/1 method AddControllersWithViews return services.AddControllersWithViews(opt => { opt.Conventions.Add(new FeatureControllerModelConvention(options)); }) .AddRazorOptions(o => { o.ViewLocationFormats.Clear(); o.ViewLocationFormats.Add(options.FeatureNamePlaceholder...

https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp I'm using this easy and nice implementation that use 256 block size, could you have a look at it? it's native (only system.security) and super fast to test

> [#928](https://github.com/Azure/static-web-apps-cli/issues/928) is a related issue. #941 this, too

> In my case, I need to use AAD as the auth provider when deployed, but I need the local auth emulator for local dev. Prior to 2.0.3, going to...