DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System.NullReferenceExceptions with v 1.1.118

WernerMairl opened this issue · comments

After the update to v1.1.118 (also updated to the latest (released nothing beta) net8.0 and VS bits I get a lot of Exceptions like this (that I never got with the versions before - multiple projects)...

image

Is it under investigations (assuming a lot of people has the same problem) or I have to start to provide more details ??

BR
Werner

1.1.118 is almost 5 years old and there has unfortunately only been beta releases since then. This is because of project policies related to quality requirements to make an official release, combined with not enough people helping out to keep up with the quick release cycle of the c# language and compiler. So right now, you need to use a beta release to get a good experience.

Thank you @bjornhellander that is well-stated