Skip to content

Conversation

@tl-Roberto-Mancinelli
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings November 13, 2025 09:50
Copilot finished reviewing on behalf of tl-Roberto-Mancinelli November 13, 2025 09:54
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 updates the TrueLayer.Signing package from version 0.2.2 to 0.2.4 and refactors the request signing implementation to use byte arrays instead of strings for improved efficiency.

  • Updated TrueLayer.Signing package dependency from 0.2.2 to 0.2.4
  • Refactored request body handling to use JsonSerializer.SerializeToUtf8Bytes() instead of string serialization
  • Changed HTTP content creation from StringContent to ByteArrayContent with explicit content type header

Reviewed Changes

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

File Description
src/TrueLayer/TrueLayer.csproj Updated TrueLayer.Signing package reference to version 0.2.4
src/TrueLayer/ApiClient.cs Refactored signing implementation to use byte arrays; removed obsolete System.Text import; replaced StringContent with ByteArrayContent

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

@sonarqubecloud
Copy link

@tl-Roberto-Mancinelli tl-Roberto-Mancinelli merged commit c0a92e0 into main Nov 13, 2025
9 checks passed
@tl-Roberto-Mancinelli tl-Roberto-Mancinelli deleted the signature-improvements branch November 13, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants