Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path.Combine(string, string, string) doesn't seem to be available with .NET Framework 3.5 #142

Open
eutro opened this issue Mar 31, 2024 · 0 comments

Comments

@eutro
Copy link

eutro commented Mar 31, 2024

The changes to Starter.cs introduced here a41a224, specifically the use of the three-argument Path.Combine, doesn't work on a game I'm trying (Overcooked! 2) running .NET framework 3.5—the game just spams MissingMethodException: Method not found: 'System.IO.Path.Combine'. to the log. I'm not intimately familiar with .NET, but the documentation suggests that the method doesn't exist on 3.5: https://learn.microsoft.com/en-us/dotnet/api/system.io.path.combine?view=netframework-3.5.

newman55 added a commit that referenced this issue Apr 1, 2024
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

No branches or pull requests

1 participant