Skip to content

Modernize examples#574

Merged
wtfsck merged 1 commit into
0xd4d:masterfrom
kant2002:kant/resurrect-examples
May 31, 2026
Merged

Modernize examples#574
wtfsck merged 1 commit into
0xd4d:masterfrom
kant2002:kant/resurrect-examples

Conversation

@kant2002
Copy link
Copy Markdown
Contributor

@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
Contributor 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.

@wtfsck wtfsck merged commit d5b835b into 0xd4d:master May 31, 2026
@wtfsck
Copy link
Copy Markdown
Contributor

wtfsck commented May 31, 2026

Thanks, I merged it.

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.

3 participants