NuGet Publishing Infrastructure #1830
Annotations
10 errors and 26 warnings
β
Run Unit Tests β
[xUnit.net 00:00:03.76] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_NetFxLibrary_ShouldSucceed(projectName: "SimpleNetfxLibrary") [FAIL]
|
β
Run Unit Tests β
[stdout]: C:\Users\runneradmin\AppData\Local\Temp\nussy3u0.yh1\SimpleNetfxLibrary\SimpleNetfxLibrary.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.win-x64. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, local, Microsoft Visual Studio Offline Packages, nuget.org
|
β
Run Unit Tests β
[xUnit.net 00:00:05.89] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_Core_Exe_ShouldSucceed(projectName: "SimpleCoreExe") [FAIL]
|
β
Run Unit Tests β
[stdout]: C:\Users\runneradmin\AppData\Local\Temp\ex4tt1ul.4jz\SimpleCoreExe\SimpleCoreExe.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.win-x64. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, local, Microsoft Visual Studio Offline Packages, nuget.org
|
β
Run Unit Tests β
[xUnit.net 00:00:09.14] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_Core_Library_ShouldSucceed(projectName: "SimpleNetStandardLibrary") [FAIL]
|
β
Run Unit Tests β
[stdout]: C:\Users\runneradmin\AppData\Local\Temp\5n3ftlp5.k4w\SimpleNetStandardLibrary\SimpleNetStandardLibrary.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.win-x64. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, local, Microsoft Visual Studio Offline Packages, nuget.org
|
β
Run Unit Tests β
[xUnit.net 00:00:11.13] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_Core_Library_ShouldSucceed(projectName: "SimpleCoreLibraryWithHeader") [FAIL]
|
β
Run Unit Tests β
[stdout]: C:\Users\runneradmin\AppData\Local\Temp\odckhbmw.ahv\SimpleCoreLibraryWithHeader\SimpleCoreLibraryWithHeader.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.win-x64. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, local, Microsoft Visual Studio Offline Packages, nuget.org
|
β
Run Unit Tests β
[xUnit.net 00:00:13.12] Cesium.Sdk.Tests.CesiumCompileTests.CesiumCompile_Core_Library_ShouldSucceed(projectName: "SimpleCoreLibrary") [FAIL]
|
β
Run Unit Tests β
[stdout]: C:\Users\runneradmin\AppData\Local\Temp\ocaqnaci.i4z\SimpleCoreLibrary\SimpleCoreLibrary.ceproj : error NU1101: Unable to find package Cesium.Compiler.Bundle.win-x64. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, local, Microsoft Visual Studio Offline Packages, nuget.org
|
π¦ Pack Compiler NuPkg π¦
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
C:\Program Files\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. [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
C:\Program Files\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. [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π¦ Pack Compiler NuPkg π¦
C:\Program Files\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. [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
β
Run Unit Tests β
D:\a\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) [D:\a\Cesium\Cesium\Cesium.Compiler.Tests\Cesium.Compiler.Tests.csproj]
|
β
Run Unit Tests β
D:\a\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) [D:\a\Cesium\Cesium\Cesium.Compiler.Tests\Cesium.Compiler.Tests.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π Pack Compiler Runtime-Specific Bundles π
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π Build Solution π
D:\a\Cesium\Cesium\Cesium.Runtime\StdIoFunctions.cs(734,13): warning CS0219: The variable 'bytesConsumed' is assigned but its value is never used [D:\a\Cesium\Cesium\Cesium.Runtime\Cesium.Runtime.csproj::TargetFramework=netstandard2.0]
|
π Build Solution π
C:\Program Files\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. [D:\a\Cesium\Cesium\Cesium.Ast\Cesium.Ast.csproj]
|
π Build Solution π
C:\Program Files\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. [D:\a\Cesium\Cesium\Cesium.Ast\Cesium.Ast.csproj]
|
π Build Solution π
D:\a\Cesium\Cesium\Cesium.Runtime\StdIoFunctions.cs(734,13): warning CS0219: The variable 'bytesConsumed' is assigned but its value is never used [D:\a\Cesium\Cesium\Cesium.Runtime\Cesium.Runtime.csproj::TargetFramework=net6.0]
|
π Build Solution π
D:\a\Cesium\Cesium\Cesium.CodeGen\Ir\Expressions\Constants\IntegerConstant.cs(63,14): warning CS0219: The variable 'i64Parse' is assigned but its value is never used [D:\a\Cesium\Cesium\Cesium.CodeGen\Cesium.CodeGen.csproj]
|
π Build Solution π
D:\a\Cesium\Cesium\Cesium.CodeGen\Ir\Types\StructType.cs(19,28): warning CS0169: The field 'StructType.AnonType' is never used [D:\a\Cesium\Cesium\Cesium.CodeGen\Cesium.CodeGen.csproj]
|
π Build Solution π
D:\a\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 [D:\a\Cesium\Cesium\Cesium.Compiler\Cesium.Compiler.csproj]
|
π Build Solution π
D:\a\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) [D:\a\Cesium\Cesium\Cesium.Compiler.Tests\Cesium.Compiler.Tests.csproj]
|
π Build Solution π
D:\a\Cesium\Cesium\Cesium.Runtime\StdIoFunctions.cs(734,13): warning CS0219: The variable 'bytesConsumed' is assigned but its value is never used [D:\a\Cesium\Cesium\Cesium.Runtime\Cesium.Runtime.csproj::TargetFramework=netstandard2.0]
|
π Build Solution π
C:\Program Files\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. [D:\a\Cesium\Cesium\Cesium.Ast\Cesium.Ast.csproj]
|
Loading