Skip to content

fix(training): use string interpolation to satisfy CA1305#501

Merged
JerrettDavis merged 1 commit intomainfrom
fix/ca1305-program-tostring
Apr 27, 2026
Merged

fix(training): use string interpolation to satisfy CA1305#501
JerrettDavis merged 1 commit intomainfrom
fix/ca1305-program-tostring

Conversation

@JerrettDavis
Copy link
Copy Markdown
Owner

Fixes CA1305 build error introduced by the Ollama handlers commit.

discrepancies.Count.ToString()$"{discrepancies.Count}" avoids locale-sensitive int format warning-as-error.

Replace discrepancies.Count.ToString() with $"{discrepancies.Count}"
to avoid CA1305 (locale-sensitive int format) compiler error.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@JerrettDavis JerrettDavis merged commit 6c2d265 into main Apr 27, 2026
@JerrettDavis JerrettDavis deleted the fix/ca1305-program-tostring branch April 27, 2026 00:24
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage

Summary
  Generated on: 04/27/2026 - 00:32:47
  Coverage date: 04/27/2026 - 00:30:51 - 04/27/2026 - 00:32:39
  Parser: MultiReport (7x Cobertura)
  Assemblies: 23
  Classes: 1067
  Files: 591
  Line coverage: 74.7%
  Covered lines: 36860
  Uncovered lines: 12452
  Coverable lines: 49312
  Total lines: 97270
  Branch coverage: 63.4% (14288 of 22512)
  Covered branches: 14288
  Total branches: 22512
  Method coverage: 86.3% (6314 of 7308)
  Full method coverage: 74.1% (5421 of 7308)
  Covered methods: 6314
  Fully covered methods: 5421
  Total methods: 7308

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.

1 participant