Francesco Leonetti

Results 11 issues of Francesco Leonetti

How can I disable logging? After adding the library I have an unreadable console: ![Screenshot 2019-05-19 at 08 21 50](https://user-images.githubusercontent.com/2131800/57978493-2d065a80-7a0f-11e9-8f68-5dd353205c5f.png)

The package should be accessible from the official NuGet repository.

Hi I followed all the instructions but I'm getting an empty `swagger.json` even if the response code is `200`. My service and data contracts are in a separate project. Could...

I'm using version 2.1.1-beta. I'm trying to use the built-in verb `version` to display the information, but it's not working. It works if I use the `--version` switch. Am I...

Is there any existing way to define `commands`, intended as classes to execute specific options? IF not, any plan to add support? I would expect something like this, removing lot...

I have two lists: `source` and `destination`. I'm able to copy items (duplicates possible) by dropping items from `source` to `destination`, achieve through this code: ```javascript onDragStart: function ($item, container,...

Thank you for the example! How would I Configure custom claims using AD authentication? Side-by-side I'm also using the Asp.Net identity authentication, and it would be nice to map AD...

Any plan to make it compatible with .NET core 1.0 RTM?

As an extension to the markdown engines, it would be nice to have the possibility to renderer references to Visio files as images See issue #3261

extensibility

When using version `1.0.0-beta08` of the library in a `.net 8` app, if you specify a `System.Text.Json.Serialization.JsonSerializerContext`, the **StronglyTypedId** will be serialized as an empty object. Definition: ```csharp [JsonSourceGenerationOptions(PropertyNamingPolicy =...