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

Conversation

rlesavre
Copy link

  • fix unit tests (missing resource, and EOL issues)
  • update to .NET 4.5
  • consolidate dependency

Note:
Readme notes and use of the static version of swagger-ui that coded against are not candidates to the PR, but in the meantime usefull in my repo.

rlesavre added 3 commits December 20, 2018 12:22
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant