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

Drop `EmptyDisposable` #253

Closed Corniel closed 4 months ago

Corniel commented 4 months ago

Providing EmptyDisposable as part of the public API should not be part of Buildalyzer. I've decorated it as [Obsolete] and created a private alternative for the place where it was actually used.

phmonte commented 4 months ago

Hi @Corniel, After merging some PRs we had conflicts, could you resolve them? I believe I can resolve them manually, but if I can resolve them, I think it's safer.

Corniel commented 4 months ago

@phmonte Done.