-
Notifications
You must be signed in to change notification settings - Fork 224
Description
Errors are occurring in PRs targeting master because the code needs to be adapted to the changes introduced in Neo 4.0.0-CIXXXX
Error: /home/runner/work/neo-node/neo-node/src/Neo.CLI/CLI/MainService.Logger.cs(13,11): error CS0234: The type or namespace name 'IEventHandlers' does not exist in the namespace 'Neo' (are you missing an assembly reference?) [/home/runner/work/neo-node/neo-node/src/Neo.CLI/Neo.CLI.csproj]
Error: /home/runner/work/neo-node/neo-node/src/Neo.CLI/CLI/MainService.Logger.cs(19,29): error CS0246: The type or namespace name 'ILoggingHandler' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/neo-node/neo-node/src/Neo.CLI/Neo.CLI.csproj]
Error: /home/runner/work/neo-node/neo-node/src/Neo.CLI/CLI/MainService.Logger.cs(78,10): error CS0246: The type or namespace name 'ILoggingHandler' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/neo-node/neo-node/src/Neo.CLI/Neo.CLI.csproj]
Error: /home/runner/work/neo-node/neo-node/src/Neo.CLI/CLI/MainService.Logger.cs(78,10): error CS0538: 'ILoggingHandler' in explicit interface declaration is not an interface [/home/runner/work/neo-node/neo-node/src/Neo.CLI/Neo.CLI.csproj]
Error: Process completed with exit code 1.