Public API in the plugins #495
304NotModified
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I realized that I made a breaking change in #479, as there is a lot of code that
public
while that's isn't necessary. It makes it very hard to fix bugs or make improvements without breaking code.E.g. in ServiceCollectionFinder.cs has a public constructor (ctor), so you could never change the dependencies 🫨
Possible options:
internal
/private
. Maybe change the minor version number for this change (2.3.x -> 2.4.x). This means, also merge Remove deadcode in AutoFac plugin #480Beta Was this translation helpful? Give feedback.
All reactions