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

#1660 Huge logs because of StyleCop.Analyzers warnings #1663

Merged
merged 56 commits into from
Jun 4, 2023
Merged

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    371d8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a76434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad5a37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a017a9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eea5da1 View commit details
    Browse the repository at this point in the history
  6. Fix SA1413: The last statement in a multi-line C# initializer or list…

    … is missing a trailing comma.
    raman-m committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a0e5c33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b20924c View commit details
    Browse the repository at this point in the history
  8. Fix compiler errors

    raman-m committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0da791f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b10089 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix compiling error

    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    cf1ae38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    464584c View commit details
    Browse the repository at this point in the history
  3. Fix SA1116: The parameters should begin on the line after the declara…

    …tion, whenever the parameter span across multiple lines
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    96a9fc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2be6d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6022c17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e961a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0442748 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9698d4f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26f5f42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c57b1d6 View commit details
    Browse the repository at this point in the history
  11. Fix SA1512, SA1515

    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    34f486a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a4cd7e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    65a4da2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d26781e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    75c1973 View commit details
    Browse the repository at this point in the history
  16. Add StyleCop

    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    5f90dd7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    66a948c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5193596 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3fdb703 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    632f0db View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    03f3c80 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a1b7265 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    adb6197 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f14952d View commit details
    Browse the repository at this point in the history
  25. Upgrade K8s sample to ASP.NET 7.

    Rename project to Ocelot.Samples.OcelotKube.DownstreamService
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    273cfb4 View commit details
    Browse the repository at this point in the history
  26. Upgrade K8s sample to ASP.NET 7.

    Rename project to Ocelot.Samples.OcelotKube.ApiGateway
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    479f7d1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6b04147 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1a7478c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e18340f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9068d7c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b0058df View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    19a9a7b View commit details
    Browse the repository at this point in the history
  33. Fix NU1504: Duplicate 'PackageReference' items found: Microsoft.Data.…

    …SQLite 7.0.4, Microsoft.Data.SQLite 7.0.5
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a609841 View commit details
    Browse the repository at this point in the history
  34. Upgrade sample to ASP.NET 7

    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6b85103 View commit details
    Browse the repository at this point in the history
  35. Fix NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated.

    Consider using the 'PackageIcon'/'icon' element instead.
    Learn more at https://aka.ms/deprecateIconUrl
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    31f9c08 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    bdd1073 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e839937 View commit details
    Browse the repository at this point in the history
  38. Fix CA1816: Change Dispose() to call GC.SuppressFinalize(object).

    This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it.
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c489744 View commit details
    Browse the repository at this point in the history
  39. Fix CA1822: Member 'GivenThereIsAConfiguration' does not access insta…

    …nce data and can be marked as static
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d0269d2 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    65d22e8 View commit details
    Browse the repository at this point in the history
  41. Fix CA2211: Non-constant fields should not be visible.

    Convert to property.
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b458514 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    07e6b77 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    092aaa8 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8ac815b View commit details
    Browse the repository at this point in the history
  45. Fix IDE1006: Naming rule violation: These words must begin with upper…

    … case characters: AcceptanceTests\WebSocketTests
    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6c98588 View commit details
    Browse the repository at this point in the history
  46. Fix last issues

    raman-m committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c320153 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    64e815b View commit details
    Browse the repository at this point in the history