Skip to content

Upgrade Project to avoid 4GB memory limitation.#10

Open
otac0n wants to merge 2 commits into
puggsoy:masterfrom
otac0n:master
Open

Upgrade Project to avoid 4GB memory limitation.#10
otac0n wants to merge 2 commits into
puggsoy:masterfrom
otac0n:master

Conversation

@otac0n

@otac0n otac0n commented Jul 10, 2025

Copy link
Copy Markdown

No description provided.

@puggsoy

puggsoy commented Jul 27, 2025

Copy link
Copy Markdown
Owner

This looks good, but can I ask what it means to be an SDK style project? I'm unfamiliar with the changes made.

@otac0n

otac0n commented Jul 28, 2025

Copy link
Copy Markdown
Author

SDK projects are simplified, modern version of the .csproj

https://learn.microsoft.com/en-us/dotnet/core/project-sdk/overview

They have a few main features:

  • Simplified .csproj to automatically include .cs files. This has the huge benefit of reducing merge conflicts when adding/removing files across branches (e.g. working on a team).
  • Built-in NuGet support.
  • Framework Multitargeting

You can see that we mostly deleted lines from the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants