Last active
January 20, 2024 00:58
-
-
Save BinToss/73574b00b562c1d3dabc5007e35be08a to your computer and use it in GitHub Desktop.
2023-01-19 AvaloniaVsCode Daignostics
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
2024-01-19 16:44:25.869 [info] Creating language service | |
2024-01-19 16:44:25.869 [info] Starting Avalonia Language Server... | |
2024-01-19 16:44:25.947 [info] [Trace - 4:44:25 PM] Sending request 'initialize - (0)'. | |
2024-01-19 16:44:27.595 [info] [Trace - 4:44:27 PM] Received response 'initialize - (0)' in 1648ms. | |
2024-01-19 16:44:27.595 [info] [Trace - 4:44:27 PM] Sending notification 'initialized'. | |
2024-01-19 16:44:27.596 [info] [Trace - 4:44:27 PM] Sending notification 'workspace/didChangeConfiguration'. | |
2024-01-19 16:44:27.678 [info] [Trace - 4:44:27 PM] Received request 'client/registerCapability - (1)'. | |
2024-01-19 16:44:27.678 [info] [Trace - 4:44:27 PM] Sending response 'client/registerCapability - (1)'. Processing request took 1ms | |
2024-01-19 16:44:27.685 [info] [Trace - 4:44:27 PM] Received request 'workspace/configuration - (2)'. | |
2024-01-19 16:44:27.685 [info] [Trace - 4:44:27 PM] Sending response 'workspace/configuration - (2)'. Processing request took 0ms | |
2024-01-19 16:44:27.720 [info] [Trace - 4:44:27 PM] Received request 'workspace/configuration - (3)'. | |
2024-01-19 16:44:27.720 [info] [Trace - 4:44:27 PM] Sending response 'workspace/configuration - (3)'. Processing request took 0ms | |
2024-01-19 16:47:10.747 [info] [EXT - INFO] Solution data path path: C:\Users\Noah\AppData\Local\Temp\GroupBox.Avalonia.sln.json | |
2024-01-19 16:47:10.834 [info] parser process args: C:\WINDOWS\system32\cmd.exe,/d,/s,/c,"dotnet "c:\Users\Noah\.vscode\extensions\avaloniateam.vscode-avalonia-0.0.27\solutionParserTool\SolutionParser.dll" "c:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia.sln" --sdk 7.0" | |
2024-01-19 16:47:11.343 [info] parser process exited 0 | |
2024-01-19 16:47:11.706 [info] Determining projects to restore... | |
2024-01-19 16:47:12.547 [info] Restored c:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia\GroupBox.Avalonia.csproj (in 395 ms). | |
2024-01-19 16:47:12.551 [info] Restored c:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia.Sample\GroupBox.Avalonia.Sample.csproj (in 395 ms). | |
2024-01-19 16:47:12.633 [info] -- BinToss_EchoAvaloniaPreviewerNetCoreToolPath -- | |
{ | |
'AvaloniaPreviewerNetCoreToolPath': 'C:\Users\Noah\.nuget\packages\avalonia\11.0.4\buildTransitive\\..\tools\netcoreapp2.0\designer\Avalonia.Designer.HostApp.dll', | |
'TargetFramework': 'net6.0' | |
} | |
2024-01-19 16:47:12.654 [info] -- BinToss_EchoAvaloniaPreviewerNetCoreToolPath -- | |
{ | |
'AvaloniaPreviewerNetCoreToolPath': 'C:\Users\Noah\.nuget\packages\avalonia\11.0.4\buildTransitive\\..\tools\netcoreapp2.0\designer\Avalonia.Designer.HostApp.dll', | |
'TargetFramework': 'net7.0' | |
} | |
2024-01-19 16:47:12.655 [info] -- BinToss_EchoAvaloniaPreviewerNetCoreToolPath -- | |
{ | |
'AvaloniaPreviewerNetCoreToolPath': 'C:\Users\Noah\.nuget\packages\avalonia\11.0.4\buildTransitive\\..\tools\netcoreapp2.0\designer\Avalonia.Designer.HostApp.dll', | |
'TargetFramework': 'net8.0' | |
} | |
2024-01-19 16:47:15.863 [info] Could not extract the MVID from "obj\Debug\net6.0\refint\GroupBox.Avalonia.dll". Are you sure it is a reference assembly? | |
2024-01-19 16:47:15.864 [info] GroupBox.Avalonia -> C:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia\bin\Debug\net6.0\GroupBox.Avalonia.dll | |
2024-01-19 16:47:16.309 [info] Could not extract the MVID from "obj\Debug\net7.0\refint\GroupBox.Avalonia.dll". Are you sure it is a reference assembly? | |
2024-01-19 16:47:16.310 [info] GroupBox.Avalonia -> C:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia\bin\Debug\net7.0\GroupBox.Avalonia.dll | |
2024-01-19 16:47:16.691 [info] Could not extract the MVID from "obj\Debug\net8.0\refint\GroupBox.Avalonia.dll". Are you sure it is a reference assembly? | |
2024-01-19 16:47:16.693 [info] GroupBox.Avalonia -> C:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia\bin\Debug\net8.0\GroupBox.Avalonia.dll | |
2024-01-19 16:47:18.534 [info] Could not extract the MVID from "obj\Debug\net7.0\refint\GroupBox.Avalonia.Sample.dll". Are you sure it is a reference assembly? | |
2024-01-19 16:47:18.535 [info] GroupBox.Avalonia.Sample -> C:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia.Sample\bin\Debug\net7.0\GroupBox.Avalonia.Sample.dll | |
2024-01-19 16:47:18.596 [info] Could not extract the MVID from "obj\Debug\net8.0\refint\GroupBox.Avalonia.Sample.dll". Are you sure it is a reference assembly? | |
2024-01-19 16:47:18.597 [info] GroupBox.Avalonia.Sample -> C:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia.Sample\bin\Debug\net8.0\GroupBox.Avalonia.Sample.dll | |
2024-01-19 16:47:18.660 [info] Could not extract the MVID from "obj\Debug\net6.0\refint\GroupBox.Avalonia.Sample.dll". Are you sure it is a reference assembly? | |
2024-01-19 16:47:18.662 [info] GroupBox.Avalonia.Sample -> c:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia.Sample\bin\Debug\net6.0\GroupBox.Avalonia.Sample.dll | |
2024-01-19 16:47:18.687 [info] | |
2024-01-19 16:47:18.688 [info] Build succeeded. | |
2024-01-19 16:47:18.689 [info] 0 Warning(s) | |
0 Error(s) | |
2024-01-19 16:47:18.690 [info] | |
2024-01-19 16:47:18.691 [info] Time Elapsed 00:00:07.16 | |
2024-01-19 16:47:18.852 [info] [EXT - INFO] Solution data path path: C:\Users\Noah\AppData\Local\Temp\GroupBox.Avalonia.sln.json | |
2024-01-19 16:47:18.948 [info] parser process args: C:\WINDOWS\system32\cmd.exe,/d,/s,/c,"dotnet "c:\Users\Noah\.vscode\extensions\avaloniateam.vscode-avalonia-0.0.27\solutionParserTool\SolutionParser.dll" "c:\Repos\BinToss\GroupBox.Avalonia\GroupBox.Avalonia.sln" --sdk 7.0" | |
2024-01-19 16:47:19.569 [info] Previewer assets generated at | |
2024-01-19 16:47:19.583 [info] parser process exited 0 |
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
{ | |
"solution": "c:\\Repos\\BinToss\\GroupBox.Avalonia\\GroupBox.Avalonia.sln", | |
"projects": [ | |
{ | |
"name": "GroupBox.Avalonia.Sample", | |
"path": "c:\\Repos\\BinToss\\GroupBox.Avalonia\\GroupBox.Avalonia.Sample\\GroupBox.Avalonia.Sample.csproj", | |
"targetPath": "", | |
"outputType": "WinExe", | |
"designerHostPath": "", | |
"targetFramework": "", | |
"depsFilePath": "", | |
"runtimeConfigFilePath": "", | |
"projectReferences": [ | |
"c:\\Repos\\BinToss\\GroupBox.Avalonia\\GroupBox.Avalonia.Sample\\GroupBox.Avalonia\\GroupBox.Avalonia.csproj" | |
], | |
"directoryPath": "c:\\Repos\\BinToss\\GroupBox.Avalonia\\GroupBox.Avalonia.Sample", | |
"intermediateOutputPath": "c:\\Repos\\BinToss\\GroupBox.Avalonia\\GroupBox.Avalonia.Sample\\obj\\Debug\\Avalonia\\references" | |
}, | |
{ | |
"name": "GroupBox.Avalonia", | |
"path": "c:\\Repos\\BinToss\\GroupBox.Avalonia\\GroupBox.Avalonia\\GroupBox.Avalonia.csproj", | |
"targetPath": "", | |
"outputType": "Library", | |
"designerHostPath": "", | |
"targetFramework": "", | |
"depsFilePath": "", | |
"runtimeConfigFilePath": "", | |
"projectReferences": [], | |
"directoryPath": "c:\\Repos\\BinToss\\GroupBox.Avalonia\\GroupBox.Avalonia", | |
"intermediateOutputPath": "c:\\Repos\\BinToss\\GroupBox.Avalonia\\GroupBox.Avalonia\\obj\\Debug\\Avalonia\\references" | |
} | |
], | |
"files": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment