You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom AnalyzeCSharp implementation to produce customised pages for a number of classes. This uses WhereSymbol to filter to the specific classes. However, this has recently started throwing an exception for some classes. I'm unsure which classes or what changes to the source being analysed caused this, as the error does not indicate which file or class is causing the error.
[ERRO] Blocks/Process » ExecuteIf » CacheDocuments » ExecuteConfig » AnalyzeCSharp » Value cannot be null. (Parameter 'symbol')
The text was updated successfully, but these errors were encountered:
girlpunk
changed the title
CustWhereSymbol ArgumentNullException
Custom AnalyzeCSharp WhereSymbol causing ArgumentNullException
Mar 28, 2024
I have a custom
AnalyzeCSharp
implementation to produce customised pages for a number of classes. This usesWhereSymbol
to filter to the specific classes. However, this has recently started throwing an exception for some classes. I'm unsure which classes or what changes to the source being analysed caused this, as the error does not indicate which file or class is causing the error.The text was updated successfully, but these errors were encountered: