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

Fixer for MA0008 supports record struct #448

Merged
merged 1 commit into from
Jan 24, 2023
Merged

Fixer for MA0008 supports record struct #448

merged 1 commit into from
Jan 24, 2023

Conversation

meziantou
Copy link
Owner

Fix #446

@codecov
Copy link

codecov bot commented Jan 24, 2023

Codecov Report

Merging #448 (772f3a9) into main (b206007) will decrease coverage by 0.20%.
The diff coverage is 100.00%.

❗ Current head 772f3a9 differs from pull request most recent head d8bbcb4. Consider uploading reports for the commit d8bbcb4 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #448      +/-   ##
==========================================
- Coverage   89.57%   89.38%   -0.20%     
==========================================
  Files         163      163              
  Lines       11976    11972       -4     
==========================================
- Hits        10728    10701      -27     
- Misses       1248     1271      +23     
Impacted Files Coverage Δ
...ou.Analyzer/Rules/UseStructLayoutAttributeFixer.cs 85.71% <100.00%> (-0.34%) ⬇️
...iantou.Analyzer/Internals/CompilationExtensions.cs 45.45% <0.00%> (-36.37%) ⬇️
...Analyzer/Rules/DeclareTypesInNamespacesAnalyzer.cs 96.15% <0.00%> (-3.85%) ⬇️
...alyzer/Rules/OptimizeStringBuilderUsageAnalyzer.cs 92.88% <0.00%> (-0.84%) ⬇️
...eziantou.Analyzer/Internals/OperationExtensions.cs 75.22% <0.00%> (-0.67%) ⬇️

@meziantou meziantou merged commit e1d03e3 into main Jan 24, 2023
@meziantou meziantou deleted the issues/446 branch January 24, 2023 01:43
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.

MA0008: Code suggestion raises exception on record struct declaration
1 participant