Wirehome.Core
Wirehome.Core copied to clipboard
can not find BackupService
in the Wirehome.Core can't find the BackupService the version:1.0.0-beta1
Hi, please use the latest master branch. The file was excluded by accident due to a gitignore sample file. Let me know if this version works better. Best regards Christian
the BackupController file in the Path :Wirehome.Core/Wirehome.Core/HTTP/Controllers/BackupController.cs

it contains BackupService file, but project not find BackupService file.
Oh sorry I forgot to push. Please try again 🙈
the BackupService is work.
but more error
1、

2、the two file using error
error: using Wirehome.Core.Cloud;
right: using Wirehome.Core.Cloud.Channel;
the class ConnectorChannelStatistics is in package: Wirehome.Core.Cloud.Channel;

What does that error mean? Are the files missing? The latest master branch is compiling on my machine and also the CI build works (as you can see on the readme page). Please try pulling a clean copy again.