From d421774d989808f0590af7e4d85797e593825636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Fri, 20 Dec 2024 14:05:08 +0100 Subject: [PATCH] Make type internal --- .../MSTestAdapter.PlatformServices/Interfaces/IConfiguration.cs | 2 +- .../PublicAPI/uap10.0.16299/PublicAPI.Unshipped.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Adapter/MSTestAdapter.PlatformServices/Interfaces/IConfiguration.cs b/src/Adapter/MSTestAdapter.PlatformServices/Interfaces/IConfiguration.cs index 9cdc605e1e..4a177a55d9 100644 --- a/src/Adapter/MSTestAdapter.PlatformServices/Interfaces/IConfiguration.cs +++ b/src/Adapter/MSTestAdapter.PlatformServices/Interfaces/IConfiguration.cs @@ -4,7 +4,7 @@ #if WINDOWS_UWP namespace Microsoft.Testing.Platform.Configurations; -public interface IConfiguration +internal interface IConfiguration { } #endif diff --git a/src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/uap10.0.16299/PublicAPI.Unshipped.txt b/src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/uap10.0.16299/PublicAPI.Unshipped.txt index 00809478d1..7dc5c58110 100644 --- a/src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/uap10.0.16299/PublicAPI.Unshipped.txt +++ b/src/Adapter/MSTestAdapter.PlatformServices/PublicAPI/uap10.0.16299/PublicAPI.Unshipped.txt @@ -1,2 +1 @@ #nullable enable -Microsoft.Testing.Platform.Configurations.IConfiguration