Skip to content
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

Extensions.Logging.Console: Only check for Android/Apple mobile on netcoreapp configs #74798

Merged
merged 5 commits into from
Aug 31, 2022

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Aug 30, 2022

We can keep the previous behavior before #74496 on non-netcoreapp configs since they only apply to legacy Xamarin.iOS/Android.
That allows us to use the more efficient OperatingSystem.Is*() APIs.

…tcoreapp configs

We can keep the previous behavior on non-netcoreapp configs since they only apply to legacy Xamarin.iOS/Android.
That allows us to use the more efficient `OperatingSystem.Is*()` APIs.
@ghost
Copy link

ghost commented Aug 30, 2022

Tagging subscribers to this area: @dotnet/area-extensions-logging
See info in area-owners.md if you want to be subscribed.

Issue Details

We can keep the previous behavior on non-netcoreapp configs since they only apply to legacy Xamarin.iOS/Android.
That allows us to use the more efficient OperatingSystem.Is*() APIs.

Author: akoeplinger
Assignees: -
Labels:

area-Extensions-Logging

Milestone: -

@akoeplinger akoeplinger requested a review from mkhamoyan August 30, 2022 09:37
@ghost
Copy link

ghost commented Aug 30, 2022

Tagging subscribers to 'arch-android': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

We can keep the previous behavior before #74496 on non-netcoreapp configs since they only apply to legacy Xamarin.iOS/Android.
That allows us to use the more efficient OperatingSystem.Is*() APIs.

Author: akoeplinger
Assignees: akoeplinger
Labels:

os-android, area-Extensions-Logging, os-maccatalyst

Milestone: -

akoeplinger and others added 2 commits August 30, 2022 20:19
…onsoleFormatter.cs

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
@akoeplinger akoeplinger merged commit 7e22e41 into dotnet:main Aug 31, 2022
@akoeplinger akoeplinger deleted the console-mobile branch August 31, 2022 09:13
@ghost ghost locked as resolved and limited conversation to collaborators Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants