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
NullReferenceException invoked when try to analyze code issues.
To Reproduce
Steps to reproduce the behavior:
Open Project Auditor Window
Select Code Module in Modules field from window.
Press Analyze
Code analyze failed. There is no entry in Code view.
And error in console view
Object reference not set to an instance of an object Unity.ProjectAuditor.Editor.CodeAnalysis.MonoCecilHelper.IsOrInheritedFrom (Mono.Cecil.TypeReference typeReference, System.String typeName)
Expected behavior
Code compilation finished without error and user can see code analysis on Code view.
Information (please complete the following information):
OS: MacOS Ventura
Unity 2021.3.9
Project Auditor version 0.8.4 preview
The text was updated successfully, but these errors were encountered:
Describe the bug
NullReferenceException invoked when try to analyze code issues.
To Reproduce
Steps to reproduce the behavior:
And error in console view
Object reference not set to an instance of an object Unity.ProjectAuditor.Editor.CodeAnalysis.MonoCecilHelper.IsOrInheritedFrom (Mono.Cecil.TypeReference typeReference, System.String typeName)
Expected behavior
Code compilation finished without error and user can see code analysis on Code view.
Information (please complete the following information):
The text was updated successfully, but these errors were encountered: