Support trimming
Trimming is enabled by default in .net8, and .net7 introduced breaking change where dependencies are trimmed by default as well.
Additional info can be found in the docs, here (look at the whole section)
Tasks:
- Handle constructors that are used by reflection and removed by trimming
- Add smoke tests for trimmed mode for multiple target frameworks
- is related to
-
CSHARP-4306 Performance optimization for class and collections deserialization
-
- Backlog
-
- links to