[wasm] Mark System.Console APIs as unsupported on Browser (#41184)
authorMitchell Hwang <mitchhwang1418@gmail.com>
Fri, 4 Sep 2020 21:31:48 +0000 (17:31 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 21:31:48 +0000 (21:31 +0000)
commita9f6fd69b362f0c4f986bd7bf241bf5ef7d06dce
treec4eddc3724b75ed66d65e82c45940ed9fb21b45c
parent5ae76c503b78d99c96eb8970a98c408af842a562
[wasm] Mark System.Console APIs as unsupported on Browser (#41184)

* [wasm] Mark System.Console APIs as unsupported on Browser

* System.Console remove unsupported attribute from Console.Clear()

* System.Console mark SetIn as unsupported on Browser

* System.Console move UnsupportedOSPlatform attributes down to the accessor

Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/System.Console/ref/System.Console.cs
src/libraries/System.Console/src/System/Console.cs