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: GowenGit/docnet Loading
base: master
Choose a base ref
...
head repository: mikkou-adafy/docnet Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 16, 2021

  1. Disable DocReader methods when disposed

    Before this change it was possible to use the DocReader methods when
    the reader was already disposed. This caused confusing behavior like
    PageCount being 0 even when it should be something else and there
    was no error or exception indicating that something was wrong.
    
    Now using the methods has been prevented by checking for disposed
    flag and throwing exception in that case.
    mikkou-adafy committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    29c19eb View commit details
    Browse the repository at this point in the history
Loading