The interface IModelToolsHandler should be public, not internal. It needs to be accessible from the DependencyInjection class in the Infrastructure layer for DI registration.
public interface IModelToolsHandler {
Originally posted by @Copilot in #24 (comment)
The interface IModelToolsHandler should be public, not internal. It needs to be accessible from the DependencyInjection class in the Infrastructure layer for DI registration.
Originally posted by @Copilot in #24 (comment)