Results 23 issues of Fabrizio Lazzaretti

As proposed in https://github.com/unchase/Unchase.Swashbuckle.AspNetCore.Extensions/issues/21 I would like always to use the same newline separate, independent of the OS. The file is served on a server, and the client should not...

The line break in the description is OS specific with `Envirinment.NewLine`, which leads to different results depending on the OS. Windows: ``` "description": "The description of the enum.\r\n\r\n0 = None"...

I have an enum with multiple labels pointing to the same value. ```csharp public enum SomeFields { Field1 = 1, AnotherNameForField1 = Field1, Field2 = 2, } ``` Unfortunately, that...

### Observed behavior Docker build does not work for the example ["Example: Secure Channels through Apache Kafka"](https://github.com/build-trust/ockam/tree/develop/examples/rust/ockam_kafka). ### Steps to reproduce 1. `git checkout ockam_v0.90.0` 2. `cd examples/rust/ockam_kafka` 3. `docker...

good first issue
help wanted
Component: CI/CD
hacktoberfest

### 🔖 Feature description Is AsyncApi v3 officially supported for APIs? ### 🎤 Context In objects [Kind: API](https://backstage.io/docs/features/software-catalog/descriptor-format/#kind-api) there is nothing written about AsyncApi versions. For OpenApi versions are described....

enhancement
help wanted

## Hey, I just made a Pull Request! Add documentation & example that AsyncApi 3 is supported. The same way as it is done with OpenApi. I also updated the...

documentation
area:catalog

--- title: "docs: add example Multi Format Schema Object Example with Avro" --- Make it clear on how to use Avro and other non-JSON Schema conform formats inline. Discussed with...

I'm unsure how, or if at all, Avro is supported inside the AsyncApi file or if you can only have it as a separate reference. In version 2, I found...

🐞 Bug

#### Describe the bug To me it is unclear how you use `asyncapi start`. #### How to Reproduce 1. Run command `asyncapi` 2. you see the command explanation `start Start...

enhancement
stale

I am creating Kafka APIs in AsyncAPI. These APIs should have CloudEvents headers. Now, I was wondering if it would make sense to have an official CloudEvents Trait in AsyncAPI...

lifecycle/stale