Tim
Tim
You shouldn't use this library, it's well out dated and I totally forgot it existed. Look at these which are properly licensed. https://github.com/tertle/com.bovinelabs.core https://github.com/tertle/com.bovinelabs.event
This currently requires visual studios for the project generation and would need to be setup specifically for each IDE that has some type of project generation callback. Not sure what...
Did a bit of research on this. As far as I can tell Roslyn Analyzers are currently only supported by Visual Studios and Rider. I did intend to provide support...
Good workaround @marcelwooga While I do use this on all of my projects, I haven't really looked at improving this package for a while as it appears that Unity 2020.2...
That's kind of cool. A random note about analyzers; Unity has added native support for analyzers in 2020.2 https://docs.unity3d.com/2020.2/Documentation/Manual/roslyn-analyzers.html The only quirk at the moment is I couldn't get the...