Configure project for C# 12.0 and RimWorld 1.6#156
Open
prototype99 wants to merge 1 commit intoVanilla-Expanded:mainfrom
Open
Configure project for C# 12.0 and RimWorld 1.6#156prototype99 wants to merge 1 commit intoVanilla-Expanded:mainfrom
prototype99 wants to merge 1 commit intoVanilla-Expanded:mainfrom
Conversation
Updates the C# language version to 12.0 and includes the necessary compiler toolset to support modern language features. Adds the `Krafs.Rimworld.Ref` package for improved dependency management and compatibility with RimWorld 1.6.
Contributor
|
Which IDEs would that be? |
Author
|
Oh, I'm using Rider on Linux. latest leads to errors as language features aren't supported for whatever reason, 12.0 works (ig bc the version is explicitly stated?) |
Author
|
using rimworldref allows it to work on linux and windows (maybe even mac or bsd if anyone is doing dev work on those?) which is what I mean when I specify working across systems |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
some IDEs error out if you just specify latest, this project uses C# 12.0... therefore explicitly state this. using rimworld ref allows this to work across systems, regardless of differences in folder structure.