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
#6215
This subitem is focused on unit tests calling TranslateDotNet (to test de/serialization of exceptions and ProfilerResult)
Since this is non-shipping code, it's not a priority. However it should be easy to get rid of it and so completely remove TranslateDotnet
Suggested approach
Unit tests testing exceptions serialization should be moved to the new exception serialization mechanism (#8786), or removed if redundand
ProfilerResult - most likely just remove, as this most likely uses only ITranslatable
The text was updated successfully, but these errors were encountered:
Background
#6215
This subitem is focused on unit tests calling
TranslateDotNet
(to test de/serialization of exceptions and ProfilerResult)Since this is non-shipping code, it's not a priority. However it should be easy to get rid of it and so completely remove
TranslateDotnet
Suggested approach
Unit tests testing exceptions serialization should be moved to the new exception serialization mechanism (#8786), or removed if redundand
ProfilerResult - most likely just remove, as this most likely uses only ITranslatable
The text was updated successfully, but these errors were encountered: