Skip to content

Conversation

@buyaa-n
Copy link

@buyaa-n buyaa-n commented Dec 19, 2020

  • Improving call site platforms messaging to be more meaningful, examples:
    This call site is unreachable on: 'windows' 9.0 and later. 'DenyList.UnsupportedWindows()' is unsupported on: 'windows' all versions. => This call site is reachable on: 'windows' 9.0 and before. 'DenyList.UnsupportedWindows()' is unsupported on: 'windows' all versions.
    This call site is unreachable on: 'windows' 9.0 and later. 'AllowList.Windows10Only()' is only supported on: 'windows' 10.0 and later. => This call site is reachable on: 'windows' 9.0 and before. 'AllowList.Windows10Only()' is only supported on: 'windows' 10.0 and later.
  • Fix MSBuild platform names search to be case insensitive. For deny list when the unsupported platform is not supported in the call site we should check the MS build platform names has the platform and report warning if it is
  • Improve test/code coverage and fix issues found

@codecov
Copy link

codecov bot commented Dec 19, 2020

Codecov Report

Merging #4608 (12ad2a9) into master (4bffbc0) will decrease coverage by 0.00%.
The diff coverage is 98.04%.

@@            Coverage Diff             @@
##           master    #4608      +/-   ##
==========================================
- Coverage   95.78%   95.78%   -0.01%     
==========================================
  Files        1193     1193              
  Lines      269799   270350     +551     
  Branches    16267    16300      +33     
==========================================
+ Hits       258436   258960     +524     
- Misses       9270     9288      +18     
- Partials     2093     2102       +9     

@buyaa-n buyaa-n requested a review from carlossanlop January 6, 2021 20:14
@buyaa-n buyaa-n merged commit d8bf975 into dotnet:master Jan 6, 2021
@buyaa-n buyaa-n deleted the fix_bugs branch March 16, 2021 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants