twilio-csharp icon indicating copy to clipboard operation
twilio-csharp copied to clipboard

Twilio C#/.NET Helper Library for .NET6+.

Results 71 twilio-csharp issues
Sort by recently updated
recently updated
newest added

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...

### Issue Summary Even if it's indicated on https://github.com/twilio/twilio-csharp/blob/a489e3d7c0110e6c130401b1bca9bced45c739fa/CHANGES.md#2020-12-02-version-5510 > **Lookups** > - Changed `caller_name` and `carrier` properties type to object **(breaking change)** We don't have any description or details...

type: docs update
status: help wanted

StartTime, EndTime and StartTimeAfter, EndTimeBefore had the same comments which was confusing some people. # Fixes # docs!: StartTime, EndTime and StartTimeAfter, EndTimeBefore had the same comments which was confusing...

type: twilio enhancement
type: docs update
status: help wanted

### Issue Summary Creating a message resource with the sendAt parameter set yields error response from Twilio API, stating invalid format, since wrong separators are used, . (dot) instead of...

type: bug
status: help wanted
difficulty: easy

### Issue Summary Running a SCA scan ( veracode) on twilio-sharp package reports the following vulnerability **Denial Of Service (DoS)** .NET Core is vulnerable to denial of service (DoS). It...

type: community enhancement
status: help wanted
difficulty: easy

Fixes #466 # Fixes # Makes `RequestValidator` thread-safe by not holding on to instances of the crypto algos used and instead new'ing them up and disposing of them per validation....

# Fixes # Admittedly a barebones effort to update the library and… corrected two tests TestAddGrant/ TestAddGrants. Suppressed errors for XML only, there are some null reference exceptions. All TESTS...

### Issue Summary This has been reported (and fixed?) on the [twilio-node](https://github.com/twilio/twilio-node/issues/461) project, however I am experiencing this same issue using v5.52.1 with C# ASP.NET Core 3.1. It appears to...

type: non-library issue

### Issue Summary Once you enumerate over a `ResourceSet` that has pages, on subsequent enumerations you only get back the last page ### Code Snippet ```csharp var messageResource = await...

type: bug
status: help wanted

# Fixes # add error handling with try catch to readme example ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license -...