diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6b8c2a8..d437f76 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,7 +26,7 @@ jobs: run: dotnet restore working-directory: ./src - name: Build - run: dotnet build --no-restore + run: dotnet build --no-restore -m:1 working-directory: ./src - name: Test run: dotnet test --no-build --verbosity normal diff --git a/src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj b/src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj index 067651a..a09be0b 100644 --- a/src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj +++ b/src/ErrorProne.NET.CoreAnalyzers.CodeFixes/ErrorProne.NET.CoreAnalyzers.CodeFixes.csproj @@ -18,6 +18,13 @@ false Core .NET analyzers for detecting the most common coding issues + 0.9.0 + * Add EPC38: TaskEnumerableReEnumerationAnalyzer (disabled by default). + * Add EPC39: QuadraticEnumerationAnalyzer (disabled by default). + * Add EPC40: PrivateMethodMultipleEnumerationAnalyzer (disabled by default). + * Add EPC41: FormatMethodArgumentsAnalyzer to validate arguments passed to string.Format-like methods. + * Fix EPC30: do not warn on recursive calls made from nested lambdas, anonymous methods, or local functions (#318). + * Fix EPC20: do not warn when the type defines a user-defined implicit conversion to string (#317). 0.8.2 * Reduce severity for the analyzers. 0.8.1