Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

デバッグページの追加 #362

Merged
merged 59 commits into from
Jan 6, 2022
Merged

デバッグページの追加 #362

merged 59 commits into from
Jan 6, 2022

Conversation

keiji
Copy link
Collaborator

@keiji keiji commented Sep 4, 2021

Issue 番号 / Issue ID

目的 / Purpose

  • 通常では到達できない画面や特定の状況でしか変更されないパラメーターを操作するデバッグページを追加する

Screen Shot 2021-09-04 at 23 33 24

Screen Shot 2021-09-04 at 23 52 17

破壊的変更をもたらしますか / Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request の種類 / Pull Request type

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

検証方法 / How to test

コードの入手 / Get the code

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
dotnet restore

コードの検証 / Test the code

確認事項 / What to check

  • Releaseビルドでドロワーメニューにデバッグページ(Debug)の選択肢が表示されないこと。

その他 / Other information

デバッグページは @i-maruyama @Takym @fumiya-kume が作成してくれました。

i-maruyama and others added 30 commits May 12, 2021 23:11
This reverts commit 18a443d.
…el.cs

Co-authored-by: kuu(Fumiya Kume) <kuxu2525@yahoo.co.jp>
…el.cs

Co-authored-by: kuu(Fumiya Kume) <kuxu2525@yahoo.co.jp>
…el.cs

Co-authored-by: kuu(Fumiya Kume) <kuxu2525@yahoo.co.jp>
…el.cs

Co-authored-by: kuu(Fumiya Kume) <kuxu2525@yahoo.co.jp>
…el.cs

Co-authored-by: kuu(Fumiya Kume) <kuxu2525@yahoo.co.jp>
…el.cs

Co-authored-by: kuu(Fumiya Kume) <kuxu2525@yahoo.co.jp>
…el.cs

Co-authored-by: kuu(Fumiya Kume) <kuxu2525@yahoo.co.jp>
…el.cs

Co-authored-by: kuu(Fumiya Kume) <kuxu2525@yahoo.co.jp>
`Release` ビルド時にデバッグページを除外して容量を削減する
This reverts commit 857bc1c.
i-maruyama and others added 24 commits June 9, 2021 22:01
Co-authored-by: ARIYAMA Keiji <keiji.ariyama@gmail.com>
Co-authored-by: ARIYAMA Keiji <keiji.ariyama@gmail.com>
Co-authored-by: ARIYAMA Keiji <keiji.ariyama@gmail.com>
Co-authored-by: ARIYAMA Keiji <keiji.ariyama@gmail.com>
Co-authored-by: ARIYAMA Keiji <keiji.ariyama@gmail.com>
Co-authored-by: ARIYAMA Keiji <keiji.ariyama@gmail.com>
Co-authored-by: ARIYAMA Keiji <keiji.ariyama@gmail.com>
and avoid CS0649
Debug_Mockの機能拡張(高リスク接触、陽性登録)
Remove unnecessary menu entries.
and some refactoring.
@keiji keiji self-assigned this Sep 4, 2021
@keiji keiji marked this pull request as ready for review September 4, 2021 14:47
@keiji keiji merged commit d1a67a2 into develop Jan 6, 2022
@keiji keiji deleted the feature/debug_page branch June 26, 2022 08:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug_Mock での StopAsyncの bug-fix DebugPage の追加
3 participants