You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of researching approaches to #1568 it was found that we can avoid loading the System.Private.Uri assembly. This will slightly help CPU performance and reduce memory consumption when System.Uri is not referenced otherwise (such as on a POCO property).
The text was updated successfully, but these errors were encountered:
As part of researching approaches to #1568 it was found that we can avoid loading the System.Private.Uri assembly. This will slightly help CPU performance and reduce memory consumption when
System.Uri
is not referenced otherwise (such as on a POCO property).The text was updated successfully, but these errors were encountered: