-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings after upgrading to 1.23 #1893
Comments
looks on the face of it like the same issue I'm facing 1889 |
Try setting your |
Setting "omnisharp.path" to "latest" fixed the issue. Thanks. |
This is resolved in #1895 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the latest round of updates, I now have lots of warnings when building my solution. I'm running on Ubuntu 20.04
I upgraded all my project to use the latest Nuget packages (3.1.7 for Microsoft.Extensions.*)
Here's the output:
Starting OmniSharp server at 8/17/2020, 10:21:17 AM
Target: /home/gparkinson/Work/Genward/Genward.sln
OmniSharp server started.
Path: /home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/run
PID: 319565
Starting OmniSharp on pop 20.4 (x64)
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 1 MSBuild instance(s)
1: StandAlone 16.8.0 - "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin"
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
MSBUILD_EXE_PATH environment variable set to '/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/MSBuild.dll'
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: StandAlone 16.8.0 - "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin"
CscToolExe = csc.exe
MSBuildToolsPath = /home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin
CscToolPath = /home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Roslyn
BypassFrameworkInstallChecks = true
MSBuildExtensionsPath = /home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild
info: OmniSharp.Cake.CakeProjectSystem
Detecting Cake files in '/home/gparkinson/Work/Genward'.
info: OmniSharp.Cake.CakeProjectSystem
Could not find any Cake files
info: OmniSharp.MSBuild.ProjectSystem
Detecting projects in '/home/gparkinson/Work/Genward/Genward.sln'.
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/AcctDaemon/AcctDaemon.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/AcctService/AcctService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/ColXDaemon/ColXDaemon.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/ColXService/ColXService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/Common/Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/DBContext/DBContext.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/Gedcom/Gedcom.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/FileDaemon/FileDaemon.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/FileService/FileService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/RootService/RootService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/TreeDaemon/TreeDaemon.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/TreeService/TreeService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/gparkinson/Work/Genward/Webhooks/Webhooks.csproj'
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in '/home/gparkinson/Work/Genward'.
info: OmniSharp.Script.ScriptProjectSystem
Could not find any CSX files
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location '/home/gparkinson/Work/Genward' on host 319433.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/AcctDaemon/AcctDaemon.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/AcctDaemon/AcctDaemon.csproj'.
/home/gparkinson/Work/Genward/AcctDaemon/AcctDaemon.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/AcctDaemon/AcctDaemon.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj'.
/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
Adding project '/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/AcctService/AcctService.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/AcctService/AcctService.csproj'.
/home/gparkinson/Work/Genward/AcctService/AcctService.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/AcctService/AcctService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/ColXDaemon/ColXDaemon.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/ColXDaemon/ColXDaemon.csproj'.
/home/gparkinson/Work/Genward/ColXDaemon/ColXDaemon.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/ColXDaemon/ColXDaemon.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj'.
/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
Adding project '/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/ColXService/ColXService.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/ColXService/ColXService.csproj'.
/home/gparkinson/Work/Genward/ColXService/ColXService.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/ColXService/ColXService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/Common/Common.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/Common/Common.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/gparkinson/Work/Genward/Common/Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj'.
/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
Adding project '/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/DBContext/DBContext.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/DBContext/DBContext.csproj'.
/home/gparkinson/Work/Genward/DBContext/DBContext.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
Adding project '/home/gparkinson/Work/Genward/DBContext/DBContext.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/Gedcom/Gedcom.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/Gedcom/Gedcom.csproj'.
/home/gparkinson/Work/Genward/Gedcom/Gedcom.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
Adding project '/home/gparkinson/Work/Genward/Gedcom/Gedcom.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/FileDaemon/FileDaemon.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/FileDaemon/FileDaemon.csproj'.
/home/gparkinson/Work/Genward/FileDaemon/FileDaemon.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/FileDaemon/FileDaemon.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj'.
/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
Adding project '/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/FileService/FileService.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/FileService/FileService.csproj'.
/home/gparkinson/Work/Genward/FileService/FileService.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/ColXDatabase/ColXDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/FileDatabase/FileDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/FileService/FileService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj'.
/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
Adding project '/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/RootService/RootService.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/RootService/RootService.csproj'.
/home/gparkinson/Work/Genward/RootService/RootService.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/RootDatabase/RootDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/RootService/RootService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/TreeDaemon/TreeDaemon.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/TreeDaemon/TreeDaemon.csproj'.
/home/gparkinson/Work/Genward/TreeDaemon/TreeDaemon.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/TreeDaemon/TreeDaemon.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj'.
/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
Adding project '/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/TreeService/TreeService.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/TreeService/TreeService.csproj'.
/home/gparkinson/Work/Genward/TreeService/TreeService.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/TreeDatabase/TreeDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/TreeService/TreeService.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/gparkinson/Work/Genward/Webhooks/Webhooks.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
"/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/gparkinson/Work/Genward/Webhooks/Webhooks.csproj'.
/home/gparkinson/Work/Genward/Webhooks/Webhooks.csproj
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Common/Common.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/DBContext/DBContext.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/Cryptography/Cryptography.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/gparkinson/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/gparkinson/Work/Genward/AcctDatabase/AcctDatabase.csproj]
Adding project '/home/gparkinson/Work/Genward/Webhooks/Webhooks.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: AcctDaemon
info: OmniSharp.MSBuild.ProjectManager
Update project: AcctDatabase
info: OmniSharp.MSBuild.ProjectManager
Update project: AcctService
info: OmniSharp.MSBuild.ProjectManager
Update project: ColXDaemon
info: OmniSharp.MSBuild.ProjectManager
Update project: ColXDatabase
info: OmniSharp.MSBuild.ProjectManager
Update project: ColXService
info: OmniSharp.MSBuild.ProjectManager
Update project: Common
info: OmniSharp.MSBuild.ProjectManager
Update project: Cryptography
info: OmniSharp.MSBuild.ProjectManager
Update project: DBContext
info: OmniSharp.MSBuild.ProjectManager
Update project: Gedcom
info: OmniSharp.MSBuild.ProjectManager
Update project: FileDaemon
info: OmniSharp.MSBuild.ProjectManager
Update project: FileDatabase
info: OmniSharp.MSBuild.ProjectManager
Update project: FileService
info: OmniSharp.MSBuild.ProjectManager
Update project: RootDatabase
info: OmniSharp.MSBuild.ProjectManager
Update project: RootService
info: OmniSharp.MSBuild.ProjectManager
Update project: TreeDaemon
info: OmniSharp.MSBuild.ProjectManager
Update project: TreeDatabase
info: OmniSharp.MSBuild.ProjectManager
Update project: TreeService
info: OmniSharp.MSBuild.ProjectManager
Update project: Webhooks
The text was updated successfully, but these errors were encountered: