MD Ashique

Results 9 issues of MD Ashique

## In what area(s)? > /area runtime ## Expected Behavior perf test build should pass without any error ## Actual Behavior Perf test build is failing with below error: [sample...

kind/bug
stale

# Description This PR adds negative e2e tests for workflow backend 1. More than one workflow backend components should result in dapr error 2. For invalid workflow backend type, dapr...

### Investigative information ###### Please provide the following: - Timestamp: 2023-09-17T03:40:59.012Z - Function App name: functionapp - Function name(s) (as appropriate): DaprCronBindingTrigger - Core Tools version: 4.0.5312 ### Repro steps...

Addin tests for retry with AFDE triggers 1. DaprTopicTrigger 2. DaprBindingTrigger 3. DaprServiceInvocationTrigger

**Problem**: The console message doesn't clearly inform the user when the app_port is set, but there's no listener (app) on that port. This situation occurs when using a function app...

This PR modifies the logging category of bindings, with this change, every input and output binding will have their own category which will help us figure the usage and make...

**Problem** Dotnet isolated Azure Function with the Dapr extension encounters a build issue due to a missing `Microsoft.Azure.WebJobs.Extensions.Dapr` package with version `99.99.99`. **Root Cause** When users build the repository `https://github.com/Azure/azure-functions-dapr-extension.git`...

**Issue:** if the object contains string data with single quoted value in it, e.g. `"Test 'data'"`, `JSON.stringify(results)` returns result wrapped in ` (Grave Accent mark). **Actual result:** ![image](https://github.com/user-attachments/assets/a7a66f9e-e155-43ee-a3bf-77336a323dfc) **Expected result...