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

Fix unit tests, target framework 4.5, consolidate nuget references #1286

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 20, 2018

  1. **FORKed** to:

    - fix unit tests (missing resource, and EOL issues)
    
    - use of the static version of swagger-ui that coded against
     - (https://github.com/swagger-api/swagger-ui/tree/64dc3060b3700b12e466f8d67b7d7ec3574b015f)
    - update to .NET 4.5
    - consolidate dependency
    
    Note:
    - Need to install in VS:
     - NUnit Test 3 Adapter
    - If swagger-ui needs to be updated, need to fetch submodule swagger-ui (what about tags ? like https://github.com/swagger-api/swagger-ui/tree/v2.1.5)
     - git submodule update --init --force --remote
    - Need to build swagger-ui
     - npm install
     - npm run build
     - copy dist
    rlesavre committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    5992549 View commit details
    Browse the repository at this point in the history
  2. updated readme

    rlesavre committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    ce9d2b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. clearly state in nuspec that it is a FORK

    rlesavre committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    3f52a6d View commit details
    Browse the repository at this point in the history