Skip to content

Conversation

@oerodger
Copy link
Contributor

No description provided.

@oerodger oerodger requested a review from Copilot January 14, 2026 15:17
@snyk-io
Copy link

snyk-io bot commented Jan 14, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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 adds support for cache and storage configuration to the translation service by introducing two new DTO classes: CacheSettings and StorageSettings, and adding them as properties to the TranslateService class.

Changes:

  • Added CacheSettings DTO class with apply and update boolean properties
  • Added StorageSettings DTO class with path and searchkeys properties
  • Extended TranslateService class with Cache and Storage properties

Reviewed changes

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

File Description
Intento.SDK/Translate/DTO/CacheSettings.cs New DTO class to configure cache behavior with apply and update flags
Intento.SDK/Translate/DTO/StorageSettings.cs New DTO class to configure storage with path and search keys
Intento.SDK/Translate/DTO/TranslateService.cs Added Cache and Storage properties to support new configuration options

💡 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants