Ensure ActiveIssue attribute is only used with issue links (#32535)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 19 Feb 2020 13:58:17 +0000 (14:58 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 13:58:17 +0000 (08:58 -0500)
commitaac8f91cc5510b3d271d86eef616b6007b6e6631
tree0b896fbb14e7cfcacc13fe2ba76f4e4bdea3c86a
parent7818335aabed0e7acb843b0c4be1b86f807cbc3c
Ensure ActiveIssue attribute is only used with issue links (#32535)

* Ensure ActiveIssue attribute is only used with issue links

The constructor that takes an `int` was removed in https://github.com/dotnet/arcade/pull/4831.

Update docs to recommend using issue links instead of numbers.

Fix two tests that were using ActiveIssue incorrectly.

* PR feedback
docs/pr-guide.md
docs/workflow/testing/libraries/filtering-tests.md
src/libraries/System.Collections.Immutable/tests/ImmutableSortedSetTest.nonnetstandard.cs
src/libraries/System.Runtime.Serialization.Xml/tests/DataContractSerializer.cs