destructurama / attributed

Use attributes to control how complex types are logged to Serilog.
Apache License 2.0
269 stars 33 forks source link

Remove or setup properly MarkdownSnippets.MsBuild? #73

Closed sungam3r closed 9 months ago

sungam3r commented 9 months ago

Every time I build solution this package modifies README.md removing changes added in previous commits.

I have never used this package and other repos in destructurama org do not install it.

ping @SimonCropp

sungam3r commented 9 months ago

I've got build error изображение For now I disable this package.

SimonCropp commented 9 months ago

markdownsnippets works by extracting snippets from cs files and merging them into markdown files. meaning snippets are always correct, and stay in sync with the code

if u want to change the snippets in the md file. u need to change the cs files where those snippets exist

you are getting a line too long error because longer code lines do not render well with the wrapping when in browsers. especially on mobile devices u can change the max line length https://github.com/SimonCropp/MarkdownSnippets/blob/main/docs/max-width.md

sungam3r commented 9 months ago

Thanks. Fixed in https://github.com/destructurama/attributed/commit/44714d979b5f6686744317c29af14057bcce42ed