update path plugin parsing stuff #22
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/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#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/Agent.cs#L43
The variable 'e' is declared but never used
|
build (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Agent/Agent.cs#L72
Possible null reference assignment.
|
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/Managers/MessageManager.cs#L27
Non-nullable field 'origStdOut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L31
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 (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Agent/Managers/MessageManager.cs#L50
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 (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, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
build (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/AmsiTests.cs#L21
Dereference of a possibly null reference.
|
build (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
build (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/AmsiTests.cs#L21
Dereference of a possibly null reference.
|
build (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
build (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/AmsiTests.cs#L21
Dereference of a possibly null reference.
|
build (Release, ubuntu-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
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)
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)
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/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
build (Release, macos-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
build (Release, macos-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
build (Release, macos-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
build (Release, macos-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/DefenderTests.cs#L17
Dereference of a possibly null reference.
|
build (Release, macos-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/AmsiTests.cs#L21
Dereference of a possibly null reference.
|
build (Release, macos-latest):
Payload_Type/athena/athena/agent_code/Tests/Agent.Tests.Defender/DefenderTests/AmsiTests.cs#L21
Dereference of a possibly null reference.
|