提交 1eeffcf2 编写于 作者: J Jonathon Marolf

Documenting breaking change

上级 11bda7c9
......@@ -10,3 +10,8 @@ It was never the intent for these members to be a part of the supported API surf
PR: https://github.com/dotnet/roslyn/pull/4169
### Changed Simplifier methods to throw ArgumentNullExceptions
Changed Simplifier.ReduceAsync, Simplifier.ExpandAsync, and Simplifier.Expand methods to throw ArgumentNullExceptions if any non-optional, nullable arguments are passed in. Previously the user would get a NullReferenceException for synchronous methods and an AggregateException containing a NullReferenceException for asynchronous methods.
PR: https://github.com/dotnet/roslyn/pull/5144
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册