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

Remove error when targeting net8.0-browser1.0 TFM #6707

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Jun 22, 2023

We're adding support for the net8.0-browser TFM (see dotnet/runtime#85333) and noticed the platform analyzer complains because we're using version 1.0 but there is no IsBrowserVersionAtLeast() method.

As far as I know we don't plan to add one (at least right now) which makes Browser a special case.

/cc @lewing @steveisok

@akoeplinger akoeplinger requested a review from a team as a code owner June 22, 2023 15:39
@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #6707 (066999a) into main (455013a) will decrease coverage by 0.01%.
The diff coverage is 90.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6707      +/-   ##
==========================================
- Coverage   96.38%   96.37%   -0.01%     
==========================================
  Files        1386     1386              
  Lines      323483   323497      +14     
  Branches    10567    10568       +1     
==========================================
+ Hits       311775   311782       +7     
- Misses       9181     9184       +3     
- Partials     2527     2531       +4     

Copy link
Member

@buyaa-n buyaa-n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@buyaa-n buyaa-n merged commit 9757d61 into dotnet:main Jun 29, 2023
14 checks passed
@akoeplinger akoeplinger deleted the browser branch June 30, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants