Update runtime contracts analyzer to have fixes for the auto fixer of

Update runtime contracts analyzer to have fixes for the auto fixer of simplified null check
This commit is contained in:
Danny van Velzen 2020-03-04 18:04:20 +00:00
Родитель a14be592fe
Коммит cbefd1a772
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2670,7 +2670,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "RuntimeContracts.Analyzer",
"Version": "0.1.9.4"
"Version": "0.1.10"
}
}
},

Просмотреть файл

@ -107,7 +107,7 @@ config({
{ id: "AsyncFixer", version: "1.1.5" },
{ id: "ErrorProne.NET.CoreAnalyzers", version: "0.1.2" },
{ id: "RuntimeContracts.Analyzer", version: "0.1.9.4" },
{ id: "RuntimeContracts.Analyzer", version: "0.1.10" },
{ id: "StyleCop.Analyzers", version: "1.1.0-beta004" },
{ id: "Text.Analyzers", version: "2.3.0-beta1" },