Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to .NET 8.0 #1287

Merged
merged 7 commits into from
Dec 2, 2024

dotnet format (again)

3ed6a7c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Upgrade to .NET 8.0 #1287

dotnet format (again)
3ed6a7c
Select commit
Loading
Failed to load commit list.
GitHub Actions / Integration Test Results - AdoBasic failed Oct 23, 2024 in 0s

1 fail in 57s

1 tests  ±0   0 ✅ ±0   57s ⏱️ -7s
1 suites ±0   0 💤 ±0 
1 files   ±0   1 ❌ ±0 

Results for commit 3ed6a7c. ± Comparison against earlier commit 014bc05.

Annotations

Check warning on line 0 in OctoshiftCLI.IntegrationTests.AdoBasicToGithub

See this annotation in the file changed.

@github-actions github-actions / Integration Test Results - AdoBasic

Basic (OctoshiftCLI.IntegrationTests.AdoBasicToGithub) failed

src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 57s]
Raw output
System.IO.FileNotFoundException : Could not find file '/home/runner/work/gh-gei/gh-gei/dist/linux-x64/migrate.ps1'.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at OctoshiftCLI.IntegrationTests.TestHelper.LogMigrationScript(String filename) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 539
   at OctoshiftCLI.IntegrationTests.TestHelper.RunCliMigration(String generateScriptCommand, String cliName, IDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 532
   at OctoshiftCLI.IntegrationTests.TestHelper.RunAdoToGithubCliMigration(String generateScriptCommand, IDictionary`2 tokens) in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/TestHelper.cs:line 583
   at OctoshiftCLI.IntegrationTests.AdoBasicToGithub.Basic() in /home/runner/work/gh-gei/gh-gei/src/OctoshiftCLI.IntegrationTests/AdoBasicToGithub.cs:line 42
--- End of stack trace from previous location ---