Skip to content

Releases: dailydevops/analyzer

0.15.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:45
0f65489

What's Changed

  • feat(analyzer): apply analyzer rules to its own source (#49) @samtrion
  • fix(NE0008): only recognize DateOnly/TimeOnly when the compilation has them (#52) @samtrion
  • fix(NE0009): insert exactly one blank line after the check (#51) @samtrion

0.14.9

Choose a tag to compare

@github-actions github-actions released this 05 Aug 19:39
805fe6a

What's Changed

  • fix(NE0010): insert CancellationToken before params parameter (#50) @samtrion

0.14.8

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:50
d32fe0e

What's Changed

  • fix(NE0001): ignore types with the file modifier (#48) @samtrion

0.14.7

Choose a tag to compare

@github-actions github-actions released this 05 Aug 12:12
132198d

What's Changed

  • fix(NE0010): propagate CancellationToken as a named argument (#47) @samtrion
  • fix(usage): NE0009 recognize a leading cancellation check inside loops (#45) @samtrion
  • fix(NE0008): recognize common BCL value type names (#46) @samtrion
  • chore(deps): update dependency netevolve.defaults to 2.8.0 (#44) @renovate[bot], @samtrion

0.14.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 21:18
c741d15

What's Changed

  • fix(usage): NE0010 only reports a method body with an appendable CancellationToken use (#43) @samtrion

0.14.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 20:19
76dd19c

What's Changed

  • chore(release): move NE0001-NE0011 into AnalyzerReleases.Shipped.md (#42) @samtrion
  • feat(usage): NE0010 require a CancellationToken parameter on Task/ValueTask/IAsyncEnumerable-returning methods (#39) @samtrion
  • feat(style): NE0011 avoid #region directives, warn when nested in a member body (#40) @samtrion
  • feat(usage): NE0009 require a cancellation check when a method has a CancellationToken parameter (#41) @samtrion
  • feat(documentation): NE0008 use cref for native type names in doc comments (#38) @samtrion
  • feat(documentation): suppress MA0154 wherever NE0007 already reports it (#37) @samtrion
  • refactor(documentation): exclude native type names from the recognized keyword set (#36) @samtrion
  • docs: simplify the Roslyn-variant PropertyGroup label comment (#35) @samtrion
  • docs: replace literal three dots with an ellipsis character in prose (#34) @samtrion
  • feat(documentation): NE0007 also flag elements for langword keywords (#33) @samtrion

0.9.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 14:43
11de601

What's Changed

  • feat(documentation): NE0007 use langword instead of for C# keywords (#32) @samtrion
  • chore(deps): update dependency microsoft.codeanalysis.csharp.workspaces to v5 (#2) @renovate[bot]
  • chore(deps): update dependency microsoft.codeanalysis.csharp to v5 (#1) @renovate[bot]
  • feat: build the analyzer against four Roslyn API versions (#30) @samtrion

0.7.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:49

What's Changed

  • No changes

0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:20
c574c2c

What's Changed

  • No changes

Warning

Release Drafter could not find a previous published release for dailydevops/analyzer. This draft was created without a comparison baseline.

Important

Treat this draft as a manual starting point.
Review the proposed version, tag, and notes before publishing.

If you did not expect this to happen, open an issue.