Zero.sln #55
Annotations
10 warnings
build-publish:
Zero.WebApi/Controllers/NodeController.cs#L33
Missing XML comment for publicly visible type or member 'NodeController.OnAuthorize(string)'
|
build-publish:
Zero.WebApi/Services/MyHostedService.cs#L21
Missing XML comment for publicly visible type or member 'MyHostedService.MyHostedService(IRegistry, StarFactory)'
|
build-publish:
Zero.WebApi/Services/MyHostedService.cs#L27
Missing XML comment for publicly visible type or member 'MyHostedService.StartAsync(CancellationToken)'
|
build-publish:
Zero.WebApi/Services/MyHostedService.cs#L55
Missing XML comment for publicly visible type or member 'MyHostedService.StopAsync(CancellationToken)'
|
build-publish:
Zero.WebApi/Services/NodeService.cs#L183
XML comment has a param tag for 'inf', but there is no parameter by that name
|
build-publish:
Zero.WebApi/Services/NodeService.cs#L187
Parameter 'model' has no matching param tag in the XML comment for 'NodeService.Ping(IDeviceModel, IPingRequest, string, string)' (but other parameters do)
|
build-publish:
Zero.WebApi/Services/NodeService.cs#L187
Parameter 'request' has no matching param tag in the XML comment for 'NodeService.Ping(IDeviceModel, IPingRequest, string, string)' (but other parameters do)
|
build-publish:
Zero.WebApi/Services/NodeService.cs#L303
Parameter 'device' has no matching param tag in the XML comment for 'NodeService.Upgrade(IDeviceModel, string, string)' (but other parameters do)
|
build-publish:
Zero.WebApi/Services/NodeService.cs#L303
Parameter 'ip' has no matching param tag in the XML comment for 'NodeService.Upgrade(IDeviceModel, string, string)' (but other parameters do)
|
build-publish:
Zero.WebApi/Services/PreheatHostedService.cs#L13
Missing XML comment for publicly visible type or member 'PreheatHostedService.PreheatHostedService(ICacheProvider)'
|