-
Notifications
You must be signed in to change notification settings - Fork 2
[Dressca] .NET 10へアップデートする #3528
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
The head ref may contain hidden characters: "feature/(dressca).NET10\u3078\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9"
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7b5abb2
一式 .NET 10 系にアップグレード
KentaHizume f7588a3
EF 10 系でマイグレーションを再作成
KentaHizume 9a12a0c
CI パイプラインでセットアップする .NET バージョンを 10 系にアップデート
KentaHizume 7a362d9
下記の WARNINGに対処
KentaHizume 6f772db
パッケージ関連の警告に対処
KentaHizume 79245db
下記のINFOレベルのコード分析に対処
KentaHizume d68e44a
Revert "パッケージ関連の警告に対処"
KentaHizume 6bb8bac
脆弱性に関する警告は別途解消予定のため一旦戻し
KentaHizume a1ec2a4
global.jsonでテストランナーを指定
KentaHizume 4881c33
ワークフローとテストプロジェクトの設定を修正
KentaHizume 0f15099
ソリューションフィルターの末尾のカンマを除去
KentaHizume d259669
CI で使用する EF ツールを10系に修正
KentaHizume 12a3ba5
ワイルドカードだとeftoolが取れなかったので一旦バージョン指定に変更
KentaHizume 528403d
Revert "ワイルドカードだとeftoolが取れなかったので一旦バージョン指定に変更"
KentaHizume fdd2b77
Revert "CI で使用する EF ツールを10系に修正"
KentaHizume 965bb55
dotne-ef のバージョンを10系に更新
KentaHizume c0649d7
.NET 10 正式版へバージョンを更新
KentaHizume 6020e3f
Nswag のバージョンアップに伴うOpenAPI仕様書の更新
KentaHizume 69afc1e
.NET 10 系正式版でマイグレーションを再作成
KentaHizume 81ce69f
CIで用いるツールのバージョンを正式版に修正
KentaHizume 28e646d
自動推論されているだけで、デフォルトで追加されているわけではないようなので、
KentaHizume 83ec031
Revert "下記の WARNINGに対処"
KentaHizume f60b66d
NULL チェックの実装が誤っている箇所を修正
KentaHizume 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
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 |
|---|---|---|
| @@ -1,7 +1,10 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "8.0.100", | ||
| "version": "10.0.100", | ||
| "allowPrerelease": false, | ||
| "rollForward": "latestMajor" | ||
| }, | ||
| "test": { | ||
| "runner": "Microsoft.Testing.Platform" | ||
| } | ||
| } | ||
10 changes: 5 additions & 5 deletions
10
.../20250425023655_InitialCreate.Designer.cs → .../20251113124851_InitialCreate.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
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
samples/Dressca/dressca-backend/src/Dressca.Web.Admin/dressca-admin-api.json
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
samples/Dressca/dressca-backend/src/Dressca.Web.Consumer/dressca-api.json
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
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.