-
Couldn't load subscription status.
- Fork 561
Bump to dotnet/android-api-docs@d382c5bd #10045
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
Conversation
|
The Linux build is failing, looks like we have some file name casing conflicts:
@jpobst I'm not sure if this is just an mdoc issue or perhaps a discrepancy in some of our generated API 36 content that we may want to adjust? Scanning the repo briefly it looks like we may be using a mix of both |
Ugh, that is definitely a mistake I made in enumification. I will get a PR up today to fix that. Thanks for finding that! |
Context: #9914 Context: d5152b6 Context: #10045 In #9914 / d5152b6, we completed enumification of Android API-36 and marked it as stable. A bug in this is that we were not consistent with our capitalization of the `Android.Ranging.Ble.CS` namespace: Methods were placed in the `Android.Ranging.Ble.CS` namespace but enums were placed in the `Android.Ranging.Ble.Cs` namespace. Fix the following enums to have the correct "CS" namespace: * Android.Ranging.Ble.CS.BleCsRangingCapabilitiesCsSecurityLevel * Android.Ranging.Ble.CS.BleCsRangingParamsLocationType * Android.Ranging.Ble.CS.BleCsRangingParamsSightType
Context: #9914 Context: d5152b6 Context: #10045 In #9914 / d5152b6, we completed enumification of Android API-36 and marked it as stable. A bug in this is that we were not consistent with our capitalization of the `Android.Ranging.Ble.CS` namespace: Methods were placed in the `Android.Ranging.Ble.CS` namespace but enums were placed in the `Android.Ranging.Ble.Cs` namespace. Fix the following enums to have the correct "CS" namespace: * Android.Ranging.Ble.CS.BleCsRangingCapabilitiesCsSecurityLevel * Android.Ranging.Ble.CS.BleCsRangingParamsLocationType * Android.Ranging.Ble.CS.BleCsRangingParamsSightType
Brings in API docs for API Level 36.
Changes: dotnet/android-api-docs@492e524...d382c5b