Is there going to be any update on preview package code-analysis, or can we assume it is a dead project? Last update was more than two years ago.
Roslyn binaries version in the package is 2.10.0, latest version provided by Microsoft is 4.0.0
Current version supports C# 7.0, Unity compiler supports C# 8.0 at the moment. So when using default literals or readonly references in a project, getting not supported error; basically cannot use this package with the current versions of Unity.
I’ve been trying to track down the status of this package. It looks like it is a dead project, as it is not maintained by Unity any more and not used by anyone within Unity.
I know it has been requested several times and there has never been a response.
Have you thought about the possibility of marking packages as deprecated? Now it is not clear which packages are still supported and in development (you use private github repos) and which are not.
I’m not really excited about the way packages (in general) are deprecated. I don’t think there is good communication about this happening. For these specific ones, I’m not directly involved, nor do I really have any say in the general case either. So I can’t do much.
Hi, I’m wondering if the built-in roslyn alanyzer allow source code modification (I only see code generation in the documentation)? I’ve managed to have a CSharpSyntaxRewriter class working with the com.unity.code-analysis package but I did not know it was deprecated