Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removing code to fix eol
  • Loading branch information
thaystg authored Apr 3, 2025
commit 92a551417a5a1d3fdf39d01176b16629d1183c5f
Original file line number Diff line number Diff line change
@@ -1,38 +0,0 @@
using System;
namespace System.Reflection.Metadata.ApplyUpdate.Test
{
// This file was autogenerated by copilot.
public static class IncreaseMetadataRowSize
{
public static void Main(string[] args) { }
public static int Method1()
{
return 0;
}

public static void Method2(int x2)
{
// Example body for Method2
// You can implement logic for x2 here if desired.
}

public static void Method3(int x3)
{
// Example body for Method3
// You can implement logic for x3 here if desired.
}

public static void Method4(int x4)
{
// Example body for Method4
// You can implement logic for x4 here if desired.
}

public static void Method5(int x5)
{
// Example body for Method5
// You can implement logic for x5 here if desired.
}
}

}
Loading
Loading