OpenDroneMap / OpenDroneMap/Obj2Tiles
Improve trim compatibility in publish
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C#
- Stars
- 350
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
Use https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-source-generation?pivots=dotnet-6-0 instead of Newtonsoft.Json
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
Start by locating the publish path and all Newtonsoft.Json usage in the C# project, then read the linked System.Text.Json source-generation guidance. Confirm which serialization cases must be preserved and verify that the published result is trim-compatible; the payload names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100