Skip to content

upodate build tests to continue on mscopy error #20

upodate build tests to continue on mscopy error

upodate build tests to continue on mscopy error #20

Triggered via push February 16, 2024 15:45
Status Failure
Total duration 1m 31s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 33 warnings
build (Release, ubuntu-latest)
Process completed with exit code 1.
build (Release, windows-latest)
The operation was canceled.
build (Release, macos-latest)
The operation was canceled.
build (Release, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L219
Nullability of reference types in type of parameter 'job' of 'bool MessageManager.TryGetJob(string task_id, out ServerJob? job)' doesn't match implicitly implemented member 'bool IMessageManager.TryGetJob(string task_id, out ServerJob job)' (possibly because of nullability attributes).
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L18
Cannot convert null literal to non-nullable reference type.
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void Agent.OnTaskingReceived(object sender, TaskingReceivedArgs args)' doesn't match the target delegate 'EventHandler<TaskingReceivedArgs>' (possibly because of nullability attributes).
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Config/ContainerProvider.cs#L12
Non-nullable property 'Container' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L43
The variable 'e' is declared but never used
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L93
The variable 'e' is declared but never used
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L131
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L136
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release, ubuntu-latest): Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L143
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release, ubuntu-latest)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build (Release, ubuntu-latest)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build (Release, ubuntu-latest)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build (Release, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release, macos-latest)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Commands/ConsoleWriter.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Commands/ConsoleWriter.cs#L33
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Commands/ConsoleWriter.cs#L40
'ConsoleWriter.Dispose()' hides inherited member 'TextWriter.Dispose()'. Use the new keyword if hiding was intended.
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Responses/DownloadTaskResponse.cs#L9
'DownloadTaskResponse.ToJson()' hides inherited member 'TaskResponse.ToJson()'. Use the new keyword if hiding was intended.
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Responses/FileDeletedTaskResponse.cs#L6
'FileDeletedTaskResponse.ToJson()' hides inherited member 'TaskResponse.ToJson()'. Use the new keyword if hiding was intended.
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Responses/EdgeResponse.cs#L9
'EdgeResponse.ToJson()' hides inherited member 'TaskResponse.ToJson()'. Use the new keyword if hiding was intended.
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Responses/KeyPressTaskResponse.cs#L18
'KeyPressTaskResponse.ToJson()' hides inherited member 'TaskResponse.ToJson()'. Use the new keyword if hiding was intended.
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Responses/FileBrowserTaskResponse.cs#L9
'FileBrowserTaskResponse.ToJson()' hides inherited member 'TaskResponse.ToJson()'. Use the new keyword if hiding was intended.
build (Release, macos-latest): Payload_Type/athena/athena/agent_code/Agent.Models/Responses/LoadTaskResponse.cs#L9
'LoadTaskResponse.ToJson()' hides inherited member 'TaskResponse.ToJson()'. Use the new keyword if hiding was intended.