Skip to content

Conversation

@KSemenenko
Copy link
Member

Summary

  • add a global.json so local builds use the .NET 9.0.306 SDK that matches CI

Testing

  • dotnet format --verify-no-changes
  • dotnet test

Codex Task

Copilot AI review requested due to automatic review settings November 7, 2025 21:45
@KSemenenko KSemenenko merged commit 100e039 into main Nov 7, 2025
6 checks passed
@KSemenenko KSemenenko deleted the codex/install-dotnet-9-and-fix-tests branch November 7, 2025 21:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR makes several improvements to the codebase including refactoring variable naming in type conversion logic, adjusting default parameter values, removing redundant code, and adding SDK version specification.

  • Improved variable naming clarity in TryConvertToInt method by using distinct names for parsed values
  • Changed the default sequenceSeed parameter from 1 to 0 in ActivityToSpanModelAdapter
  • Removed a redundant ExecuteAsync method override from LightningAgent that simply delegated to the base class

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/ManagedCode.AgentLightning.Core/Adapters/ActivityToSpanModelAdapter.cs Changed default sequenceSeed from 1 to 0 and improved variable naming in TryConvertToInt method
src/ManagedCode.AgentLightning.AgentRuntime/LightningAgent.cs Removed redundant ExecuteAsync method override
global.json Added .NET SDK version specification (9.0.306)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants