Alek Davis

Results 83 comments of Alek Davis

@jgarciadelanoceda It does sound related, but the point is that a class/type summary should not overwrite a property of that type summary regardless of the documentation source file order of...

@jgarciadelanoceda Welcome back. :-) I created a demo repo at https://github.com/alekdavis/swagger-bug-demo. There are several things that I can show, but I'm starting with the base scenario. I can do updates...

In this sample, there is an `enum` type `Scale`: ```cs /// /// Temperature scale. /// public enum Scale { /// /// Temperature in Celsius. /// Celsius, /// /// Temperature in...

I updated the demo project with your fix and the `TestEnumSchemaFilter` class. Maybe you can show how to plug it in? Thanks a lot for your help.

@jgarciadelanoceda Great, thanks, but now we are back to the problem I reported above: I can see the enum field summaries, but now the property summaries get overwritten by the...

@jgarciadelanoceda Ah, awesome. You did not have `UseAllOfToExtendReferenceSchemas` in your sample, so I thought it was not needed. It is good now. Really appreciate your help! I will keep the...

Thanks, @AnWeber. Some of these may be due to my ignorance, so do not take all of them literally (maybe there is a way around some and I'm simply not...

Nice tip on separating `rest` from `http` files. I think you have already addressed most from my list, but I will go over them and and create separate issues for...

Do you mean this: https://github.com/serilog/serilog/blob/dev/test/Serilog.Tests/Formatting/Display/MessageTemplateTextFormatterTests.cs ? Maybe I am not reading it right, but I do not see tests specific to the file sink and since this issue only happens...