提交 040c0d52 编写于 作者: H Heejae Chang

added "Adding optional parameters to public methods" doc with how to resolve PublicAPI issue.

上级 59f9a069
......@@ -79,3 +79,12 @@ The resulting code should 1) have only one overload with optional parameters, wh
most parameters of all the overloads, and 3) all previous overloads should still exist,
properly commented with their release version, and contain only mandatory parameters.
## NOTE ##
After this change, if Public API Analyzer complains about it, you should copy the entry for your change from PublicAPI.Shipped.txt and then put that entry in PublicAPI.Unshipped.txt with *REMOVED* prefix.
PublicAPI.Shipped.txt
Example.O(string o1 = null, string o2 = null) -> void
PublicAPI.Unshipped.txt
*REMOVED*Example.O(string o1 = null, string o2 = null) -> void
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册