Skip to content
Discussion options

You must be logged in to vote

Hi @RethaLam - that just means that the old method NotHandledResponse() has been deprecated, and that users should now use NotHandledResponse.Instance instead. This Instance property accomplishes all of the same things as the previous method, but uses a singleton to avoid unneeded allocations, improving performance.

As we make changes to classes like this, we will mark the old methods as 'Obsolete', meaning customers will see a warning like this one, which specifies when the method was deprecated. Generally though, the old 'Obsolete' methods remain available for customers to use for up to one year from when they were deprecated, in order to give them time to make the transition. Sometime …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by madyke
Comment options

You must be logged in to vote
1 reply
@madyke
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants