We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31e219 commit 26733cfCopy full SHA for 26733cf
1 file changed
LibraryGenerator/Commands/MainCommand.cs
@@ -118,7 +118,7 @@ public ValueTask ExecuteAsync(IConsole console)
118
}
119
120
int index = 0;
121
- foreach (var chunk in allMangledNames.ChunkBy(65534))
+ foreach (var chunk in allMangledNames.ChunkBy(65500))
122
{
123
// .def and .lib file paths
124
string defFilePath = Path.Combine(PlatformOutput.FullName, $"Minecraft.Windows.{index}.def");
0 commit comments