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

Fixed CS9258 #7713

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Fixed CS9258 #7713

merged 1 commit into from
Nov 13, 2024

Conversation

glen-84
Copy link
Collaborator

@glen-84 glen-84 commented Nov 13, 2024

Summary of the changes (Less than 80 chars)

  • Fixed CS9258.

error CS9258: In language version preview, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.00%. Comparing base (02b1ca8) to head (23c1639).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7713      +/-   ##
==========================================
+ Coverage   73.95%   74.00%   +0.05%     
==========================================
  Files        2917     2918       +1     
  Lines      151116   151252     +136     
  Branches    17560    17576      +16     
==========================================
+ Hits       111753   111935     +182     
+ Misses      33507    33466      -41     
+ Partials     5856     5851       -5     
Flag Coverage Δ
unittests 74.00% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaelstaib michaelstaib merged commit a18706c into main Nov 13, 2024
103 checks passed
@michaelstaib michaelstaib deleted the gai/fix-CS9258 branch November 13, 2024 13:03
michaelstaib pushed a commit that referenced this pull request Nov 19, 2024
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