Alex

Results 21 comments of Alex

I could fix the problem, by just moving the EinheitentabellenEintrag type above the Nachschlagetabelle type, so that is defined before it is used. Is this still a bug in TypedJSON?

@JohnWhiteTB It would be nice, if you could mention this limitation on the documentation. In addition I noticed that you must specifiy the member type. So the following class would...

@jmprieur I have one deamon app that calls a web API. What is the advantage of using Microsoft.Identity.Web over Azure.Identity (ManagedIdentityToken)?

@jmprieur The same is true for Azure.Identity, as you can use AzureCliCredential (for local usage) and ManagedIdentityCredential (for Azure environment) within a ChainedTokenCredential. The question from my site is, if...

> @Rookian, yes. but the chained token credentials don't use the same credentials (once is a Client Cred, the other is you as a user, who was granted access to...

I think the easiest solution is to use `AzureCliCredential` or `InteractiveBrowserCredential` when authenticating against Azure Service Bus. The new SDK already provides an option to use `TokenCredential`. ```csharp public ServiceBusClient(string...

Agree with @milkshakeuk. Please provide a setup documentation on how to debug an Angular2 application with karma and PhantomJs.

@eluchsinger > The lack of this feature makes a migration away from `AppAuthentication` unreasonable for at least SQL Server Authentication use cases. > > The migration below causes 3 calls...

@RyptHunterz Still no PR from you ????