Benjamin Hugot
Benjamin Hugot
Hello, I can't build this project with dotnet build. Any tips on this? Thanks
Related to #283 I added async methods on ExcelPackage to fix errors with streams in aspnetcore 3.1 There are many other class to change but this is a first step....
### Which service(blob, file, queue, table) does this issue concern? table ### Which version of the Azurite was used? latest ### Where do you get Azurite? (npm, DockerHub, NuGet, Visual...
A listener can be stopped and start again but if there is a TaskSeriesTimer under the listener. This pr allow to start and stop and start again a listener when...
Hi, There is a missing part of stream for HystrixThreadPool. Would be nice to have it
Hello, it's not a bug but a proposal. ### Source/destination types ```csharp class AnObjectWithReadOnlyCollection { public IReadOnlyCollection Items { get; set; } } ``` ### Source/destination JSON ```javascript {"items":[] }...
Hello, We use your lib but we have some problem sometime the token is not correctly silent-renewed and then we got error as we have a really short expiration time,...
Hello, we are using warmup slot for deploiement and to be sure that almost all functions but some healthcheck one we put Disable Attribute on each functions class with same...
Hello, When upgrading to last Microsoft.IdentityModel.Protocols is pulling Microsoft.IdentityModel.Abstractions from 6.32.3 to 6.33.0 that as the following breaking change on startup The type initializer for 'DurableFunctionsMonitor.DotNetBackend.Auth' threw an exception. Method...
Hello, In same time the work is done on Azure/durabletask/pull#763 we should apply same changes on DFM