Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved object creation to separate static class to reduce unwanted epxression compilation hits. #3653

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdanyliv
Copy link
Member

@sdanyliv sdanyliv commented Jul 7, 2022

In 99% we do not need object constructor when accessing TypeAccessor.
So, moved object creation initialization code to separate static class.

Potential fix #3650

@sdanyliv
Copy link
Member Author

sdanyliv commented Jul 7, 2022

/azp run test-all

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants