bkoelman / ResharperCodeContractNullability

Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes.
https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html
Apache License 2.0
26 stars 4 forks source link

Applied changes from .NET Compiler Platform SDK 2.0 #33

Closed bkoelman closed 7 years ago

bkoelman commented 7 years ago

This adds support for VS 2017.

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master     #33   +/-   ##
======================================
  Coverage    67.7%   67.7%           
======================================
  Files          43      43           
  Lines        1028    1028           
  Branches      164     164           
======================================
  Hits          696     696           
  Misses        266     266           
  Partials       66      66

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 75e3304...c7d129d. Read the comment docs.