-
Notifications
You must be signed in to change notification settings - Fork 10
FEAT: Upgrade to .NET 10 #102
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
Open
matthewtoghill
wants to merge
32
commits into
onebeyond:main
Choose a base branch
from
matthewtoghill:feat/dotnet-10
base: main
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.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
febce6c
feat: update target framework on projects to dotnet 10
matthewtoghill 1d0c713
feat: update release pipeline to use dotnet-version 10.x
matthewtoghill 04f3827
chore: update readme
matthewtoghill fb3d167
fix: remove FromForm annotation on endpoint for IFormFile parameter
matthewtoghill 3c06631
chore: update packages and resolve breaking changes
matthewtoghill ded88d2
feat: update use of nameof with support for unbound generic types
matthewtoghill 10ad0c4
chore: formatting
matthewtoghill feb2b7f
Applying C# 14 new features to code, such as extension blocks and oth…
CesarD 922ee59
Resolving merge conflicts.
CesarD 2fa537a
Updated dependencies.
CesarD e3596dc
chore: move common MSBuild properties to Directory.Build.props file
matthewtoghill 14a8fc7
chore: update packages
matthewtoghill 1a00035
refactor: Migrate OpenAPI docs from Swagger to Scalar.AspNetCore
CesarD 3d515d7
refactor: finished converting the last missing extension methods into…
CesarD 226b0e6
chore: update packages
matthewtoghill 67f4af3
chore: remove RequiresAuthentication from integration tests when the …
matthewtoghill ba2d991
feat: remove sln file
matthewtoghill dcc6cdb
chore: match condition to base class
matthewtoghill afa6598
Refactor entity ID generation to use app-side GUIDs
CesarD 6b6c540
Refactor Mediator API for CancellationToken & CreatedResponse
CesarD fa691aa
Undo accidental cleanup.
CesarD 72e4547
Refactor integration test infra: shared fixture & Respawn
CesarD badcdbb
Update NuGet package versions to latest releases
CesarD 5a7d697
Formatting.
CesarD b6fb8d8
fix: revert change to product test
matthewtoghill 27a68de
chore: update packages and comment formatting
matthewtoghill 470b72f
fix: integration test issues
matthewtoghill f1b5237
chore: remove template config special custom operations for slnx file…
matthewtoghill 52c486c
Refactor integration test infra: DI, containers, MassTransit
CesarD 719238a
Resolved merge conflicts.
CesarD e94cbe2
Bump Monaco.Template version to 2.8.0
CesarD ce31426
Exclude .idea directory in template.json patterns
CesarD 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
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <Project> | ||
|
|
||
| <PropertyGroup> | ||
| <TargetFramework>net10.0</TargetFramework> | ||
| <Nullable>enable</Nullable> | ||
| <ImplicitUsings>enable</ImplicitUsings> | ||
| </PropertyGroup> | ||
|
|
||
| </Project> | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.