Skip to content

Merge CSProj and root namespace name with name in distribution #2702

Merge CSProj and root namespace name with name in distribution

Merge CSProj and root namespace name with name in distribution #2702

GitHub Actions / Test Results Overview ubuntu-22.04 failed Apr 16, 2024 in 0s

1 fail, 2 skipped, 96 pass in 10m 15s

99 tests  ±0   96 ✅ ±0   10m 15s ⏱️ -10s
 2 suites ±0    2 💤 ±0 
 2 files   ±0    1 ❌ ±0 

Results for commit 9b2a88b. ± Comparison against earlier commit c943b14.

Annotations

Check warning on line 0 in TestElmTime.LoadFromGitHubTests

See this annotation in the file changed.

@github-actions github-actions / Test Results Overview ubuntu-22.04

LoadFromGitHub_Partial_Cache (TestElmTime.LoadFromGitHubTests) failed

./implement/test-elm-time/TestResults/_fv-az979-882_2024-04-16_18_25_59.trx [took 0s]
Raw output
Test method TestElmTime.LoadFromGitHubTests.LoadFromGitHub_Partial_Cache threw exception: 
System.IO.InvalidDataException: End of Central Directory record could not be found.    at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
   at System.IO.Compression.ZipArchive..ctor(Stream stream, ZipArchiveMode mode, Boolean leaveOpen, Encoding entryNameEncoding)
   at Pine.ZipArchive.EntriesFromZipArchive(ReadOnlyMemory`1 zipArchive, Func`2 includeEntry)+MoveNext() in /home/runner/work/pine/pine/implement/pine/Pine/ZipArchive.cs:line 72
   at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
   at System.Linq.Enumerable.Aggregate[TSource,TAccumulate](IEnumerable`1 source, TAccumulate seed, Func`3 func)
   at Pine.PineValueComposition.SortedTreeFromSetOfBlobs[PathT](IEnumerable`1 blobsWithPath) in /home/runner/work/pine/pine/implement/Pine.Core/PineValueComposition.cs:line 128
   at Pine.PineValueComposition.SortedTreeFromSetOfBlobsWithCommonFilePath(IEnumerable`1 blobsWithPath) in /home/runner/work/pine/pine/implement/Pine.Core/PineValueComposition.cs:line 96
   at TestElmTime.LoadFromGitHubTests.<>c__DisplayClass5_0.<LoadFromGitHub_Partial_Cache>g__consultServer|0(GetRepositoryFilesPartialForCommitRequest request) in /home/runner/work/pine/pine/implement/test-elm-time/LoadFromGitHubTests.cs:line 194
   at TestElmTime.LoadFromGitHubTests.<>c__DisplayClass5_0.<LoadFromGitHub_Partial_Cache>b__1(GetRepositoryFilesPartialForCommitRequest request) in /home/runner/work/pine/pine/implement/test-elm-time/LoadFromGitHubTests.cs:line 206
   at Pine.LoadFromGitHubOrGitLab.LoadFromUrl(String sourceUrl, Func`2 getRepositoryFilesPartialForCommit) in /home/runner/work/pine/pine/implement/pine/Pine/LoadFromGitHubOrGitLab.cs:line 138
   at TestElmTime.LoadFromGitHubTests.LoadFromGitHub_Partial_Cache() in /home/runner/work/pine/pine/implement/test-elm-time/LoadFromGitHubTests.cs:line 202
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)