Thomas Boby
Thomas Boby
> > Multi-targeting and using define blocks is possible, but it's messy. If there's a useful feature we can upgrade to net9.0: net10 is only 3 months away anyway. >...
@textGamex Which IDE are you using for F#/C#? Just want to make sure I set up the auto-formatting for it too.
Merged the formatting: sorry, conflicts! With rider it *should* just automatically use `fantomas` if you trigger format. I have my rider configured to format all files on commit, which seems...
Why `NET5_0_OR_GREATER` in the `CWTools` project? The project is `net8.0` and soon `net9.0`, so no need to use defines :)
> @tboby Recently, I've been playing RimWorld and got quite engrossed in it, which caused the project development to be put on hold for a few days. > > Can...
I've been trying to do some regression testing (checking that the same number of errors are produced with the new `cwtools` library version), and have discovered that the localisation parser...
Steps I took: 1. In `paket.dependencies` add `nuget KTrie`, remove `nuget VDS.Common` 2. In project `paket.references`, do the same but with package names 3. run `dotnet paket install` Paket is...
> Additionally, are there any unique features of Paket that are essential for the project? Using NuGet instead might lower the entry barrier for the project. Nuget doesn't support dependencies...
> When do you plan to release the next version? I was planning on releasing yesterday but then I realized completion was completely broken. Hopefully in the next few days,...
> For such a large-scale project, it is hard to guarantee that modifications in untested areas won't introduce any bugs. I can usually regress most of the functionality by opening...