Skip to content

Modernize examples#574

Open
kant2002 wants to merge 1 commit into
0xd4d:masterfrom
kant2002:kant/resurrect-examples
Open

Modernize examples#574
kant2002 wants to merge 1 commit into
0xd4d:masterfrom
kant2002:kant/resurrect-examples

Conversation

@kant2002
Copy link
Copy Markdown

@kant2002 kant2002 commented May 1, 2026

  • Use .NET 10, since .NET 6 is not by default on new computer anymore and it's not supported
  • You cannot save to drive C: in Windows 11 by default. Maybe just my computer, who knowns. Anyway, that make examples Windows only, which is unnecessary
  • Example3 crashed, since invariant changed, and you should pass empty string as locale.

- Use .NET 10, since .NET 6 is not by default on new computer anymore and it's not supported
- You cannot save to drive C: in Windows 11 by default. Maybe just my computer, who knowns. Anyway, that make examples Windows only, which is unnecessary
- Example3 crashed, since invariant changed, and you should pass empty string as locale.
@kant2002
Copy link
Copy Markdown
Author

kant2002 commented May 4, 2026

@ElektroKill can you take a look?

@ElektroKill
Copy link
Copy Markdown
Contributor

@ElektroKill can you take a look?

Changes look good to me, the rest is dependent on @wtfsck.

Since .NET 6 is out of support updating dnlib to target netstandard2.0;net45;net10.0 instead of netstandard2.0;net45;net6.0 would be a good change too I think.

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