ASP.NET Community Standup: OpenAPI Updates in .NET 9

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 12

  • @user-os2bn3qk4p
    @user-os2bn3qk4p 3 месяца назад

    Fantastic! Thanks so much!

  • @wagd
    @wagd 5 месяцев назад

    Ooh.. That "heck" distorts just enough that I needed to listen to it 3 times to make sure it wasn't a f-bomb 😁😁

  • @garcipat
    @garcipat Месяц назад

    Working currenlty with the maintainer of NSwag I get to hear always how hard it is considering all the edge cases for so many people and and not breaking things since so many people use it. I would doubt that MS would be open so much for thus customization but would rather just provide an opinionated way.

  • @CecilPhillip
    @CecilPhillip 5 месяцев назад +1

    I don't get the hate for regions either. I've seen a few OSS projects use them and it makes reading through their code in an IDE really nice. E g. FusionCache

  • @kubanoloko
    @kubanoloko 5 месяцев назад +3

    hey Jon, good afternoon, the Url in the comments doesnt match the one on the video! ~ thanks

    • @dotnet
      @dotnet  4 месяца назад

      You should find all correct links here: www.theurlist.com/aspnet-standup-2024-05-28

  • @pavlindrom
    @pavlindrom 5 месяцев назад

    I just learned about mermaid from this, seems cool! Might use it to make some diagrams now.

  • @alef.carlos
    @alef.carlos 5 месяцев назад

    What about SignalR Hubs documentation? It would be cool to use AsyncApi.

  • @modernkennnern
    @modernkennnern 5 месяцев назад

    What's up with `x-aspnetcore-id` in the generated doc?

    • @safiaabdalla5656
      @safiaabdalla5656 5 месяцев назад

      It's an artifact of the way operation transformers are implemented. It's effectively a correlation ID that allows us to map an OpenAPI operation to its matching ApIDescription instance. I actually just opened a PR to remove it from the final serialized document since it's not really meant to be stored in the final document (although it is helpful for debugging).

  • @critchleysj
    @critchleysj 3 месяца назад

    Is it too much to ask for a single solitary example of the "new stuff" in the context of a controller? I'm drowning in minimal api examples.

  • @garcipat
    @garcipat Месяц назад

    You should not expose swagger UI in productive environments. then you have no issues of leaking anything secret.