Pavel Anpin
Pavel Anpin
Setting `True` still fails with `error MSB4018: The "GenerateAppManifestFromAppx" task failed unexpectedly. `. @mattleibow have you found a workaround?
I'm experiencing the same issue with B2C.
MSAL always expects `http://localhost` https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/4419b3ff4983fc7e99eff3dcb849cab39e7b7e48/src/client/Microsoft.Identity.Client/Platforms/Features/DefaultOSBrowser/HttpListenerInterceptor.cs#L50 But B2C always redirects to `http://127.0.0.1:/?` even if redirect URI was set to `http://localhost:`
I do have the full chain under .ssl/ca-chain.pem (root + intermediate) as per the openldap [docs](https://www.openldap.org/doc/admin24/tls.html) and I can validate the cert via openssl
Before opening the issue I tried adding my root CA to the system bundle by overriding nixos `cacert` package as such ``` ( final: prev: { cacert = prev.cacert.override {...
AFAIK the MDC tool is simply sending the status command to every ID defined in the SET ID Range field. Those who respond with ACK are considered to be found....
hi and welcome to github! > Most important: I suggest, when ContextMenuContainers are being nested, the rightclick/tap&hold action should only be handled by the innermost container. Currently, on Windows it...
have you considered restructuring your layout? I think this should work: ``` ```
This is still happening with `7.0.201` SDK