Skip to content

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