Created
May 19, 2021 00:21
-
-
Save veryeasily/8046bc3fd66fddb534fc3d508a4f91f3 to your computer and use it in GitHub Desktop.
mono Jenny/Jenny.exe -v gen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
➜ Liver git:(master✘!?) mono Jenny/Jenny.exe -v gen | |
Loading assemblies from /Users/lukeunderwood/NewUnity/Liver/Jenny | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Utils.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Utils.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Logging.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Logging.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.CodeGeneration.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.CodeGeneration.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.CodeGeneration.CodeGenerator.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.CodeGeneration.CodeGenerator.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Serialization.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Serialization.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Analytics.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Analytics.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Logging.Formatters.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Logging.Formatters.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Serialization.CLI.Utils.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Serialization.CLI.Utils.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Networking.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.Networking.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.CLI.Utils.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/DesperateDevs.CLI.Utils.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/SQLitePCLRaw.core.dll | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/SQLitePCLRaw.core.dll | |
Jenny.exe load: /Users/lukeunderwood/NewUnity/Liver/Jenny/Jenny.exe | |
➜ Loading: /Users/lukeunderwood/NewUnity/Liver/Jenny/Jenny.exe | |
Generating using Jenny.properties | |
Jenny.exe load: DesperateDevs.CodeGeneration.Plugins | |
➜ Loading: DesperateDevs.CodeGeneration.Plugins | |
➜ Resolved: Plugins/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll | |
Jenny.exe load: DesperateDevs.CodeGeneration.Unity.Plugins | |
➜ Loading: DesperateDevs.CodeGeneration.Unity.Plugins | |
➜ Resolved: Plugins/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll | |
Jenny.exe load: Entitas.CodeGeneration.Plugins | |
➜ Loading: Entitas.CodeGeneration.Plugins | |
➜ Resolved: Plugins/Entitas/Entitas.CodeGeneration.Plugins.dll | |
Jenny.exe load: Entitas.Roslyn.CodeGeneration.Plugins | |
➜ Loading: Entitas.Roslyn.CodeGeneration.Plugins | |
➜ Resolved: Plugins/Entitas.Roslyn/Entitas.Roslyn.CodeGeneration.Plugins.dll | |
Jenny.exe load: Entitas.VisualDebugging.CodeGeneration.Plugins | |
➜ Loading: Entitas.VisualDebugging.CodeGeneration.Plugins | |
➜ Resolved: Plugins/Entitas/Entitas.VisualDebugging.CodeGeneration.Plugins.dll | |
Pre Processing: Validate Project Path (2%) | |
Pre Processing: Fix Target Framework Profile (5%) | |
Creating model: Context (8%) | |
Creating model: Cleanup (11%) | |
Opening Assembly-CSharp.csproj | |
➜ Loading Dependency: Microsoft.CodeAnalysis.Features, Version=2.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 | |
➜ Loading Dependency: Microsoft.CodeAnalysis.CSharp.Features, Version=2.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 | |
➜ Loading Dependency: Microsoft.CodeAnalysis.VisualBasic.Features, Version=2.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 | |
➜ Loading Dependency: Microsoft.Build.resources, Version=14.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a | |
➜ Loading Dependency: Microsoft.Build.resources, Version=14.1.0.0, Culture=en, PublicKeyToken=b03f5f7f11d50a3a | |
System.AggregateException: One or more errors occurred. (Value cannot be null. | |
Parameter name: key) ---> System.ArgumentNullException: Value cannot be null. | |
Parameter name: key | |
at System.Collections.Immutable.ImmutableDictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) [0x00000] in <513261209989400e86afcf4c12bf10a4>:0 | |
at Microsoft.CodeAnalysis.MSBuild.CommandLineArgumentReader.ReadDebugInfo () [0x00023] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.CSharp.CSharpCommandLineArgumentReader.ReadCore () [0x00012] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.CommandLineArgumentReader.Read () [0x00000] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.CSharp.CSharpCommandLineArgumentReader.Read (Microsoft.Build.Execution.ProjectInstance project) [0x00006] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.CSharp.CSharpProjectFile.ReadCommandLineArgs (Microsoft.Build.Execution.ProjectInstance project) [0x00000] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.ProjectFile.GetCommandLineArgs (Microsoft.Build.Execution.ProjectInstance project) [0x0003a] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.ProjectFile.CreateProjectFileInfo (Microsoft.Build.Execution.ProjectInstance project) [0x00000] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.ProjectFile.BuildProjectFileInfoAsync (System.Threading.CancellationToken cancellationToken) [0x000af] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.ProjectFile.GetProjectFileInfosAsync (System.Threading.CancellationToken cancellationToken) [0x0023f] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader+Worker.DoOperationAndReportProgressAsync[TResult] (Microsoft.CodeAnalysis.MSBuild.ProjectLoadOperation operation, System.String projectPath, System.String targetFramework, System.Func`1[TResult] doFunc) [0x00091] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader+Worker.LoadProjectFileInfosAsync (System.String projectPath, Microsoft.CodeAnalysis.MSBuild.DiagnosticReportingOptions reportingOptions, System.Threading.CancellationToken cancellationToken) [0x00213] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader+Worker.LoadProjectInfosFromPathAsync (System.String projectPath, Microsoft.CodeAnalysis.MSBuild.DiagnosticReportingOptions reportingOptions, System.Threading.CancellationToken cancellationToken) [0x000b5] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader+Worker.LoadAsync (System.Threading.CancellationToken cancellationToken) [0x00134] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader.LoadProjectInfoAsync (System.String projectFilePath, Microsoft.CodeAnalysis.MSBuild.ProjectMap projectMap, System.IProgress`1[T] progress, System.Threading.CancellationToken cancellationToken) [0x000f1] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildWorkspace.OpenProjectAsync (System.String projectFilePath, System.IProgress`1[T] progress, System.Threading.CancellationToken cancellationToken) [0x000a9] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <f3ad61b0698f4a40b5bd2532ac72f249>:0 | |
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x0002b] in <f3ad61b0698f4a40b5bd2532ac72f249>:0 | |
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000f] in <f3ad61b0698f4a40b5bd2532ac72f249>:0 | |
at DesperateDevs.Roslyn.ProjectParser..ctor (System.String projectPath) [0x00033] in <2ff001550608461db2f6d79315773dc9>:0 | |
at DesperateDevs.Roslyn.CodeGeneration.Plugins.PluginUtil.GetCachedProjectParser (System.Collections.Generic.Dictionary`2[TKey,TValue] objectCache, System.String projectPath) [0x0000f] in <268ae8628a4e453bb9c7987c8388c722>:0 | |
at Entitas.Roslyn.CodeGeneration.Plugins.CleanupDataProvider.GetData () [0x00021] in <012bb52d2e624b348bb46c7b2a8f0e7c>:0 | |
at DesperateDevs.CodeGeneration.CodeGenerator.CodeGenerator.generate (System.String messagePrefix, DesperateDevs.CodeGeneration.IPreProcessor[] preProcessors, DesperateDevs.CodeGeneration.IDataProvider[] dataProviders, DesperateDevs.CodeGeneration.ICodeGenerator[] codeGenerators, DesperateDevs.CodeGeneration.IPostProcessor[] postProcessors) [0x00129] in <c76b1807404648b49b3d1fcb11deda9e>:0 | |
at DesperateDevs.CodeGeneration.CodeGenerator.CodeGenerator.Generate () [0x00000] in <c76b1807404648b49b3d1fcb11deda9e>:0 | |
at DesperateDevs.CodeGeneration.CodeGenerator.CLI.GenerateCommand.run () [0x00049] in <c1e168f34344456fadf29f9707a00979>:0 | |
at DesperateDevs.CLI.Utils.AbstractCommand.Run (DesperateDevs.CLI.Utils.CLIProgram program, System.String[] args) [0x0001f] in <35e742b0ce2e446ba4a62972ee26493f>:0 | |
at DesperateDevs.Serialization.CLI.Utils.AbstractPreferencesCommand.Run (DesperateDevs.CLI.Utils.CLIProgram program, System.String[] args) [0x00090] in <3d933fbb489144f897ea26c71a5d2c0d>:0 | |
at DesperateDevs.CLI.Utils.CLIProgram.runCommand (System.String[] args) [0x0000e] in <35e742b0ce2e446ba4a62972ee26493f>:0 | |
---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null. | |
Parameter name: key | |
at System.Collections.Immutable.ImmutableDictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) [0x00000] in <513261209989400e86afcf4c12bf10a4>:0 | |
at Microsoft.CodeAnalysis.MSBuild.CommandLineArgumentReader.ReadDebugInfo () [0x00023] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.CSharp.CSharpCommandLineArgumentReader.ReadCore () [0x00012] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.CommandLineArgumentReader.Read () [0x00000] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.CSharp.CSharpCommandLineArgumentReader.Read (Microsoft.Build.Execution.ProjectInstance project) [0x00006] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.CSharp.CSharpProjectFile.ReadCommandLineArgs (Microsoft.Build.Execution.ProjectInstance project) [0x00000] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.ProjectFile.GetCommandLineArgs (Microsoft.Build.Execution.ProjectInstance project) [0x0003a] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.ProjectFile.CreateProjectFileInfo (Microsoft.Build.Execution.ProjectInstance project) [0x00000] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.ProjectFile.BuildProjectFileInfoAsync (System.Threading.CancellationToken cancellationToken) [0x000af] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.ProjectFile.GetProjectFileInfosAsync (System.Threading.CancellationToken cancellationToken) [0x0023f] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader+Worker.DoOperationAndReportProgressAsync[TResult] (Microsoft.CodeAnalysis.MSBuild.ProjectLoadOperation operation, System.String projectPath, System.String targetFramework, System.Func`1[TResult] doFunc) [0x00091] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader+Worker.LoadProjectFileInfosAsync (System.String projectPath, Microsoft.CodeAnalysis.MSBuild.DiagnosticReportingOptions reportingOptions, System.Threading.CancellationToken cancellationToken) [0x00213] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader+Worker.LoadProjectInfosFromPathAsync (System.String projectPath, Microsoft.CodeAnalysis.MSBuild.DiagnosticReportingOptions reportingOptions, System.Threading.CancellationToken cancellationToken) [0x000b5] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader+Worker.LoadAsync (System.Threading.CancellationToken cancellationToken) [0x00134] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader.LoadProjectInfoAsync (System.String projectFilePath, Microsoft.CodeAnalysis.MSBuild.ProjectMap projectMap, System.IProgress`1[T] progress, System.Threading.CancellationToken cancellationToken) [0x000f1] in <320c4cc213204bf88e06e0d29e182e83>:0 | |
at Microsoft.CodeAnalysis.MSBuild.MSBuildWorkspace.OpenProjectAsync (System.String projectFilePath, System.IProgress`1[T] progress, System.Threading.CancellationToken cancellationToken) [0x000a9] in <320c4cc213204bf88e06e0d29e182e83>:0 <--- | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment