This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 112
Update ExposureNotification binding #142
Closed
keiji
wants to merge
8
commits into
cocoa-mhlw:develop
from
keiji:update_google_en_sdk_version_19-7-2-eap-alpha02
Closed
Update ExposureNotification binding #142
keiji
wants to merge
8
commits into
cocoa-mhlw:develop
from
keiji:update_google_en_sdk_version_19-7-2-eap-alpha02
Conversation
This file contains 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
keiji
force-pushed
the
update_google_en_sdk_version_19-7-2-eap-alpha02
branch
from
July 10, 2021 03:20
587d958
to
fe9290b
Compare
keiji
changed the title
Update Google ExposureNotification library version to 19.7.2-eap-alpha02
Update Google ExposureNotification library version to 19.7.2-eap-alpha03
Jul 10, 2021
keiji
force-pushed
the
update_google_en_sdk_version_19-7-2-eap-alpha02
branch
from
July 10, 2021 05:04
eefa60c
to
24cfe76
Compare
keiji
commented
Jul 10, 2021
@@ -43,7 +43,7 @@ jobs: | |||
run: msbuild ${{ github.workspace }}/Covid19Radar/Covid19Radar.Android/Covid19Radar.Android.csproj /restore /t:Build /p:Configuration=${{ matrix.Configuration }} | |||
test: | |||
name: Test | |||
runs-on: ubuntu-latest | |||
runs-on: macos-latest # Tests must be executed on macos |
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.
ローカルにNuGetパッケージを置くとテストが通らなくなって困ったけど、実験を繰り返した結果、プラットフォームをmacosにしたら動くことがわかった。
https://github.com/keiji/cocoa/runs/3034626142
https://github.com/keiji/cocoa/runs/3035372919
keiji
changed the title
Update Google ExposureNotification library version to 19.7.2-eap-alpha03
Update ExposureNotification libraries version
Jul 10, 2021
keiji
changed the title
Update ExposureNotification libraries version
Update ExposureNotification binding
Jul 10, 2021
https://github.com/keiji/XamarinComponents/actions/runs/1023760504 |
… version to 19.7.2-eap-alpha02. Version 19.7.2-eap-alpha02 is not officeial release. This library based on Android Exposure Notifications SDK version 1.8.3-eap.
keiji
force-pushed
the
update_google_en_sdk_version_19-7-2-eap-alpha02
branch
from
August 5, 2021 07:31
5cd5e07
to
17ac65f
Compare
rebased |
Merged
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Note
Version 19.7.2-eap-alpha03 is not officeial release.
This library based on Android Exposure Notifications SDK version 1.8.3-eap.
Version 1.2.3-alpha01 is not officeial release.
This library based on iOS 14.4 Exposure Notifications API.
Issue 番号 / Issue ID
目的 / Purpose
Xamarin.GooglePlayServices.Nearby.ExposureNotificationとXamarin.iOS.ExposureNotificationを更新する。
破壊的変更をもたらしますか / Does this introduce a breaking change?
Pull Request の種類 / Pull Request type
検証方法 / How to test
コードの入手 / Get the code
コードの検証 / Test the code
作成したNuGetパッケージを
TempNugetFeed
ディレクトリに配置して、Nuget.config
で指定することで読み込んでいる。確認事項 / What to check
Exposure Notification機能の根幹となるライブラリを更新しているため、陽性登録と接触確認についてリグレッションテストが必要。
その他 / Other information