Skip to content

Instantly share code, notes, and snippets.

@talvdav
Created December 30, 2023 14:30
Show Gist options
  • Save talvdav/e76db915d9e546e7d856babcdb0864ee to your computer and use it in GitHub Desktop.
Save talvdav/e76db915d9e546e7d856babcdb0864ee to your computer and use it in GitHub Desktop.
omnisharp cli
OmniSharp [2023/12/30 - 15:30:13]
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Stdio.Host","Message":"Starting OmniSharp on Unknown 0.0 (Unknown)"},"Seq":1,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Services.DotNetCliService","Message":"Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK"},"Seq":2,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Services.DotNetCliService","Message":"DotNetPath set to /nix/store/vi8ak9lm7842ylhhkirq24x0957dwkpd-dotnet-core-combined/dotnet"},"Seq":3,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.Discovery.MSBuildLocator","Message":"Located 2 MSBuild instance(s)\n 1: .NET Core SDK 7.0.403 17.7.3 - \"/nix/store/vi8ak9lm7842ylhhkirq24x0957dwkpd-dotnet-core-combined/sdk/7.0.403/\"\n 2: .NET Core SDK 6.0.416 17.3.2 - \"/nix/store/vi8ak9lm7842ylhhkirq24x0957dwkpd-dotnet-core-combined/sdk/6.0.416/\""},"Seq":4,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.Discovery.MSBuildLocator","Message":"Registered MSBuild instance: .NET Core SDK 7.0.403 17.7.3 - \"/nix/store/vi8ak9lm7842ylhhkirq24x0957dwkpd-dotnet-core-combined/sdk/7.0.403/\""},"Seq":5,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.WorkspaceInitializer","Message":"Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0"},"Seq":6,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Cake.CakeProjectSystem","Message":"Detecting Cake files in '/home/thomas/Projects/aoc/aoc_cs/'."},"Seq":7,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Cake.CakeProjectSystem","Message":"Did not find any Cake files"},"Seq":8,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.ProjectSystem","Message":"No solution files found in '/home/thomas/Projects/aoc/aoc_cs/'"},"Seq":9,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.ProjectManager","Message":"Queue project update for '/home/thomas/Projects/aoc/aoc_cs/aoc_cs.csproj'"},"Seq":10,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Script.ScriptProjectSystem","Message":"Detecting CSX files in '/home/thomas/Projects/aoc/aoc_cs/'."},"Seq":11,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Script.ScriptProjectSystem","Message":"Did not find any CSX files"},"Seq":12,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.WorkspaceInitializer","Message":"Configuration finished."},"Seq":13,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Stdio.Host","Message":"Omnisharp server running using Stdio at location '/home/thomas/Projects/aoc/aoc_cs/' on host -1."},"Seq":14,"Type":"event"}
{"Event":"started","Body":null,"Seq":15,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.ProjectManager","Message":"Loading project: /home/thomas/Projects/aoc/aoc_cs/aoc_cs.csproj"},"Seq":16,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.ProjectManager","Message":"Successfully loaded project file '/home/thomas/Projects/aoc/aoc_cs/aoc_cs.csproj'."},"Seq":17,"Type":"event"}
{"Event":"MsBuildProjectDiagnostics","Body":{"FileName":"/home/thomas/Projects/aoc/aoc_cs/aoc_cs.csproj","Warnings":[],"Errors":[]},"Seq":18,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.ProjectManager","Message":"Adding project '/home/thomas/Projects/aoc/aoc_cs/aoc_cs.csproj'"},"Seq":19,"Type":"event"}
{"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.MSBuild.ProjectManager","Message":"Update project: aoc_cs"},"Seq":20,"Type":"event"}
{"Event":"ProjectConfiguration","Body":{"ProjectId":"656c6b9cb93daa21","SessionId":"-1539350054","OutputKind":0,"ProjectCapabilities":["GenerateDocumentationFile","CSharp","Managed","ReferencesFolder","LanguageService","RelativePathDerivedDefaultNamespace","AssemblyReferences","COMReferences","ProjectReferences","SharedProjectReferences","OutputGroups","AllTargetOutputGroups","VisualStudioWellKnownOutputGroups","SingleFileGenerators","DeclaredSourceItems","UserSourceItems","CrossPlatformExecutable","SupportsHotReload","Pack"],"TargetFrameworks":["net8.0"],"SdkVersion":"2030459578","References":[],"FileExtensions":["-1257278712"],"FileCounts":[11],"SdkStyleProject":true},"Seq":21,"Type":"event"}
{"Event":"ProjectAdded","Body":{"MsBuildProject":{"ProjectGuid":"00000000-0000-0000-0000-000000000000","Path":"/home/thomas/Projects/aoc/aoc_cs/aoc_cs.csproj","AssemblyName":"aoc_cs","TargetPath":"/home/thomas/Projects/aoc/aoc_cs/bin/Debug/net8.0/aoc_cs.dll","TargetFramework":".NETCoreApp,Version=v8.0","SourceFiles":["/home/thomas/Projects/aoc/aoc_cs/Program.cs","/home/thomas/Projects/aoc/aoc_cs/Utils.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day1.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day2.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day3.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day4.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day5.cs","/home/thomas/Projects/aoc/aoc_cs/Y2023/day1.cs","/home/thomas/Projects/aoc/aoc_cs/obj/Debug/net8.0/aoc_cs.GlobalUsings.g.cs","/home/thomas/Projects/aoc/aoc_cs/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs","/home/thomas/Projects/aoc/aoc_cs/obj/Debug/net8.0/aoc_cs.AssemblyInfo.cs"],"TargetFrameworks":[{"Name":".NETCoreApp","FriendlyName":".NETCoreApp","ShortName":"net8.0"}],"OutputPath":"bin/Debug/net8.0/","IntermediateOutputPath":"obj/Debug/net8.0/","Configuration":"Debug","Platform":"AnyCPU","IsExe":true,"IsUnityProject":false}},"Seq":22,"Type":"event"}
{"Event":"ProjectChanged","Body":{"MsBuildProject":{"ProjectGuid":"00000000-0000-0000-0000-000000000000","Path":"/home/thomas/Projects/aoc/aoc_cs/aoc_cs.csproj","AssemblyName":"aoc_cs","TargetPath":"/home/thomas/Projects/aoc/aoc_cs/bin/Debug/net8.0/aoc_cs.dll","TargetFramework":".NETCoreApp,Version=v8.0","SourceFiles":["/home/thomas/Projects/aoc/aoc_cs/Program.cs","/home/thomas/Projects/aoc/aoc_cs/Utils.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day1.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day2.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day3.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day4.cs","/home/thomas/Projects/aoc/aoc_cs/Y2015/Day5.cs","/home/thomas/Projects/aoc/aoc_cs/Y2023/day1.cs","/home/thomas/Projects/aoc/aoc_cs/obj/Debug/net8.0/aoc_cs.GlobalUsings.g.cs","/home/thomas/Projects/aoc/aoc_cs/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs","/home/thomas/Projects/aoc/aoc_cs/obj/Debug/net8.0/aoc_cs.AssemblyInfo.cs"],"TargetFrameworks":[{"Name":".NETCoreApp","FriendlyName":".NETCoreApp","ShortName":"net8.0"}],"OutputPath":"bin/Debug/net8.0/","IntermediateOutputPath":"obj/Debug/net8.0/","Configuration":"Debug","Platform":"AnyCPU","IsExe":true,"IsUnityProject":false}},"Seq":23,"Type":"event"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment