Upgrade to .Net 8.0 #4655
Annotations
19 errors and 48 warnings
build (macos-latest)
Process completed with exit code 2.
|
build (ubuntu-latest)
Process completed with exit code 2.
|
build (ubuntu-latest)
Process completed with exit code 1.
|
build (windows-latest)
Process completed with exit code 1.
|
e2e-test (macos-latest, Ghes)
Process completed with exit code 1.
|
e2e-test (macos-latest, Github)
Process completed with exit code 1.
|
e2e-test (ubuntu-latest, Github)
Process completed with exit code 1.
|
e2e-test (macos-latest, Bbs)
Process completed with exit code 1.
|
e2e-test (ubuntu-latest, Ghes)
Process completed with exit code 1.
|
e2e-test (ubuntu-latest, Bbs)
Process completed with exit code 1.
|
e2e-test (macos-latest, AdoCsv)
Process completed with exit code 1.
|
e2e-test (ubuntu-latest, AdoBasic)
Process completed with exit code 1.
|
e2e-test (ubuntu-latest, AdoCsv)
Process completed with exit code 1.
|
e2e-test (macos-latest, AdoBasic)
Process completed with exit code 1.
|
e2e-test (windows-latest, Ghes)
Process completed with exit code 1.
|
e2e-test (windows-latest, Github)
Process completed with exit code 1.
|
e2e-test (windows-latest, Bbs)
Process completed with exit code 1.
|
e2e-test (windows-latest, AdoCsv)
Process completed with exit code 1.
|
e2e-test (windows-latest, AdoBasic)
Process completed with exit code 1.
|
build (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (macos-latest):
src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs#L3
Using directive is unnecessary.
|
build (macos-latest):
src/OctoshiftCLI.Tests/Octoshift/Services/ReclaimServiceTests.cs#L2
Using directive is unnecessary.
|
build-for-e2e-test (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-for-e2e-test (ubuntu-latest):
src/Octoshift/Extensions/AssemblyExtensions.cs#L13
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
|
build-for-e2e-test (ubuntu-latest):
src/Octoshift/Extensions/CommandExtensions.cs#L32
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
build-for-e2e-test (ubuntu-latest):
src/Octoshift/Services/GenericArgsBinder.cs#L19
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties()'. The generic parameter 'TCommand' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build-for-e2e-test (ubuntu-latest):
src/Octoshift/Services/GenericArgsBinder.cs#L21
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The generic parameter 'TArgs' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build-for-e2e-test (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-for-e2e-test (macos-latest):
src/Octoshift/Extensions/AssemblyExtensions.cs#L13
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
|
build-for-e2e-test (macos-latest):
src/Octoshift/Extensions/CommandExtensions.cs#L32
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
build-for-e2e-test (macos-latest):
src/Octoshift/Services/GenericArgsBinder.cs#L19
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties()'. The generic parameter 'TCommand' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build-for-e2e-test (macos-latest):
src/Octoshift/Services/GenericArgsBinder.cs#L21
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The generic parameter 'TArgs' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest)
No files were found with the provided path: src/OctoshiftCLI.Tests/unit-tests.xml. No artifacts will be uploaded.
|
build (ubuntu-latest)
No files were found with the provided path: code-coverage-results.md. No artifacts will be uploaded.
|
build (ubuntu-latest):
src/OctoshiftCLI.Tests/Octoshift/Services/ReclaimServiceTests.cs#L2
Using directive is unnecessary.
|
build (ubuntu-latest):
src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs#L3
Using directive is unnecessary.
|
build-for-e2e-test (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-for-e2e-test (windows-latest):
src/Octoshift/Extensions/AssemblyExtensions.cs#L13
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
|
build-for-e2e-test (windows-latest):
src/Octoshift/Extensions/CommandExtensions.cs#L32
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
build-for-e2e-test (windows-latest):
src/Octoshift/Services/GenericArgsBinder.cs#L19
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties()'. The generic parameter 'TCommand' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build-for-e2e-test (windows-latest):
src/Octoshift/Services/GenericArgsBinder.cs#L21
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The generic parameter 'TArgs' of 'OctoshiftCLI.Services.GenericArgsBinder<TCommand, TArgs>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
build (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest):
src/OctoshiftCLI.Tests/Octoshift/Services/ReclaimServiceTests.cs#L2
Using directive is unnecessary.
|
build (windows-latest):
src/OctoshiftCLI.Tests/Octoshift/Services/GithubApiTests.cs#L3
Using directive is unnecessary.
|
e2e-test (macos-latest, Ghes)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (macos-latest, Github)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Basic (OctoshiftCLI.IntegrationTests.GithubToGithub) failed:
OctoshiftCLI.IntegrationTests.GithubToGithub#L0
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 4s]
|
e2e-test (ubuntu-latest, Github)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Basic (OctoshiftCLI.IntegrationTests.GhesToGithub) failed:
OctoshiftCLI.IntegrationTests.GhesToGithub#L0
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 5s]
|
Basic(bbsServer: "http://e2e-bbs-8-5-0-linux-2204.eastus.cloudapp.az"···, useSshForArchiveDownload: True, useAzureForArchiveUpload: True) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed:
OctoshiftCLI.IntegrationTests.BbsToGithub#L0
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 3s]
|
Basic(bbsServer: "http://e2e-bbs-7-21-9-win-2019.eastus.cloudapp.azu"···, useSshForArchiveDownload: False, useAzureForArchiveUpload: True) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed:
OctoshiftCLI.IntegrationTests.BbsToGithub#L0
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 6s]
|
Basic(bbsServer: "http://e2e-bbs-8-5-0-linux-2204.eastus.cloudapp.az"···, useSshForArchiveDownload: True, useAzureForArchiveUpload: False) (OctoshiftCLI.IntegrationTests.BbsToGithub) failed:
OctoshiftCLI.IntegrationTests.BbsToGithub#L0
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 2s]
|
e2e-test (macos-latest, Bbs)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (ubuntu-latest, Ghes)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (ubuntu-latest, Bbs)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Basic (OctoshiftCLI.IntegrationTests.AdoBasicToGithub) failed:
OctoshiftCLI.IntegrationTests.AdoBasicToGithub#L0
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 1m 4s]
|
e2e-test (macos-latest, AdoCsv)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (ubuntu-latest, AdoBasic)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
With_Inventory_Report_Csv (OctoshiftCLI.IntegrationTests.AdoCsvToGithub) failed:
OctoshiftCLI.IntegrationTests.AdoCsvToGithub#L0
src/OctoshiftCLI.IntegrationTests/integration-tests.xml [took 1m 4s]
|
e2e-test (ubuntu-latest, AdoCsv)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (macos-latest, AdoBasic)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (windows-latest, Ghes)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (windows-latest, Github)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (windows-latest, Bbs)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (windows-latest, AdoCsv)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-test (windows-latest, AdoBasic)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Event File
|
3.81 KB |
|
binaries-macos-latest
|
29.1 MB |
|
binaries-ubuntu-latest
|
29.2 MB |
|
binaries-windows-latest
|
28.9 MB |
|
integration-test-logs-AdoBasic-macos-latest
|
957 Bytes |
|
integration-test-logs-AdoBasic-ubuntu-latest
|
960 Bytes |
|
integration-test-logs-AdoBasic-windows-latest
|
949 Bytes |
|
integration-test-logs-AdoCsv-macos-latest
|
1.85 KB |
|
integration-test-logs-AdoCsv-ubuntu-latest
|
1.86 KB |
|
integration-test-logs-AdoCsv-windows-latest
|
1.84 KB |
|
integration-test-logs-Bbs-macos-latest
|
2.34 KB |
|
integration-test-logs-Bbs-ubuntu-latest
|
2.36 KB |
|
integration-test-logs-Bbs-windows-latest
|
2.34 KB |
|
integration-test-logs-Ghes-macos-latest
|
802 Bytes |
|
integration-test-logs-Ghes-ubuntu-latest
|
806 Bytes |
|
integration-test-logs-Ghes-windows-latest
|
802 Bytes |
|
integration-test-logs-Github-macos-latest
|
803 Bytes |
|
integration-test-logs-Github-ubuntu-latest
|
814 Bytes |
|
integration-test-logs-Github-windows-latest
|
802 Bytes |
|