Search Unity

Calculating Code metrics issues

Discussion in 'Scripting' started by freakfallout, Dec 30, 2018.

  1. freakfallout

    freakfallout

    Joined:
    May 15, 2018
    Posts:
    6
    I don't know whether this is the correct place to post this or not, but I'm having two issues with calculating code metrics

    Project: Assembly-CSharp
    Configuration: Debug
    Scope: None
    Assembly: C:\Users\Documents\Unity Projects\Temp\bin\Debug\Assembly-CSharp.dll
    Maintainability Index:
    Cyclomatic Complexity:
    Depth of Inheritance:
    Class Coupling:
    Lines of Code:
    Message: An error occurred while calculating code metrics for target file 'C:\Users\Documents\Unity Projects\\Temp\bin\Debug\Assembly-CSharp.dll' in project Assembly-CSharp. Could not identify platform for 'C:\Users\Justin\Documents\Unity Projects\Temp\bin\Debug\Assembly-CSharp.dll'.


    I already tried deleting the .sln file and the .csproj files to see if that would do anything when they regenerated and it didn't help with any of the issues

    It won't let me complete the code metrics analysis because of the error above, but I can still build the project and it works completely find on my phone, it's an android app
     
    RomanSpai, Eldoir and Omlo like this.