Add more classes to the Public API (#717)

* Made interfaces and classes public

* Made NamedDestinations public and fixed namespace

* Fixed NamedDestinationsProvider namespace

* Expose more internal classes as public

* Update PublicApiScannerTests

* Make setters internal
This commit is contained in:
BobLd
2023-10-22 17:34:47 +01:00
committed by GitHub
parent 96ba82ad4e
commit 7ab3a6a2cd
18 changed files with 97 additions and 39 deletions

View File

@@ -14,6 +14,7 @@
using Tokenization.Scanner;
using Tokens;
using Outline;
using Outline.Destinations;
using Util.JetBrains.Annotations;
/// <inheritdoc />