Bump Octokit from 13.0.1 to 14.0.0 #12
Open
Annotations
10 errors
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L139
The type or namespace name 'NetworkTestResultDto' could not be found (are you missing a using directive or an assembly reference?)
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L118
The type or namespace name 'TestResultSummaryDto' could not be found (are you missing a using directive or an assembly reference?)
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L17
'NetworkTestService' does not implement interface member 'INetworkTestService.ToggleAsync(Guid, CancellationToken)'
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L17
'NetworkTestService' does not implement interface member 'INetworkTestService.DeleteAsync(Guid, CancellationToken)'
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L17
'NetworkTestService' does not implement interface member 'INetworkTestService.UpdateAsync(Guid, UpdateNetworkTestRequest, CancellationToken)'
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L17
'NetworkTestService' does not implement interface member 'INetworkTestService.GetByIdAsync(Guid, CancellationToken)'
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L17
'NetworkTestService' does not implement interface member 'INetworkTestService.GetAllAsync(CancellationToken)'. 'NetworkTestService.GetAllAsync(CancellationToken)' cannot implement 'INetworkTestService.GetAllAsync(CancellationToken)' because it does not have the matching return type of 'Task<IReadOnlyList<NetworkTestDefinitionDto>>'.
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L170
The type or namespace name 'NetworkTestResultDto' could not be found (are you missing a using directive or an assembly reference?)
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L139
The type or namespace name 'NetworkTestResultDto' could not be found (are you missing a using directive or an assembly reference?)
|
|
Build:
src/HNW.Api/Services/NetworkTestService.cs#L118
The type or namespace name 'TestResultSummaryDto' could not be found (are you missing a using directive or an assembly reference?)
|
Loading