Marcel

Results 10 comments of Marcel

I guess this issue is solved in version 4.0.2 due to the `render` function calls your custom `highlighter` like this: highlighter(text, item) Just use the second argument.

@jacksondaw wrote: > Just add a filter to the AddMvc func, in the ConfigureServices method in Startup.cs > services.AddMvc(options => > { > options.Filters.Add(new ProducesResponseTypeAttribute(500)); > }) Placing this filter...

This is originally created by me here: https://community.sonarsource.com/t/s2259-false-positive-xy-is-null-on-at-least-one-execution-path/41172

> Hi @aureole82, > > Can you please provide more explanation why do you think that it's a False Positive? > > ```cs > // This is usage of lifted...

I don't know if `(DateTime?)null` is translated into `DateTime.MinValue` (and actually I don't believe it) but it doesn't matter! Please read the link I posted before: > For the comparison...

I've just realized this issue is fixed in Swashbuckle.AspNetCore Version 6.1.1. Is this correct?

@postman-staff What's the problem? Either kick Ctrl+K,Ctrl+U (bad for Visual Studio Code users) or kick uppercasing by Ctrl+U! You cannot have both!

Removing both tags and pushing manually can't be the final solution. **What about stopping the whole release process if pushing fails?** Regarding the _Permission denied (publickey)_ issue: It works on...

As I said > Works not: `Branches.push ""` so the origin/master don't know about the last commit and as far as I understand the following marks the latest remote commit...

Ok, after a lot of pointless stackoverflow posts I quit and took the [`ssh-agent-utils.ps1`](https://gist.github.com/markembling/187305) script we're using at work. After running it my ssh-agent is up and configured like you...