You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, assemblies are loaded and cached. It's good for calling twice or more. Because it'll return the same assembly collection after the first call. But that collection has never been released or cleared.
The main required action is, clearing that collection after ServiceCollection is built.
Currently, assemblies are loaded and cached. It's good for calling twice or more. Because it'll return the same assembly collection after the first call. But that collection has never been released or cleared.
The main required action is, clearing that collection after ServiceCollection is built.
Source code of that section:
DotNurseInjector/src/DotNurse.Injector/Services/DotNurseTypeExplorer.cs
Lines 42 to 64 in d89fa62
The text was updated successfully, but these errors were encountered: