Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into openapi #1615

Merged
merged 92 commits into from
Oct 1, 2024
Merged

Merge master into openapi #1615

merged 92 commits into from
Oct 1, 2024

Commits on Jul 20, 2024

  1. Fix casing in documentation

    bkoelman committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    65caf47 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    626e74a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    8e81f71 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Reindent dependabot.yml

    bkoelman committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    1e2d4f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    4404e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ac6d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08e1767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ba5650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a5f8b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b22c7f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    796bbbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    381fcca View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Use source-generated structured logging, fixes rules:

    - CA2254: Template should be a static expression
    - CA1848: use the LoggerMessage delegates
    bkoelman committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e902ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81ec66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbbec9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ff25b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adeea31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab1616b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fcb14d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f693a66 View commit details
    Browse the repository at this point in the history
  9. Suppress violations of CA1829: Use Length/Count property instead of C…

    …ount() when available
    bkoelman committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    44fc8b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0aa6334 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9ebc30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10a9e15 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    978d9ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c5e2ff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    adbd98d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    98e1faf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0f71ac4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    88ad5b4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ff85a9b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2900fcf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2069400 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    50394d9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    221423e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    20c9da1 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    66fa5b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf5e74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae46adf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c25632 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    102af34 View commit details
    Browse the repository at this point in the history
  6. Order rule IDs

    bkoelman committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fdc9f82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    435b998 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1d11e2 View commit details
    Browse the repository at this point in the history
  9. Optimize RegexOptions

    bkoelman committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e8b7160 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3730a90 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5bf36a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc53141 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    624bcc5 View commit details
    Browse the repository at this point in the history
  14. Fix/suppress IDE0055: Formatting rule

    Suppressed in various files because the analyzer is buggy, inconsistent and inflexible.
    bkoelman committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b2e7953 View commit details
    Browse the repository at this point in the history
  15. Fix IDE0280: Use 'nameof'

    bkoelman committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d7c06e3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    68d66d1 View commit details
    Browse the repository at this point in the history
  17. Suppress IDE0019: Use pattern matching to avoid 'as' followed by a 'n…

    …ull' check
    
    Applying the refactoring changes the order of execution
    bkoelman committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    edcfcbf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d98fc04 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0202a8a View commit details
    Browse the repository at this point in the history
  20. Activate SYSLIB1045: Use GeneratedRegexAttribute to generate the regu…

    …lar expression implementation at compile time
    bkoelman committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8af76a1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    84608a8 View commit details
    Browse the repository at this point in the history
  22. Review/update ArgumentGuard usages:

    - Logger category name can consist of whitespace
    - Assembly/type/member name can NOT consist of whitespace
    - JSON:API field name can NOT consist of whitespace
    bkoelman committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    2cd4190 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    37c03ec View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2b4ef36 View commit details
    Browse the repository at this point in the history
  25. Use 'is' operator

    bkoelman committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7061e4c View commit details
    Browse the repository at this point in the history
  26. Merge pull request #1609 from json-api-dotnet/code-quality-refresh

    Code quality refresh
    bkoelman authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4802639 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    6f3dbd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    9648cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51d2e49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1612 from json-api-dotnet/formatter-primary-ctor-…

    …newline
    
    Update formatting rules to place call to base in primary constructor on separate line
    bkoelman authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f8a45c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Package updates (#1614)

    * Update to Resharper 2024.2.5
    
    * Package updates
    bkoelman authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7750d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b09dc7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1756004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df55a7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    077a426 View commit details
    Browse the repository at this point in the history
  6. Use source-generated structured logging, fixes rule CA1848: use the L…

    …oggerMessage delegates
    bkoelman committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7329594 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5530832 View commit details
    Browse the repository at this point in the history
  8. Fix SYSLIB1045: Use 'GeneratedRegexAttribute' to generate the regular…

    … expression implementation at compile time
    bkoelman committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0bbaed7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fba9efa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5337ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af0414f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd5bc84 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9597b20 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dca3ba8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb05856 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    150eb26 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ef56e34 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e32ad5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b6c2768 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f45335b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    802dcfc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2f54984 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ee93822 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fb1278a View commit details
    Browse the repository at this point in the history
  25. Package updates

    bkoelman committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    aa17e02 View commit details
    Browse the repository at this point in the history
  26. Reformat solution

    bkoelman committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    abfc8c8 View commit details
    Browse the repository at this point in the history