This PR resolves all trimming warnings in the project
Adding relevant DynamicallyAccessedMembers attributes where necessarry and Removing calls of object.GetType() (as this results in unresolvable trimming warnings)
Add a trimming validation project and add a validation build step in the pipeline.
This PR resolves all trimming warnings in the project
DynamicallyAccessedMembers
attributes where necessarry and Removing calls ofobject.GetType()
(as this results in unresolvable trimming warnings)Microsoft Reviewers: Open in CodeFlow