Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Build issues during development

Open kant2002 opened this issue 3 months ago • 4 comments

Here I observe following error during build within Visual Studio

1>------ Build started: Project: Cesium.Runtime, Configuration: Debug Any CPU ------
1>C:\Program Files\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(345,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
1>C:\Program Files\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(345,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
1>  Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>  Cesium.Runtime -> C:\d\github\cesium\artifacts\bin\Cesium.Runtime\debug_netstandard2.0\Cesium.Runtime.dll
1>  Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>  Cesium.Runtime -> C:\d\github\cesium\artifacts\bin\Cesium.Runtime\debug_net6.0\Cesium.Runtime.dll
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018: The "CollectLastChangelogSection" task failed unexpectedly.
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018: File name: 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018:    at ChangelogAutomation.Core.MarkdownToPlainTextConverter.ExtractVersionSectionPlainText(MarkdownStream changelogMarkdown)
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018:    at ChangelogAutomation.MSBuild.CollectLastChangelogSection.Execute()
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018:    at Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018:    at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018: 
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018: WRN: Assembly binding logging is turned OFF.
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018: To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018: Note: There is some performance penalty associated with assembly bind failure logging.
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018: To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
1>C:\Users\kant2\.nuget\packages\changelogautomation.msbuild\3.0.3\buildMultiTargeting\ChangelogAutomation.MSBuild.targets(7,9): error MSB4018:

kant2002 avatar Oct 10 '25 05:10 kant2002