From 5466048653694f61d0abd51143d0a10db064e09f Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 6 Feb 2020 13:02:40 -0800 Subject: [PATCH] Update to Microsoft.CodeAnalysis 3.3.1 --- .editorconfig | 9 +++++++++ build/Dependencies.props | 7 ++++++- .../Microsoft.ML.InternalCodeAnalyzer.csproj | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 09b904a73f..32536b05b8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,15 @@ dotnet_diagnostic.VSTHRD105.severity = none # VSTHRD200: Use "Async" suffix for async methods dotnet_diagnostic.VSTHRD200.severity = none +# RS1024: Compare symbols correctly +dotnet_diagnostic.RS1024.severity = none + +# RS1025: Configure generated code analysis +dotnet_diagnostic.RS1025.severity = none + +# RS1026: Enable concurrent execution +dotnet_diagnostic.RS1026.severity = none + [test/**/*.cs] # MSML_GeneralName: This name should be PascalCased diff --git a/build/Dependencies.props b/build/Dependencies.props index 567e2d1cd5..571b00c40f 100644 --- a/build/Dependencies.props +++ b/build/Dependencies.props @@ -27,9 +27,14 @@ 0.11.8.1 - + 2.9.0 + + + + + 3.3.1 4.5.0 1.2.0 diff --git a/tools-local/Microsoft.ML.InternalCodeAnalyzer/Microsoft.ML.InternalCodeAnalyzer.csproj b/tools-local/Microsoft.ML.InternalCodeAnalyzer/Microsoft.ML.InternalCodeAnalyzer.csproj index cb51f63307..48baae98b8 100644 --- a/tools-local/Microsoft.ML.InternalCodeAnalyzer/Microsoft.ML.InternalCodeAnalyzer.csproj +++ b/tools-local/Microsoft.ML.InternalCodeAnalyzer/Microsoft.ML.InternalCodeAnalyzer.csproj @@ -1,11 +1,11 @@  - netstandard1.3 + netstandard2.0 - +