-
Notifications
You must be signed in to change notification settings - Fork 49
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
Feature: Upgrade .NET
from Core 3.1 to 8.0 (and Native AOT!)
#321
base: main
Are you sure you want to change the base?
Conversation
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
This comment was marked as resolved.
This comment was marked as resolved.
The issue was fixed in To view the logs, click here 😄 ___ ___ _ ___ _ ___
/ _ \| _ \ /_\ / __| | | __|
| (_) | / / _ \ (__| |__| _|
\___/|_|_\/_/ \_\___|____|___|
"Connected to Oracle server in tenancy AD-2, South UK"
winget install Git.Git
winget install Microsoft.DotNet.SDK.8
[Riverside].Respire
"Found: Octokit.GraphQL.UnitTests"
"Found: Octokit.GraphQL.IntegrationTests"
"Other projects found, but are .NET Libraries. Will not deploy, but will still provide build results."
[Riverside].ApplicationHostServices
"Build started at 10:12..."
"Build completed at 10:13 and took 1 minutes"
[Riverside].ApplicationHostGateway
"Compiling log"
"Log returned to debug gateway"
HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
Connection.Run(String query, CancellationToken cancellationToken) line 211
ConnectionTests.Run_Specifies_Cancellation_Token() line 73 HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer)
HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) |
👏👏👏 super cool!
.NET
from Core 3.1 to 8.0.NET
from Core 3.1 to 8.0 (and Native AOT!)
Octokit.GraphQL.Core.Generation/Octokit.GraphQL.Core.Generation.csproj
Outdated
Show resolved
Hide resolved
I mean, kind of an easy mistake to make, but...
Co-authored-by: Esmerelda <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
FWIW I would consider this a breaking change due to the runtime upgrade, though I think it's a good idea given that .NET Core 3.1 was end of life'd in December 2022. |
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: Lamparter <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
@Lamparter I fixed the CI. Could you:
|
@kfcampbell Are you wanting to bump the version up here? |
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
…sions.1.12.1.nupkg to src/Octokit.GraphQL.Core.UnitTests/Assets/AgileObjects.ReadableExpressions.1.12.1.nupkg Signed-off-by: 0x5BFA <[email protected]>
Signed-off-by: 0x5BFA <[email protected]>
I already bumped it. They were talking about marking this pr as a breaking change because I'd updated it. |
Related: #293 (hey there!)
This pull request was authored on behalf of @RiversideValley
Before the change?
.NET
Core 3.1 RuntimeAfter the change?
.NET
8.0 RuntimePull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
Yes
Hello! Me and @0x5bfa are really interested in this project as it is used in our project @FluentHub
We'd like to propose a few changes, such as Native AOT (exciting! 🚀 but for another PR) and .NET 8 target runtime support. This PR updates the library/test runs to .NET 8. Not quite complete yet though.