sillsdev / sillsdev/languageforge-lexbox
ActivityExtensions.RecordException(Activity?, Exception?) is obsolete
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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