BEN ABT

Results 19 comments of BEN ABT

It works today in my projec too. I guess it was a race condition of nuget caching... even if I think I have used restore with `--force`.

But this (dependency to VS / VSBT) is in itself a requirement that you have with classic SQL projects anyway. So at least from this point of view this would...

Hello Bogdan, thank you for your quick reply. In principle, I am not concerned with a single exception, even though I noticed it again because of the Client Secret example...

It could look like this ```csharp public abstract class MsalException : Exception { protected MsalException(string errorCode, string message) : base(message) { ErrorCode = errorCode; } protected MsalException(string errorCode, string message,...

> are not guaranteed to be stable by AAD. This is the problem that makes so much existing code buggy - and often this is critical code because it's all...

Please bring back the support. Thousands of developers now have to convert a CLI to REST because support was removed in what should have been a stable CLI. The impact...

And one more addition: Azure CLI versioning is based on semver. But the changes violate the semver principle. Version 2.36 to 2.37 is a minor update, but the changes are...

I already started to implement this. https://github.com/Geaz/sharpDox/compare/dev...BenjaminAbt:dev

> I like the idea here, but IMO this GitHub issue is very broad and therefore hard to fix. Yes, that was the intention. I wanted to find out what...