NuGet Publishing Infrastructure #1825
Annotations
10 errors and 26 warnings
β
Run Unit Tests β
[xUnit.net 00:00:02.90] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_NetFxLibrary_ShouldSucceed(projectName: "SimpleNetfxLibrary") [FAIL]
|
β
Run Unit Tests β
[stdout]: /var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/fnetaahi.kuo/SimpleNetfxLibrary/SimpleNetfxLibrary.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.osx-arm64. No packages exist with this id in source(s): local, nuget.org
|
β
Run Unit Tests β
[xUnit.net 00:00:04.66] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_Core_Exe_ShouldSucceed(projectName: "SimpleCoreExe") [FAIL]
|
β
Run Unit Tests β
[stdout]: /var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/lyymfcwq.x5g/SimpleCoreExe/SimpleCoreExe.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.osx-arm64. No packages exist with this id in source(s): local, nuget.org
|
β
Run Unit Tests β
[xUnit.net 00:00:06.05] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_Core_Library_ShouldSucceed(projectName: "SimpleNetStandardLibrary") [FAIL]
|
β
Run Unit Tests β
[stdout]: /var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/0w10rm5h.ffv/SimpleNetStandardLibrary/SimpleNetStandardLibrary.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.osx-arm64. No packages exist with this id in source(s): local, nuget.org
|
β
Run Unit Tests β
[xUnit.net 00:00:07.35] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_Core_Library_ShouldSucceed(projectName: "SimpleCoreLibraryWithHeader") [FAIL]
|
β
Run Unit Tests β
[stdout]: /var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/jpzavioi.wfp/SimpleCoreLibraryWithHeader/SimpleCoreLibraryWithHeader.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.osx-arm64. No packages exist with this id in source(s): local, nuget.org
|
β
Run Unit Tests β
[xUnit.net 00:00:08.66] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_Core_Library_ShouldSucceed(projectName: "SimpleCoreLibrary") [FAIL]
|
β
Run Unit Tests β
[stdout]: /var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/ndx40mod.awu/SimpleCoreLibrary/SimpleCoreLibrary.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.osx-arm64. No packages exist with this id in source(s): local, nuget.org
|
π¦ Pack Compiler NuPkg π¦
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
/Users/runner/.dotnet/sdk/9.0.200/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5100: The assembly 'content/Cesium.Runtime.dll' is not inside the 'lib' folder and hence it won't be added as a reference when the package is installed into a project. Move it into the 'lib' folder if it needs to be referenced. [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
/Users/runner/.dotnet/sdk/9.0.200/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5100: The assembly 'contentFiles/any/net9.0/Cesium.Runtime.dll' is not inside the 'lib' folder and hence it won't be added as a reference when the package is installed into a project. Move it into the 'lib' folder if it needs to be referenced. [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
/Users/runner/.dotnet/sdk/9.0.200/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Yoakke.SynKit.C.Syntax [2024.12.4-18.22.20-nightly, )" or update the version field in the nuspec. [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
β
Run Unit Tests β
/Users/runner/work/Cesium/Cesium/Cesium.Compiler.Tests/CommandLineParsingTest.cs(131,13): warning xUnit2029: Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029) [/Users/runner/work/Cesium/Cesium/Cesium.Compiler.Tests/Cesium.Compiler.Tests.csproj]
|
β
Run Unit Tests β
/Users/runner/work/Cesium/Cesium/Cesium.Compiler.Tests/CommandLineParsingTest.cs(131,13): warning xUnit2029: Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029) [/Users/runner/work/Cesium/Cesium/Cesium.Compiler.Tests/Cesium.Compiler.Tests.csproj]
|
π Build Solution π
/Users/runner/.dotnet/sdk/9.0.200/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Yoakke.SynKit.C.Syntax [2024.12.4-18.22.20-nightly, )" or update the version field in the nuspec. [/Users/runner/work/Cesium/Cesium/Cesium.Ast/Cesium.Ast.csproj]
|
π Build Solution π
/Users/runner/.dotnet/sdk/9.0.200/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Yoakke.SynKit.Lexer [2024.12.4-18.22.20-nightly, )" or update the version field in the nuspec. [/Users/runner/work/Cesium/Cesium/Cesium.Ast/Cesium.Ast.csproj]
|
π Build Solution π
/Users/runner/work/Cesium/Cesium/Cesium.Runtime/StdIoFunctions.cs(734,13): warning CS0219: The variable 'bytesConsumed' is assigned but its value is never used [/Users/runner/work/Cesium/Cesium/Cesium.Runtime/Cesium.Runtime.csproj::TargetFramework=netstandard2.0]
|
π Build Solution π
/Users/runner/work/Cesium/Cesium/Cesium.Runtime/StdIoFunctions.cs(734,13): warning CS0219: The variable 'bytesConsumed' is assigned but its value is never used [/Users/runner/work/Cesium/Cesium/Cesium.Runtime/Cesium.Runtime.csproj::TargetFramework=net6.0]
|
π Build Solution π
/Users/runner/work/Cesium/Cesium/Cesium.CodeGen/Ir/Expressions/Constants/IntegerConstant.cs(63,14): warning CS0219: The variable 'i64Parse' is assigned but its value is never used [/Users/runner/work/Cesium/Cesium/Cesium.CodeGen/Cesium.CodeGen.csproj]
|
π Build Solution π
/Users/runner/work/Cesium/Cesium/Cesium.CodeGen/Ir/Types/StructType.cs(19,28): warning CS0169: The field 'StructType.AnonType' is never used [/Users/runner/work/Cesium/Cesium/Cesium.CodeGen/Cesium.CodeGen.csproj]
|
π Build Solution π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π Build Solution π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler.Tests/CommandLineParsingTest.cs(131,13): warning xUnit2029: Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029) [/Users/runner/work/Cesium/Cesium/Cesium.Compiler.Tests/Cesium.Compiler.Tests.csproj]
|
π Build Solution π
/Users/runner/.dotnet/sdk/9.0.200/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Yoakke.SynKit.C.Syntax [2024.12.4-18.22.20-nightly, )" or update the version field in the nuspec. [/Users/runner/work/Cesium/Cesium/Cesium.Ast/Cesium.Ast.csproj]
|
π Build Solution π
/Users/runner/.dotnet/sdk/9.0.200/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Yoakke.SynKit.Lexer [2024.12.4-18.22.20-nightly, )" or update the version field in the nuspec. [/Users/runner/work/Cesium/Cesium/Cesium.Ast/Cesium.Ast.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
/Users/runner/work/Cesium/Cesium/Cesium.Compiler/IndentedTextWriter.cs(358,26): warning CS3021: 'IndentedTextWriter.WriteLine(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/Users/runner/work/Cesium/Cesium/Cesium.Compiler/Cesium.Compiler.csproj]
|
Loading