-
Notifications
You must be signed in to change notification settings - Fork 31
Update to .NET 7 #402
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
Merged
martincostello
merged 13 commits into
justeattakeaway:main
from
martincostello:DotNet-7
Nov 15, 2022
Merged
Update to .NET 7 #402
martincostello
merged 13 commits into
justeattakeaway:main
from
martincostello:DotNet-7
Nov 15, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9dfa6a4
to
496f530
Compare
496f530
to
7f0e5ee
Compare
Codecov Report
@@ Coverage Diff @@
## main #402 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 16
Lines 753 753
=========================================
Hits 753 753
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
5750fe4
to
e4dba39
Compare
martincostello
commented
May 14, 2022
src/HttpClientInterception/JustEat.HttpClientInterception.csproj
Outdated
Show resolved
Hide resolved
ac56c2a
to
5574c8f
Compare
f7e5d4a
to
7c3b2ac
Compare
c830352
to
9b66b57
Compare
9b66b57
to
e421803
Compare
Demetrios-loutsios
approved these changes
Sep 14, 2022
5d18cad
to
45b1bd1
Compare
45b1bd1
to
5213d4d
Compare
This was referenced Nov 7, 2022
Update to preview 1 of .NET 7.
Update to preview 2 of .NET 7.
Update to preview 3 of .NET 7.
Update to preview 4 of .NET 7.
Add [StringSyntax] to overloads, where relevant. Relates to #440.
Use the StringSyntaxAttribute.Uri constant instead of magic strings.
Compile an internal version of StringSyntaxAttribute to support use with TFMs prior to .NET 7. Resolves #440.
Update to preview 5 of .NET 7.
Update to preview 6 of .NET 7.
Update to preview 7 of .NET 7.
Update to release candidate 1 of .NET 7.
Update to release candidate 2 of .NET 7.
Update to the stable release of .NET 7.
a0a89f9
to
9d4cb84
Compare
Demetrios-loutsios
approved these changes
Nov 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
enhancement
A change that enhances existing functionality or documentation.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update to .NET 7.