ClientModel: Evaluate whether we can remove the _status field from ClientResultException #41081
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
System.ClientModel
Base Core library
Milestone
See this comment thread for details: #41016 (comment)
@KrzysztofCwalina would like to remove the
private int _status
field fromClientResultException
. He has proposed a solution that solves the back-compatibility issue with Azure.Core, but there is the outstanding problem to solve of how we can support the type's serialization constructor with this approach.The text was updated successfully, but these errors were encountered: