Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently .Net Evaluator doesn't properly use Tang injection and Configuration. As we have introduced alias, we can now use proper Tang configuration for Evaluator config.
A proposed changes are:
- Make the following constructor injectable:
- ContextManager
- HeartBeatManager
- EvaluatorRuntime
- EvaluatorSettings
- Consolidate EvaluatorSettings and EvaluatorConfiguration
- Simplify and refactor Evaluator