Skip to content

Commit

Permalink
Unique UID for extension point
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Jan 9, 2025
1 parent 0e22f3f commit 96c7910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUnit.Engine/Reporters/GitHubReporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public async Task<bool> IsEnabledAsync()
return await extension.IsEnabledAsync();
}

public string Uid => extension.Uid;
public string Uid { get; } = $"{extension.Uid}GitHubReporter";

public string Version => extension.Version;

Expand Down

0 comments on commit 96c7910

Please sign in to comment.