microsoft / SqlScriptDOM

ScriptDOM/SqlDOM is a .NET library for parsing T-SQL statements and interacting with its abstract syntax tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error

abhikum opened this issue · comments

I am getting below build error. Maybe I missed something or I might have set Antlr2Exe path wrong.

Antlr2Exe = C:\antlr\275\antlr-2.7.5 (1).exe

MSBuild version 17.5.1+f6fdcf537 for .NET Framework
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 4/17/2023 11:45:45 AM.
Included response file: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\MSBuild.rsp

Project "C:\ScriptDOM\dirs.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
Project "C:\ScriptDOM\dirs.sln" (1) is building "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2) on node 1 (default targets).
Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2) is building "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2:2) on node 1 (Build target(s)).
Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2:2) is building "C:\ScriptDOM\tools\AstGen\astgen.csproj" (3) on node 1 (default targets).
_WriteAppConfigWithSupportedRuntime:
Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files.
GenerateBindingRedirects:
No suggested binding redirects from ResolveAssemblyReferences.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
astgen -> C:\ScriptDOM\out\tools\net462\astgen.exe
Done Building Project "C:\ScriptDOM\tools\AstGen\astgen.csproj" (default targets).
Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2:2) is building "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (4) on node 1 (default targets).
_WriteAppConfigWithSupportedRuntime:
Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files.
GenerateBindingRedirects:
No suggested binding redirects from ResolveAssemblyReferences.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
ScriptGenSettingsGenerator -> C:\ScriptDOM\out\tools\net462\ScriptGenSettingsGenerator.exe
Done Building Project "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (default targets).
Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2:2) is building "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (5) on node 1 (default targets).
_WriteAppConfigWithSupportedRuntime:
Skipping target "_WriteAppConfigWithSupportedRuntime" because all output files are up-to-date with respect to the input files.
GenerateBindingRedirects:
No suggested binding redirects from ResolveAssemblyReferences.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
TokenListGenerator -> C:\ScriptDOM\out\tools\net462\TokenListGenerator.exe
Done Building Project "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (default targets).
CoreResGen:
No resources are out of date with respect to their source files. Skipping resource generation.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
GSqlTokenTypesCompile:
Skipping target "GSqlTokenTypesCompile" because all output files are up-to-date with respect to the input files.
GLexerParserCompile:
Skipping target "GLexerParserCompile" because all output files are up-to-date with respect to the input files.
CreateAST:
"C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'astgen, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
--- End of inner exception stack trace ---
C:\ScriptDOM\SqlScriptDom\GenerateFiles.props(39,5): error MSB3073: The command ""C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "" exited with code -532462766. [C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj::TargetFramework=netstandard2.1]
Done Building Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (Build target(s)) -- FAILED.
Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2) is building "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2:3) on node 1 (Build target(s)).
CoreResGen:
No resources are out of date with respect to their source files. Skipping resource generation.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
GSqlTokenTypesCompile:
Skipping target "GSqlTokenTypesCompile" because all output files are up-to-date with respect to the input files.
GLexerParserCompile:
Skipping target "GLexerParserCompile" because all output files are up-to-date with respect to the input files.
CreateAST:
"C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'astgen, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
--- End of inner exception stack trace ---
C:\ScriptDOM\SqlScriptDom\GenerateFiles.props(39,5): error MSB3073: The command ""C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "" exited with code -532462766. [C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj::TargetFramework=net462]
Done Building Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (Build target(s)) -- FAILED.
Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2) is building "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (2:4) on node 1 (Build target(s)).
CoreResGen:
No resources are out of date with respect to their source files. Skipping resource generation.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
GSqlTokenTypesCompile:
Skipping target "GSqlTokenTypesCompile" because all output files are up-to-date with respect to the input files.
GLexerParserCompile:
Skipping target "GLexerParserCompile" because all output files are up-to-date with respect to the input files.
CreateAST:
"C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'astgen, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
--- End of inner exception stack trace ---
C:\ScriptDOM\SqlScriptDom\GenerateFiles.props(39,5): error MSB3073: The command ""C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "" exited with code -532462766. [C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj::TargetFramework=net6.0]
Done Building Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (Build target(s)) -- FAILED.
Done Building Project "C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (default targets) -- FAILED.
Project "C:\ScriptDOM\dirs.sln" (1) is building "C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj" (6) on node 1 (default targets).
Project "C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj" (6) is building "C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj" (6:2) on node 1 (Build target(s)).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /unsafe+ /checked- /nowarn:1591,IL2121,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /doc:C:\ScriptDOM\obj\Test\AssemblyTools\Debug\net462\SqlStudio.Tests.AssemblyTools.xml /define:TRACE;DEBUG;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\System.Xml.Linq.dll" /debug+ /debug:full /delaysign+ /filealign:512 /keyfile:C:\ScriptDOM\Externals\VS12\VS10_FinalPublicKey.snk /optimize- /out:C:\ScriptDOM\obj\Test\AssemblyTools\Debug\net462\SqlStudio.Tests.AssemblyTools.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:C:\ScriptDOM\obj\Test\AssemblyTools\Debug\net462\AssemblyTools.GeneratedMSBuildEditorConfig.editorconfig Properties\AssemblyInfo.cs SqlPermissionLevel.cs SqlStudioCategories.cs TestExecutionGroupAttribute.cs "C:\ScriptDOM\obj\Test\AssemblyTools\Debug\net462.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" C:\ScriptDOM\obj\Test\AssemblyTools\Debug\net462\AssemblyTools.AssemblyInfo.cs /warnaserror+:NU1605
C:\ScriptDOM\Test\AssemblyTools\SqlStudioCategories.cs(9,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj::TargetFramework=net462]
C:\ScriptDOM\Test\AssemblyTools\TestExecutionGroupAttribute.cs(5,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj::TargetFramework=net462]
C:\ScriptDOM\Test\AssemblyTools\SqlStudioCategories.cs(146,51): error CS0246: The type or namespace name 'TestCategoryBaseAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj::TargetFramework=net462]
CompilerServer: server - server processed compilation - 61b15154-1f4c-46ff-a8b9-6c51d3a137ec
Done Building Project "C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj" (Build target(s)) -- FAILED.
Done Building Project "C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj" (default targets) -- FAILED.
Project "C:\ScriptDOM\dirs.sln" (1) is building "C:\ScriptDOM\Test\GenerateRunSettings\GenerateRunSettings.proj" (7) on node 1 (default targets).
GenerateAndCopyRunSettings:
powershell -Command "(gc 'C:\ScriptDOM\Test\GenerateRunSettings\test.runsettings.template') -replace '##ENLISTMENT_ROOT##', 'C:\ScriptDOM' -replace '##OUTPUT_PATH##', 'C:\ScriptDOM\out\Debug\net462' | sc 'C:\ScriptDOM\out\Debug\net462\test.runsettings' "
powershell -Command "(gc 'C:\ScriptDOM\Test\GenerateRunSettings\test.runsettings.template') -replace '##ENLISTMENT_ROOT##', 'C:\ScriptDOM' -replace '##OUTPUT_PATH##', 'C:\ScriptDOM\out\Debug\net6.0' | sc 'C:\ScriptDOM\out\Debug\net6.0\test.runsettings' "
Done Building Project "C:\ScriptDOM\Test\GenerateRunSettings\GenerateRunSettings.proj" (default targets).
Project "C:\ScriptDOM\dirs.sln" (1) is building "C:\ScriptDOM\tools\AstGen\astgen.csproj" (3:7) on node 1 (default targets).
Project "C:\ScriptDOM\tools\AstGen\astgen.csproj" (3:7) is building "C:\ScriptDOM\tools\AstGen\astgen.csproj" (3:8) on node 1 (Build target(s)).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
GenerateBuildDependencyFile:
Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
astgen -> C:\ScriptDOM\out\tools\netstandard2.1\astgen.dll
Done Building Project "C:\ScriptDOM\tools\AstGen\astgen.csproj" (Build target(s)).
Project "C:\ScriptDOM\tools\AstGen\astgen.csproj" (3:7) is building "C:\ScriptDOM\tools\AstGen\astgen.csproj" (3:10) on node 1 (Build target(s)).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CreateAppHost:
Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files.
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
GenerateBuildDependencyFile:
Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
GenerateBuildRuntimeConfigurationFiles:
Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
astgen -> C:\ScriptDOM\out\tools\net6.0\astgen.dll
Done Building Project "C:\ScriptDOM\tools\AstGen\astgen.csproj" (Build target(s)).
Done Building Project "C:\ScriptDOM\tools\AstGen\astgen.csproj" (default targets).
Project "C:\ScriptDOM\dirs.sln" (1) is building "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (4:7) on node 1 (default targets).
Project "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (4:7) is building "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (4:8) on node 1 (Build target(s)).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
GenerateBuildDependencyFile:
Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
ScriptGenSettingsGenerator -> C:\ScriptDOM\out\tools\netstandard2.1\ScriptGenSettingsGenerator.dll
Done Building Project "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (Build target(s)).
Project "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (4:7) is building "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (4:10) on node 1 (Build target(s)).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CreateAppHost:
Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files.
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
GenerateBuildDependencyFile:
Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
GenerateBuildRuntimeConfigurationFiles:
Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
ScriptGenSettingsGenerator -> C:\ScriptDOM\out\tools\net6.0\ScriptGenSettingsGenerator.dll
Done Building Project "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (Build target(s)).
Done Building Project "C:\ScriptDOM\tools\ScriptGenSettingsGenerator\ScriptGenSettingsGenerator.csproj" (default targets).
Project "C:\ScriptDOM\dirs.sln" (1) is building "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (5:7) on node 1 (default targets).
Project "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (5:7) is building "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (5:8) on node 1 (Build target(s)).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
GenerateBuildDependencyFile:
Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
TokenListGenerator -> C:\ScriptDOM\out\tools\netstandard2.1\TokenListGenerator.dll
Done Building Project "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (Build target(s)).
Project "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (5:7) is building "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (5:10) on node 1 (Build target(s)).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CreateAppHost:
Skipping target "_CreateAppHost" because all output files are up-to-date with respect to the input files.
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
GenerateBuildDependencyFile:
Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
GenerateBuildRuntimeConfigurationFiles:
Skipping target "GenerateBuildRuntimeConfigurationFiles" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
TokenListGenerator -> C:\ScriptDOM\out\tools\net6.0\TokenListGenerator.dll
Done Building Project "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (Build target(s)).
Done Building Project "C:\ScriptDOM\tools\TokenListGenerator\TokenListGenerator.csproj" (default targets).
Done Building Project "C:\ScriptDOM\dirs.sln" (default targets) -- FAILED.

Build FAILED.

"C:\ScriptDOM\dirs.sln" (default target) (1) ->
"C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (default target) (2) ->
"C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (Build target) (2:2) ->
(CreateAST target) ->
C:\ScriptDOM\SqlScriptDom\GenerateFiles.props(39,5): error MSB3073: The command ""C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\netstandard2.1\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "" exited with code -532462766. [C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj::TargetFramework=netstandard2.1]

"C:\ScriptDOM\dirs.sln" (default target) (1) ->
"C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (default target) (2) ->
"C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (Build target) (2:3) ->
C:\ScriptDOM\SqlScriptDom\GenerateFiles.props(39,5): error MSB3073: The command ""C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net462\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "" exited with code -532462766. [C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj::TargetFramework=net462]

"C:\ScriptDOM\dirs.sln" (default target) (1) ->
"C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (default target) (2) ->
"C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj" (Build target) (2:4) ->
C:\ScriptDOM\SqlScriptDom\GenerateFiles.props(39,5): error MSB3073: The command ""C:\ScriptDOM\out\tools\net462\AstGen.exe" "C:\ScriptDOM\SqlScriptDom\Parser\TSql\Ast.xml" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\TSqlConcreteFragmentVisitor.codegen.cs" "C:\ScriptDOM\obj\SqlScriptDom\AnyCPU\Debug\net6.0\Microsoft.SqlServer.TransactSql.ScriptDom.csproj\Ast.cs" "" exited with code -532462766. [C:\ScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql.ScriptDom.csproj::TargetFramework=net6.0]

"C:\ScriptDOM\dirs.sln" (default target) (1) ->
"C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj" (default target) (6) ->
"C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj" (Build target) (6:2) ->
(CoreCompile target) ->
C:\ScriptDOM\Test\AssemblyTools\SqlStudioCategories.cs(9,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj::TargetFramework=net462]
C:\ScriptDOM\Test\AssemblyTools\TestExecutionGroupAttribute.cs(5,17): error CS0234: The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) [C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj::TargetFramework=net462]
C:\ScriptDOM\Test\AssemblyTools\SqlStudioCategories.cs(146,51): error CS0246: The type or namespace name 'TestCategoryBaseAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\ScriptDOM\Test\AssemblyTools\AssemblyTools.csproj::TargetFramework=net462]

0 Warning(s)
6 Error(s)