Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Enable Roslyn Code Analysis #118

Merged
merged 4 commits into from
Oct 23, 2017
Merged

Enable Roslyn Code Analysis #118

merged 4 commits into from
Oct 23, 2017

Conversation

grant-d
Copy link
Contributor

@grant-d grant-d commented Oct 23, 2017

Grant Dickinson added 2 commits October 20, 2017 17:23
- Enable Roslyn FxCopAnalyzers
- Comments
- Equality fixes
- ConfigureAwait
@grant-d grant-d requested a review from jcdickinson October 23, 2017 18:55
@codecov
Copy link

codecov bot commented Oct 23, 2017

Codecov Report

Merging #118 into master will decrease coverage by 0.42%.
The diff coverage is 50.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
- Coverage   74.95%   74.52%   -0.43%     
==========================================
  Files         122      122              
  Lines        5430     5464      +34     
==========================================
+ Hits         4070     4072       +2     
- Misses       1360     1392      +32
Impacted Files Coverage Δ
src/SourceCode.Clay.OpenApi/Parameter.cs 100% <ø> (ø) ⬆️
src/SourceCode.Clay.OpenApi/OAuthFlow.cs 100% <ø> (ø) ⬆️
...ceCode.Clay.OpenApi/Expressions/FieldExpression.cs 76.5% <ø> (ø) ⬆️
src/SourceCode.Clay.OpenApi/Reference.cs 72.22% <ø> (ø) ⬆️
src/SourceCode.Clay.Data/SqlParser/SqlTokenInfo.cs 36.66% <0%> (-24.45%) ⬇️
src/SourceCode.Clay.OpenApi/ScalarValue.cs 20.96% <0%> (-0.7%) ⬇️
src/SourceCode.Clay/SemanticVersion.cs 80.23% <0%> (-0.47%) ⬇️
src/SourceCode.Clay.OpenApi/CountRange.cs 60.52% <0%> (-5.19%) ⬇️
src/SourceCode.Clay/StringExtensions.cs 85% <0%> (ø) ⬆️
src/SourceCode.Clay.Data/SqlParser/SqlParamInfo.cs 34.48% <0%> (-2.56%) ⬇️
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07f34a5...ab2abd5. Read the comment docs.

namespace SourceCode.Clay
{
#pragma warning disable S2342 // Enumeration types should comply with a naming convention
#pragma warning disable S2346 // Flags enumerations zero-value members should be named "None"
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't ignore, add the None.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's an existing issue #92 to look at this. I will just remove pragma so we can fix later

@grant-d grant-d merged commit 0e6d218 into k2workflow:master Oct 23, 2017
@grant-d grant-d deleted the grant-bugs branch October 23, 2017 19:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Roslyn Code Analysis
2 participants