Niels Swimberghe

Results 36 issues of Niels Swimberghe

Currently the pagination controls have anchors with an empty href in them. You can change this by overriding the template, but it would be nice to have an attribute where...

Here's my Blazor NCrontab tester project. Feel free to change, merge, remove as necessary and let me know if you need anything. Regarding hosting on GitHub pages, I have [sample...

### Issue Summary Currently, the `RequestValidator` requires you to pass in the Twilio Auth Token to its constructor. I'd like to only use Twilio API keys since they are more...

A while ago, a new optional parameter was introduced to the constructor of the `TwilioRestClient` which seems to be a breaking change. If you depend directly on the `Twilio` package,...

type: community enhancement
status: help wanted

There may be a reason `List` is used instead of `IList` or `IEnumerable`, but I'd like to be able to pass in other types of collection classes, specifically `T[]`. For...

type: community enhancement
status: help wanted

### Describe the bug `dotnet new` generates project in _src_ folder, handling the `--name` and `--output` parameter incorrectly. Let's use the following command as example 1: ```bash dotnet new serverless.AspNetCoreMinimalAPI...

feature-request
module/lambda-client-lib
queued
p2

When our customers install the Twilio WebJobs helper and install the latest version of the Twilio SDK, the helper throws an error because it was compiled against an older version...

One of your and our customers is running into an issue when using the Twilio binding. They are using the `Microsoft.Azure.WebJobs.Extensions.Twilio` package, but also added the most recent version of...

Needs: Triage :mag:

I'm a fan of PowerShell, but I think having to add `Microsoft.Playwright.NUnit` or a similar package, then build your project, then execute a PowerShell script that you can find in...

P3-collecting-feedback

The update to `System.IdentityModel.Tokens.Jwt` 6.19.0 broke something in the Apple authentication, as discussed [here](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/1861). This was reported over at the [Twilio helper library for ASP.NET](https://github.com/twilio-labs/twilio-aspnet/issues/82). For anyone else running into...

type: bug
status: help wanted