phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

Use null-logger #268

Closed Corniel closed 1 month ago

Corniel commented 2 months ago

Using NullLogger leads to cleaner code than using the ? condtional operator.

Corniel commented 1 month ago

@phmonte A small reminder.