Guest User

Untitled

a guest
Apr 7th, 2024
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.91 KB | None | 0 0
  1. # Input
  2.  
  3. ### PowerShell
  4.  
  5. ```powershell
  6. PowerShell 7.4.1
  7. PS C:\Users\janin\Documents\Files\GitHub\Godot-fork> ./modules/mono.build_scripts/build_assemblies.py --godot-output-dir ./bin
  8. ```
  9.  
  10. # Output
  11.  
  12. ### py
  13.  
  14. ```py
  15. Running MSBuild: 'C:\Program Files\dotnet\dotnet.exe' msbuild 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue/GodotSharp/GodotSharp.sln' /restore /t:Build /p:Configuration=Debug /p:NoWarn=1591
  16. MSBuild version 17.9.6+a4ecab324 for .NET
  17. Determining projects to restore...
  18. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharpEditor\GodotSharpEditor.csproj (in 133 ms).
  19. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotPlugins\GodotPlugins.csproj (in 133 ms).
  20. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj (in 693 ms).
  21. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\Godot.SourceGenerators.Internal\Godot.SourceGenerators.Internal.csproj (in 775 ms).
  22. Godot.SourceGenerators.Internal -> C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\Godot.SourceGenerators.Internal\bin\Debug\netstandard2.0\Godot.SourceGenerators.Internal.dll
  23. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\Generated\GodotObjects\GltfAccessor.cs(287, 18): warning CS0108: 'GltfAccessor.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended. [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  24. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\Generated\GodotObjects\GltfAccessor.cs(578, 43): warning CS0108: 'GltfAccessor.MethodName.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended. [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  25. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\Core\Dictionary.cs(483, 18): warning CA1001: Type 'Dictionary' owns disposable field(s) '_underlyingDict' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001) [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  26. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\Core\Array.cs(1045, 25): warning CA1001: Type 'Array' owns disposable field(s) '_underlyingArray' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001) [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  27. GodotSharp -> C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\bin\Debug\GodotSharp.dll
  28. GodotPlugins -> C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotPlugins\bin\Debug\net6.0\GodotPlugins.dll
  29. GodotSharpEditor -> C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharpEditor\bin\Debug\GodotSharpEditor.dll
  30. The package GodotSharpEditor.4.3.0-dev is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  31. Successfully created package 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharpEditor\bin\Debug\GodotSharpEditor.4.3.0-dev.nupkg'.
  32. Successfully created package 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharpEditor\bin\Debug\GodotSharpEditor.4.3.0-dev.snupkg'.
  33. The package GodotSharp.4.3.0-dev is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  34. Successfully created package 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\bin\Debug\GodotSharp.4.3.0-dev.nupkg'.
  35. Successfully created package 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\bin\Debug\GodotSharp.4.3.0-dev.snupkg'.
  36. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotSharp.dll...
  37. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotSharp.pdb...
  38. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotSharp.xml...
  39. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotSharpEditor.dll...
  40. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotSharpEditor.pdb...
  41. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotSharpEditor.xml...
  42. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotPlugins.dll...
  43. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotPlugins.pdb...
  44. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Debug\GodotPlugins.runtimeconfig.json...
  45. Running MSBuild: 'C:\Program Files\dotnet\dotnet.exe' msbuild 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue/GodotSharp/GodotSharp.sln' /restore /t:Build /p:Configuration=Release /p:NoWarn=1591
  46. MSBuild version 17.9.6+a4ecab324 for .NET
  47. Determining projects to restore...
  48. All projects are up-to-date for restore.
  49. Godot.SourceGenerators.Internal -> C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\Godot.SourceGenerators.Internal\bin\Release\netstandard2.0\Godot.SourceGenerators.Internal.dll
  50. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\Generated\GodotObjects\GltfAccessor.cs(287, 18): warning CS0108: 'GltfAccessor.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended. [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  51. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\Generated\GodotObjects\GltfAccessor.cs(578, 43): warning CS0108: 'GltfAccessor.MethodName.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended. [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  52. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\Core\Dictionary.cs(483, 18): warning CA1001: Type 'Dictionary' owns disposable field(s) '_underlyingDict' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001) [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  53. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\Core\Array.cs(1045, 25): warning CA1001: Type 'Array' owns disposable field(s) '_underlyingArray' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001) [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  54. GodotSharp -> C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\bin\Release\GodotSharp.dll
  55. GodotPlugins -> C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotPlugins\bin\Release\net6.0\GodotPlugins.dll
  56. GodotSharpEditor -> C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharpEditor\bin\Release\GodotSharpEditor.dll
  57. The package GodotSharpEditor.4.3.0-dev is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  58. Successfully created package 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharpEditor\bin\Release\GodotSharpEditor.4.3.0-dev.nupkg'.
  59. Successfully created package 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharpEditor\bin\Release\GodotSharpEditor.4.3.0-dev.snupkg'.
  60. The package GodotSharp.4.3.0-dev is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  61. Successfully created package 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\bin\Release\GodotSharp.4.3.0-dev.nupkg'.
  62. Successfully created package 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue\GodotSharp\GodotSharp\bin\Release\GodotSharp.4.3.0-dev.snupkg'.
  63. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotSharp.dll...
  64. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotSharp.pdb...
  65. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotSharp.xml...
  66. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotSharpEditor.dll...
  67. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotSharpEditor.pdb...
  68. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotSharpEditor.xml...
  69. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotPlugins.dll...
  70. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotPlugins.pdb...
  71. Copying assembly to C:\Users\janin\Documents\Files\GitHub\Godot-fork\bin\GodotSharp\Api\Release\GodotPlugins.runtimeconfig.json...
  72. Running MSBuild: 'C:\Program Files\dotnet\dotnet.exe' msbuild 'C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\glue/GodotSharp/GodotSharp.sln' /restore /t:Build /p:Configuration=Release /p:NoWarn=1591
  73. MSBuild version 17.9.6+a4ecab324 for .NET
  74. Determining projects to restore...
  75. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\Godot.NET.Sdk\Godot.SourceGenerators\Godot.SourceGenerators.csproj : error NU1301: The local source 'C:\Users\janin\MyLocalNugetSource' doesn't exist. [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.sln]
  76. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.Shared\GodotTools.Shared.csproj (in 129 ms).
  77. Failed to restore C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\Godot.NET.Sdk\Godot.SourceGenerators\Godot.SourceGenerators.csproj (in 130 ms).
  78. C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.OpenVisualStudio\GodotTools.OpenVisualStudio.csproj : error NU1301: The local source 'C:\Users\janin\MyLocalNugetSource' doesn't exist. [C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.sln]
  79. Failed to restore C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.OpenVisualStudio\GodotTools.OpenVisualStudio.csproj (in 9 ms).
  80. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.IdeMessaging\GodotTools.IdeMessaging.csproj (in 201 ms).
  81. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.Core\GodotTools.Core.csproj (in 2 ms).
  82. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.BuildLogger\GodotTools.BuildLogger.csproj (in 580 ms).
  83. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools.ProjectEditor\GodotTools.ProjectEditor.csproj (in 672 ms).
  84. Restored C:\Users\janin\Documents\Files\GitHub\Godot-fork\modules\mono\editor\GodotTools\GodotTools\GodotTools.csproj (in 858 ms).
  85. 1 of 9 projects are up-to-date for restore.
  86. ```
  87.  
  88. *quits here*
Advertisement
Add Comment
Please, Sign In to add comment