Skip to content

Commit

Permalink
Fix SelfRegisteredExtensions type to be internal (#3891)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Sep 30, 2024
1 parent 36338bd commit 5917c99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private static string GetSourceCode(string language, string extensionsFragments)
//------------------------------------------------------------------------------

[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
public static class SelfRegisteredExtensions
internal static class SelfRegisteredExtensions
{
public static void AddSelfRegisteredExtensions(this global::Microsoft.Testing.Platform.Builder.ITestApplicationBuilder builder, string[] args)
{
Expand All @@ -193,7 +193,7 @@ public static void AddSelfRegisteredExtensions(this global::Microsoft.Testing.Pl
'------------------------------------------------------------------------------

<System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage>
Public Module SelfRegisteredExtensions
Friend Module SelfRegisteredExtensions

<System.Runtime.CompilerServices.Extension>
Public Sub AddSelfRegisteredExtensions(ByVal builder As Global.Microsoft.Testing.Platform.Builder.ITestApplicationBuilder, ByVal args As Global.System.String())
Expand Down

0 comments on commit 5917c99

Please sign in to comment.