-
Notifications
You must be signed in to change notification settings - Fork 10
feat: .NET 10 #251
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
Draft
hhvrc
wants to merge
45
commits into
develop
Choose a base branch
from
feature/dotnet-10
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: .NET 10 #251
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f18ee5c
Create initial draft for .NET 10 changes
hhvrc 3143802
Merge branch 'develop' into feature/dotnet-10
hhvrc b283abf
Update Directory.Packages.props
hhvrc 510d44e
Use field keyword
hhvrc a6c9ec1
Merge branch 'develop' into feature/dotnet-10
hhvrc 1320cbb
Update Directory.Packages.props
hhvrc 2735fa6
Fix some errors
hhvrc 67c7a4d
Merge branch 'develop' into feature/dotnet-10
hhvrc 590ea33
Update Directory.Packages.props
hhvrc a9b75ad
Update global.json
hhvrc 70124a0
Merge branch 'develop' into feature/dotnet-10
hhvrc 6775c2d
Revert some changes
hhvrc cc11289
Improve SessionService SessionLister
hhvrc ba965b6
Update global.json
hhvrc d1adb30
Revert some changes
hhvrc e0307a5
Merge branch 'develop' into feature/dotnet-10
hhvrc c18cd36
Update ListSessions.cs
hhvrc 63c6565
Update ListSessions.cs
hhvrc 16ff23c
Merge branch 'develop' into feature/dotnet-10
hhvrc 296df41
Update Directory.Packages.props
hhvrc 3b10388
Update Directory.Packages.props
hhvrc a550140
Update workflows
hhvrc 2395048
Update docker files
hhvrc 63df5fd
Revert "Update Directory.Packages.props"
hhvrc 35b530d
OpenAPI broke
hhvrc b669fd2
This is gonna be alot of work
hhvrc ae70c50
Oops
hhvrc 1d1ee8c
Update Directory.Packages.props
hhvrc 89dadb9
More changes
hhvrc 22647c3
Revert "More changes"
hhvrc e90f7ef
Update Directory.Packages.props
hhvrc 7bb8598
Update global.json
hhvrc 9981506
Update ci-build.yml
hhvrc 126f33d
Merge branch 'develop' into feature/dotnet-10
hhvrc ac1dd0d
Update Serilog.AspNetCore to 10.0.0
hhvrc 8fb7a5c
Merge branch 'develop' into feature/dotnet-10
hhvrc ac363cf
Additional fixes
hhvrc 356f514
fix: dotnet 10 openapi (#261)
TuTiDore 250b27a
Fix/dotnet 10 openapi 2 (#264)
TuTiDore 56a876d
Update API/Controller/Device/Pair.cs
LucHeart 35cb74d
Exclude legacy endpoint from generated OpenAPI document
hhvrc 196ac0d
More comprehensive SchemaReferenceId generator
hhvrc 6684a17
Fix doc exclude
hhvrc f0edbb7
Update OpenApiExtensions.cs
hhvrc 2bdd976
Update OpenApiExtensions.cs
hhvrc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ on: | |
| - cron: '0 6 * * 1' | ||
|
|
||
| env: | ||
| DOTNET_VERSION: 9.x.x | ||
| DOTNET_VERSION: 10.x.x | ||
|
|
||
| jobs: | ||
| analyze: | ||
|
|
||
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
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
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
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
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
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
API/Models/Response/ResponseDevice.cs → API/Models/Response/DeviceResponse.cs
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
2 changes: 1 addition & 1 deletion
2
...ls/Response/ResponseDeviceWithShockers.cs → ...ls/Response/DeviceWithShockersResponse.cs
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| namespace OpenShock.API.Models.Response; | ||
|
|
||
| public sealed class ResponseDeviceWithShockers : ResponseDevice | ||
| public sealed class DeviceWithShockersResponse : DeviceResponse | ||
| { | ||
| public required ShockerResponse[] Shockers { get; init; } | ||
| } |
2 changes: 1 addition & 1 deletion
2
...odels/Response/ResponseDeviceWithToken.cs → ...odels/Response/DeviceWithTokenResponse.cs
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| namespace OpenShock.API.Models.Response; | ||
|
|
||
| public sealed class ResponseDeviceWithToken : ResponseDevice | ||
| public sealed class DeviceWithTokenResponse : DeviceResponse | ||
| { | ||
| public required string? Token { get; init; } | ||
| } |
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The --project flag is incorrect syntax for dotnet test. The correct syntax is to pass the project path directly without a flag, as it was before. Change back to: dotnet test -c Release ${{ matrix.project }}