Wirehome.Core icon indicating copy to clipboard operation
Wirehome.Core copied to clipboard

can not find BackupService

Open mzy666888 opened this issue 6 years ago • 5 comments

in the Wirehome.Core can't find the BackupService the version:1.0.0-beta1

mzy666888 avatar Apr 10 '19 03:04 mzy666888

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

chkr1011 avatar Apr 10 '19 21:04 chkr1011

the BackupController file in the Path :Wirehome.Core/Wirehome.Core/HTTP/Controllers/BackupController.cs

image

it contains BackupService file, but project not find BackupService file.

mzy666888 avatar Apr 11 '19 00:04 mzy666888

Oh sorry I forgot to push. Please try again 🙈

chkr1011 avatar Apr 11 '19 06:04 chkr1011

the BackupService is work. but more error 1、 image

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; image

mzy666888 avatar Apr 11 '19 06:04 mzy666888

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.

chkr1011 avatar Apr 11 '19 15:04 chkr1011