Skip to content

GetIngressStatusAsync #136

GetIngressStatusAsync

GetIngressStatusAsync #136

Triggered via push December 13, 2024 18:49
Status Failure
Total duration 1m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/PocketIC/PocketIcHttpClient.cs#L209
Nullability of reference types in type of parameter 'effectivePrincipal' of 'Task<CandidArg> PocketIcHttpClient.QueryCallAsync(int instanceId, Principal sender, Principal canisterId, string method, CandidArg request, EffectivePrincipal effectivePrincipal)' doesn't match implicitly implemented member 'Task<CandidArg> IPocketIcHttpClient.QueryCallAsync(int instanceId, Principal sender, Principal canisterId, string method, CandidArg request, EffectivePrincipal? effectivePrincipal = null)' (possibly because of nullability attributes).
build: src/PocketIC/PocketIcHttpClient.cs#L378
Nullability of reference types in type of parameter 'effectivePrincipal' of 'Task<CandidArg> PocketIcHttpClient.SubmitIngressMessageAsync(int instanceId, Principal sender, Principal canisterId, string method, CandidArg request, EffectivePrincipal effectivePrincipal)' doesn't match implicitly implemented member 'Task<CandidArg> IPocketIcHttpClient.SubmitIngressMessageAsync(int instanceId, Principal sender, Principal canisterId, string method, CandidArg request, EffectivePrincipal? effectivePrincipal = null)' (possibly because of nullability attributes).
build: src/PocketIC/PocketIcHttpClient.cs#L396
Nullability of reference types in type of parameter 'effectivePrincipal' of 'Task<CandidArg> PocketIcHttpClient.ExecuteIngressMessageAsync(int instanceId, Principal sender, Principal canisterId, string method, CandidArg request, EffectivePrincipal effectivePrincipal)' doesn't match implicitly implemented member 'Task<CandidArg> IPocketIcHttpClient.ExecuteIngressMessageAsync(int instanceId, Principal sender, Principal canisterId, string method, CandidArg request, EffectivePrincipal? effectivePrincipal = null)' (possibly because of nullability attributes).
build: src/PocketIC/IPocketIcHttpClient.cs#L153
Missing XML comment for publicly visible type or member 'IPocketIcHttpClient.GetIngressStatusAsync(int, RequestId, EffectivePrincipal)'
build: src/PocketIC/IPocketIcHttpClient.cs#L306
Missing XML comment for publicly visible type or member 'IngressStatus'
build: src/PocketIC/IPocketIcHttpClient.cs#L308
Missing XML comment for publicly visible type or member 'IngressStatus.Type'
build: src/PocketIC/IPocketIcHttpClient.cs#L318
Missing XML comment for publicly visible type or member 'IngressStatus.AsOk()'
build: src/PocketIC/IPocketIcHttpClient.cs#L323
Missing XML comment for publicly visible type or member 'IngressStatus.Ok(RequestStatus)'
build: src/PocketIC/IPocketIcHttpClient.cs#L328
Missing XML comment for publicly visible type or member 'IngressStatus.NotFound()'
build: src/PocketIC/IPocketIcHttpClient.cs#L334
Missing XML comment for publicly visible type or member 'IngressStatusType'