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

fix: Rider has build issues with .NET 9 #1019

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

maximilien-noal
Copy link
Member

@maximilien-noal maximilien-noal commented Jan 18, 2025

Description

.NET 9 prevents Rider (at least on some machines) from building Spice86. Those machines include @kevinferrare 's machine, and it is a blocking issue and not acceptable.

The problem is documented on the JetBrains' side of things, but in the meantime going back to .NET 8 is an easy fix.

Testing

Try to build the solution with Rider. It should build with .NET 8.

'dotnet build' works either way, the issue is with .NET 9 support from JetBrains Rider itself.

@maximilien-noal maximilien-noal self-assigned this Jan 18, 2025
@maximilien-noal maximilien-noal added bugfix fixes a bug regression it was working before and removed bugfix fixes a bug labels Jan 18, 2025
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
@maximilien-noal maximilien-noal force-pushed the fix/rider_builds_with_dotnet8 branch 2 times, most recently from 1dfccdb to 680fddc Compare January 18, 2025 09:15
@maximilien-noal maximilien-noal merged commit 5a9b360 into master Jan 18, 2025
2 of 9 checks passed
@maximilien-noal maximilien-noal deleted the fix/rider_builds_with_dotnet8 branch January 18, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression it was working before
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants