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: hardkoded/puppeteer-sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.0.0
Choose a base ref
...
head repository: hardkoded/puppeteer-sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18.0.0
Choose a head ref
  • 14 commits
  • 45 files changed
  • 5 contributors

Commits on Apr 23, 2024

  1. v17

    kblok committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    64d7306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e6a2c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Cache isolated handle (#2613)

    kblok authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4f344a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    f3a5180 View commit details
    Browse the repository at this point in the history
  2. Update sponsors (#2616)

    Co-authored-by: kblok <[email protected]>
    github-actions[bot] and kblok authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    28b35f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. [Breaking] Replace WebClient with HttpClient (#2615)

    * [Breaking] Replace WebClient with HttpClient
    
    * fix tests and bump
    
    * Docs changes
    
    * Fix demo project
    
    * Update lib/PuppeteerSharp/BrowserFetcher.cs
    
    Co-authored-by: Jonas Nyrup <[email protected]>
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    Co-authored-by: Jonas Nyrup <[email protected]>
    3 people authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    28134c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Apply analyzer suggestions (#2617)

    * Avoid double dictionary lookup
    
    * Use const string strings
    
    This enable constant string interpolation
    
    * Use coalescing
    
    * No need to capture `client`
    
    * Use string.Concat when the separator is empty
    
    * Fix typo
    
    * Use await inside try/catch
    
    * Bring latest analyzer
    
    * Ignore CA1711 AND CA1725
    
    * ignore CA1848
    
    * Fix a rule
    
    * Ignore CA2254
    
    * More fixes
    
    * Build green
    
    * Update lib/.editorconfig
    
    * Ignore CA1860
    
    * Fix CA1860
    
    * Update lib/PuppeteerSharp/PuppeteerSharp.csproj
    
    * Fix analysis level
    
    ---------
    
    Co-authored-by: Darío Kondratiuk <[email protected]>
    jnyrup and kblok authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    238193a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    2eaba48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca33d3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 14, 2024

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

Commits on May 17, 2024

  1. Expose TaskHelper default timeout (#2635)

    * Expose TaskHelper default timeout
    
    * remove fixed default
    kblok authored May 17, 2024
    Configuration menu
    Copy the full SHA
    67ce1f9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. v18.1.0 (#2639)

    kblok authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c8c8bea View commit details
    Browse the repository at this point in the history
  2. v18.0.0 (#2640)

    v18.0.0 should be there right version
    kblok authored May 20, 2024
    Configuration menu
    Copy the full SHA
    5d6c91c View commit details
    Browse the repository at this point in the history
Loading