Skip to content

Commit

Permalink
Refactor obsolete member usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichb committed Mar 29, 2024
1 parent 63b0cfc commit 3a9c367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
namespace Roflcopter.Plugin.UnitTesting
{
[ContextAction(
Group = CSharpContextActions.GroupID,
GroupType = typeof(CSharpContextActions),
Name = Name,
Description = "Converts NUnit test methods to parameterized tests",
Priority = -5)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
namespace Roflcopter.Plugin.UpdateAspDesignerFiles
{
[ContextAction(
Group = AspContextActions.GroupID,
GroupType = typeof(AspContextActions),
Name = UpdateAspDesignerFileService.ActionDescription,
Description = UpdateAspDesignerFileService.ActionDescription,
Priority = -5)]
Expand Down

0 comments on commit 3a9c367

Please sign in to comment.