In the Settings -> Tools I'm getting parse errors for StyleCop analyzer with the following line:
public class CommandHandler(string message, string senderId, string senderName, string hexColor, bool isPrivileged)
{
[...]
I assume it doesn't support C# 12.0 features yet, e.g. Primary Constructors like above and on collection expressions. This is also the reason why I stopped getting rule violation and complexity reports in most of the files.
In the Settings -> Tools I'm getting parse errors for StyleCop analyzer with the following line:
I assume it doesn't support C# 12.0 features yet, e.g. Primary Constructors like above and on collection expressions. This is also the reason why I stopped getting rule violation and complexity reports in most of the files.