Cédric Menzi

Results 37 comments of Cédric Menzi

@RodgeFu Yes, this is exactly I've looking for. Many thanks!

I've reported the issue and they telling me, I've to check deviation notice. It's because 4.8.5 is still vulnerable when somebody ist using netstandard1.3. Not sure if this deviation notice...

Sure! The issue is here: https://github.com/ardalis/SmartEnum/blob/master/src/SmartEnum/TypeExtensions.cs#L12 where the binding flags only include `BindingFlags.Public` members. This means that a defined `private` member in enumeration class is not added to the `options`...

@xboxeer, @Yao725 Any updates on this? The issue still exists in `1.0.1`. The issue comes from the method `DeserializeSlotConfigNamesResourceData`, where the `Id` gets read and because the Azure API returns...

Workaround for all those who cannot wait :-) ```c# private class Fix30463 : HttpPipelinePolicy { public override void Process(HttpMessage message, ReadOnlyMemory pipeline) { ProcessNext(message, pipeline); var lastPart = message.Request.Uri.Path.Split('/').LastOrDefault(); if...

@shemogumbe ```csharp namespace ConsoleApp { using Azure.Identity; using Microsoft.Graph; using Microsoft.Graph.Models; internal class Program { static async Task Main(string[] args) { await ReproduceBug(); } private static async Task ReproduceBug() {...

@shemogumbe Any updates? Needs author feedback is done

@darrelmiller @baywet Could you please take a look at this or give it small push. There is no reaction at all.

Yes, We are using portainer, but I see the request in the logs of yaade. So, it receives the vertex server route, which does response with 404 including an html...

No, we use the values you suggested. Container is in state "running" and "healthy". My guess would be this line here, but there is no log output: https://github.com/EsperoTech/yaade/blob/main/server/src/main/kotlin/com/espero/yaade/server/Server.kt#L274 Is there...