dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
3.94k stars 840 forks source link

Feat/source code enhancements #9985

Closed Patrick8639 closed 3 weeks ago

Patrick8639 commented 1 month ago

Source-code enhancements:

This is a first batch of corrections, more to come (still 2159 warnings...)

yufeih commented 1 month ago

@Patrick8639 build failed.

Patrick8639 commented 1 month ago

Hello @yufeih and @filzrev , Thank you for your comments.

I will rebase to main and start again, taking into account the remarks.

What do you think would be the better to push the changes?

Consider disable adding spaces to align property names. The rest of the codebase does not follow this style pattern.

Yes, I will take attention to this, even if I think that the code is more readable when the = are aligned...