Julian Verdurmen

Results 118 issues of Julian Verdurmen

Hi, We like to use this great extension for our security updates on Azure Devops Services. Is it possible to only create pull requests for security updates? We tried with...

enhancement
help wanted

Hi, Is this awesome tool maintained? If now, maybe it's a good idea to post a call for maintainers?

### Describe the bug 🐞 For collections with nullable types, (e.g. `int?[]`), the parameters aren't correctly rendered to the URL ### Step to reproduce Given: ```C# [Get("/api/resource1/")] Task TestCall2([Query(CollectionFormat.Csv)] IEnumerable...

bug

- [Microsoft.ApplicationInsights.WorkerService](https://www.nuget.org/packages/Microsoft.ApplicationInsights.WorkerService/) 2.21 - .NET 6 - AKS - Linux ### Describe the bug It seams that the heartbeat isn't working for applications that run shorter than 30 seconds, even...

bug

## Changes Fixes the heartbeat by sending the first heartbeat af 1 second instead of 30. This is configurable Fixes #2759 ### Checklist - [x] I ran Unit Tests locally....

@nickdodd79 The latest release is from 2021, there are some nice PR's still open, is this package still maintained? Or are you searching for other (co-)maintainers?

When I use `--no-commit` I won't expect any messages regarding git. For example ``` renameproject X Y --no-commit renameproject Z Q --no-commit ``` expected: - 2 projects renamed - not...

I seems that the only real supported .NET (core) version is a bit old. ![image](https://github.com/ModernRonin/ProjectRenamer/assets/5808377/641379c3-1478-4e92-bbec-2789888a7e85) recommend to update, at least to .NET 6, but maybe to .NET 6 + .NET...

### Issue Description Feature request: I'm not keen on the parameter names p0, p1 etc fallback. As we now the type, would be be cool to prefix it with the...

Difficulty: hard
Feature-Request
Severity: medium

#### Is the feature request related to a problem Currently `VerifyJson` performs the following actions * Convert to `JToken` (if necessary). * Apply [ignore member by name](/docs/serializer-settings.md#ignore-member-by-name) for keys. *...