Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mycsharp/HttpClientHints
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.10
Choose a base ref
...
head repository: mycsharp/HttpClientHints
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.26
Choose a head ref
  • 17 commits
  • 106 files changed
  • 2 contributors

Commits on Mar 2, 2025

  1. add mycs ci

    BenjaminAbt committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    b30765e View commit details
    Browse the repository at this point in the history
  2. add mycs ci (#8)

    BenjaminAbt authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    fc1c1a6 View commit details
    Browse the repository at this point in the history
  3. add fix

    BenjaminAbt committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    408920b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c599e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Configuration menu
    Copy the full SHA
    d1a7eae View commit details
    Browse the repository at this point in the history
  2. add multi sdk

    BenjaminAbt committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    1d1bd98 View commit details
    Browse the repository at this point in the history
  3. add fix

    BenjaminAbt committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    fa73b47 View commit details
    Browse the repository at this point in the history
  4. add array

    BenjaminAbt committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    e947331 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. Configuration menu
    Copy the full SHA
    c65ba8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    676ca6b View commit details
    Browse the repository at this point in the history
  3. Update project configuration and improve code quality

    - Enhanced `.editorconfig` with new options for various file types and updated severity levels for dotnet style preferences.
    - Reorganized `Directory.Build.props` with new property groups and added package references for testing and analysis.
    - Modified `Program.cs` to utilize `WebApplicationBuilder` and `WebApplication` for improved clarity.
    - Added properties in `HttpClientHintsMiddlewareConfig.cs` for better configurability of middleware.
    - Updated `HttpClientHintsRequestMiddleware.cs` with XML documentation comments for improved readability.
    - Improved string comparison accuracy in `HttpClientHintsRegistrationTests.cs` using `StringComparison.Ordinal`.
    - Cleaned up project files by removing unnecessary Roslynator analyzer references, streamlining dependencies.
    BenjaminAbt committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    7a2f76a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f100f40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac1df89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9514108 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c70723 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e85e5d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfd1961 View commit details
    Browse the repository at this point in the history
Loading