Skip to content

Proxy Invocations Except Current Session #408

Proxy Invocations Except Current Session

Proxy Invocations Except Current Session #408

Triggered via pull request January 11, 2024 23:04
Status Failure
Total duration 3m 1s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/NexNet.Generator/NexusGenerator.Emitter.cs#L300
Parameter 'writeParamNames' has no matching param tag in the XML comment for 'MethodMeta.EmitNexusMethodInvocation(StringBuilder, bool)' (but other parameters do)
build: src/NexNet/Invocation/ProxyInvocationBase.cs#L271
The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
build: src/NexNet/Invocation/ProxyInvocationBase.cs#L295
The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
build: src/NexNet/Internals/Pipelines/ConnectionAbortedException.cs#L28
'OperationCanceledException.OperationCanceledException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/NexNet/Internals/Pipelines/ConnectionResetException.cs#L28
'IOException.IOException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/NexNet.IntegrationTests/NexusServerTests_NexusInvocations.cs#L294
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/NexNet.IntegrationTests/NexusServerTests_NexusInvocations.cs#L299
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/NexNet.Generator/NexusGenerator.Emitter.cs#L300
Parameter 'writeParamNames' has no matching param tag in the XML comment for 'MethodMeta.EmitNexusMethodInvocation(StringBuilder, bool)' (but other parameters do)
build: src/NexNet/Invocation/ProxyInvocationBase.cs#L271
The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
build: src/NexNet/Invocation/ProxyInvocationBase.cs#L295
The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments