So I have been trying out the new version and ooof, the compilation is now so fussy compared to before.
I am guessing this was due to trying to solve the chronic speed issues in 22.10 when working with Windows compatibility but its really really fussy now. I can sometimes have the same workflow, in a project with the same dependencies and one will compile, the other won’t. Sometimes deleting .local fixes, sometimes is won’t and it makes non-sensical complaints of things like an argument cannot be converted to JObject from type JObject (which makes no sense of course).
It seems we need to get all the imports and assembly references updated as its now alot stricter, previously I could just fully declare a method using the full namespace (for example newtonsoft serializing) but now it also needs it in the imports.
Anyone else noticed odd stuff or got suggestions on fixes?