Skip to content

Fix LT-22509: Newtonsoft.Json Method not found error#879

Draft
jasonleenaylor wants to merge 2 commits into
mainfrom
bugfix/LT-22509
Draft

Fix LT-22509: Newtonsoft.Json Method not found error#879
jasonleenaylor wants to merge 2 commits into
mainfrom
bugfix/LT-22509

Conversation

@jasonleenaylor
Copy link
Copy Markdown
Contributor

@jasonleenaylor jasonleenaylor commented May 12, 2026

  • Newtonsoft.Json doesn't change assembly versions on minor version bumps. 13.0.4 added a method and we started using it in libpalaso. If a version less than that is installed in the GAC our local version would not be loaded. This patch enforces using our local copy by our application.

This change is Reviewable

@jasonleenaylor jasonleenaylor marked this pull request as draft May 12, 2026 19:26
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

NUnit Tests

    1 files  ±0      1 suites  ±0   10m 16s ⏱️ - 1m 3s
4 187 tests ±0  4 116 ✅ ±0  71 💤 ±0  0 ❌ ±0 
4 196 runs  ±0  4 125 ✅ ±0  71 💤 ±0  0 ❌ ±0 

Results for commit 7908ff0. ± Comparison against base commit 9be9d6b.

♻️ This comment has been updated with latest results.

@jasonleenaylor jasonleenaylor force-pushed the bugfix/LT-22509 branch 3 times, most recently from b96a01d to bd5e06c Compare May 12, 2026 21:42
- Newtonsoft.Json doesn't change assembly versions on
  minor version bumps. 13.0.4 added a method and we
  started using it in libpalaso. If a version less than
  that is installed in the GAC our local version would not
  be loaded. This patch enforces using our local copy
  by our application.

Change-Id: I9b7cdfbe792fda13b3dcc570c2c5dc8d19e6d596
- Newtonsoft.Json doesn't change assembly versions on
  minor version bumps. 13.0.4 added a method and we
  started using it in libpalaso. If a version less than
  that is installed in the GAC our local version would not
  be loaded. This patch enforces using our local copy
  by our application.

Change-Id: I9b7cdfbe792fda13b3dcc570c2c5dc8d19e6d596
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.

1 participant