Skip to content

Releases: vad710/UnityEngineAnalyzer

alpha-05

alpha-05 Pre-release
Pre-release

Choose a tag to compare

@vad710 vad710 released this 17 Jan 23:02

Bug fixes- including #5

alpha-04

alpha-04 Pre-release
Pre-release

Choose a tag to compare

@vad710 vad710 released this 16 Jan 16:37

Release includes various changes:

  • New UnsealedDerivedClass analyzer
  • New InvokeFunctionMissing analyzer
  • New exporter used for automation - exporters can be customized by command arguments - by default json and console exporters are used
  • Attempting to fix issue #5

Alpha 3

Choose a tag to compare

@vad710 vad710 released this 21 Oct 17:44
  • Added HTML Viewer for JSON files

NOTE: Two files will be created at the root of the project file. report.json and UnityReport.html. Open UnityReport.html once the analysis is complete to view the report.

IMPORTANT: Currently, because of XOR (Cross Origin Request) - the report is currently only working in FireFox. You can also launch Chrome with arguments to disable XOR.

Run UnityEngineAnalyzer.CLI.exe in the command prompt and pass in the path to a project file.

Example:
UnityEngineAnalyzer.CLI.exe C:\Code\MyGame.CSharp.csproj

Alpha 2

Alpha 2 Pre-release
Pre-release

Choose a tag to compare

@vad710 vad710 released this 20 Oct 18:20

UPDATE: Fixed incorrect branch tag.

  • Generates JSON report at the same location as the Project file
  • Re-added Analyzers that were removed - Set their Severity to Info
  • Fixed Unit Tests
  • Updated CLI tool to show Severity

Run UnityEngineAnalyzer.CLI.exe in the command prompt and pass in the path to a project file.

Example:
UnityEngineAnalyzer.CLI.exe C:\Code\MyGame.CSharp.csproj

Alpha 1

Alpha 1 Pre-release
Pre-release

Choose a tag to compare

@vad710 vad710 released this 15 Oct 06:31

First release that is ready for external testing.

Run UnityEngineAnalyzer.CLI.exe in the command prompt and pass in the path to a project file.

Example:
UnityEngineAnalyzer.CLI.exe C:\Code\MyGame.CSharp.csproj