sillsdev / sillsdev/languageforge-lexbox

ActivityExtensions.RecordException(Activity?, Exception?) is obsolete

Open
#1,340 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

📦 Lexbox Code Debt
Dominant language
C#
Stars
9
Forks
8
Avg merge
2d 13h
Merged PRs (30d)
49

Description

Warning I noticed while compiling the project today:

   → /src/backend/SyncReverseProxy/ProxyKernel.cs(121,30): warning CS0618: 'ActivityExtensions.RecordException(Activity?, Exception?)' is obsolete: 'Call Activity.AddException instead this method will be removed in a future version.' [/src/backend/SyncReverseProxy/SyncReverseProxy.csproj]

We'll want to do that sometime soonish; I'd call it medium priority.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open src/backend/SyncReverseProxy/ProxyKernel.cs at line 121 and inspect the call producing the CS0618 warning. Replace the obsolete exception-recording call with the API named in the warning, then compile SyncReverseProxy.csproj and confirm the warning is gone.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.