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

[IDP-1222] Add Roslyn rule to flag response type mismatch between annotation and method return #6

Merged

Commits on Apr 29, 2024

  1. Initial commit of analyzers

    Mathieu Gamache committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9ca9546 View commit details
    Browse the repository at this point in the history
  2. Working flow for roslyn

    Mathieu Gamache committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4408baa View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge branch 'main' into feature/idp-1222_roslyn_rules_for_annotation…

    …_and_results
    
    # Conflicts:
    #	src/Directory.Build.props
    #	src/tests/WebApi.OpenAPI.SystemTest/WebApi.OpenAPI.SystemTest.csproj
    heqianwang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    662da58 View commit details
    Browse the repository at this point in the history
  2. Adding tests for analyser

    heqianwang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3e2caa0 View commit details
    Browse the repository at this point in the history
  3. Changes for analyzer tests

    heqianwang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c91516b View commit details
    Browse the repository at this point in the history
  4. working test

    heqianwang committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4ce1916 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Working tests

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3b109f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b86423 View commit details
    Browse the repository at this point in the history
  3. All tests passing

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2acb901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cf1ba0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8268c67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1597349 View commit details
    Browse the repository at this point in the history
  7. Update csproj name

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6d3da21 View commit details
    Browse the repository at this point in the history
  8. Remove no-build on pack

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1e0d457 View commit details
    Browse the repository at this point in the history
  9. Added changes

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0dfea4c View commit details
    Browse the repository at this point in the history
  10. fix test

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8ab81c0 View commit details
    Browse the repository at this point in the history
  11. fix spec

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    85c3791 View commit details
    Browse the repository at this point in the history
  12. build for .net8.0 too

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2a1fda5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c72317 View commit details
    Browse the repository at this point in the history
  14. use Internals

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0306622 View commit details
    Browse the repository at this point in the history
  15. Add help uri

    heqianwang committed May 1, 2024
    Configuration menu
    Copy the full SHA
    31c09cb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    dbb121b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcc4255 View commit details
    Browse the repository at this point in the history
  3. Refactor according to PR

    heqianwang committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2406673 View commit details
    Browse the repository at this point in the history
  4. Upgrade xunit

    heqianwang committed May 2, 2024
    Configuration menu
    Copy the full SHA
    42a010b View commit details
    Browse the repository at this point in the history
  5. Spectral changes

    heqianwang committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5281c63 View commit details
    Browse the repository at this point in the history
  6. use latest xunit

    heqianwang committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3ec78bb View commit details
    Browse the repository at this point in the history