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

Fixes NullReferenceException in CreateSession #114

Merged
merged 76 commits into from
Nov 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
822613c
Better handle WebExceptions that don't have a Response and send a cus…
ATLCTO Oct 6, 2018
b5d0fb7
Merge pull request #139 from opentok/dev
slorello89 Jun 11, 2020
88f5252
Merge pull request #141 from opentok/dev
slorello89 Jul 22, 2020
f03c3b4
Adding extra instructions regarding TLS to readme, adding new excepti…
slorello89 Jul 22, 2020
337ed70
removing erroneously added whitespace
slorello89 Jul 22, 2020
cbd1a6f
list archive by session id, better exception handling for validateSes…
slorello89 Jul 23, 2020
24c7269
removing extra whitespace from tests
slorello89 Jul 23, 2020
d0e797b
cleaning up other whitespace issues
slorello89 Jul 23, 2020
ea62beb
passing inner exception to OpenTokException
slorello89 Jul 23, 2020
116bc4a
Fixing comments, removing redundant fields
slorello89 Jul 23, 2020
f8d3c70
adding custom layout for archiving
slorello89 Aug 13, 2020
3a2ef63
fixing spacing issue, adding javadocs to StartArchive for layout
slorello89 Aug 13, 2020
68463ff
Merge pull request #146 from opentok/add_layout_stylesheet
slorello89 Aug 17, 2020
9ce6e6d
revving to 3.4
slorello89 Aug 17, 2020
06211aa
Merge pull request #147 from opentok/rev_3_4
slorello89 Aug 17, 2020
2cbaf27
Merge branch 'master' into TLS_Quality_of_life_updates
slorello89 Aug 17, 2020
77dd868
adding extra Archive Test
slorello89 Aug 18, 2020
3ba73da
Adding non-custom with stylesheet case
slorello89 Aug 18, 2020
9fa85cb
Merge branch 'master' into add_extra_archive_test
slorello89 Aug 18, 2020
e3581cc
adding contract annotations to ArchiveLayout to prevent invalid seria…
slorello89 Aug 19, 2020
ed312a4
Merge branch 'add_extra_archive_test' of https://github.com/opentok/O…
slorello89 Aug 19, 2020
e84ad78
bringing balance to the force
slorello89 Aug 31, 2020
c0e1f40
Dropping core 3.0 tests
slorello89 Aug 31, 2020
a5b1362
moving back to newer container
slorello89 Aug 31, 2020
88f4433
removing .net core 2.x runs
slorello89 Aug 31, 2020
69b2a90
Silenced warnings in the test project.
dlemstra Oct 2, 2020
b163490
empty Statement Redundancy Fix
onpoc Oct 8, 2020
7eee2b5
Spell Fix
onpoc Oct 8, 2020
ed2599d
Spell Fix
onpoc Oct 8, 2020
d8ad13a
Spell Fix | GetPartnerIdFromSessionId
onpoc Oct 8, 2020
0bc3089
moving dotnet version
slorello89 Oct 9, 2020
abfc9fb
specifying test framework
slorello89 Oct 9, 2020
7a0e001
Merge pull request #153 from opentok/fix_GHA
slorello89 Oct 20, 2020
f749cec
Merge branch 'master' into master
slorello89 Oct 20, 2020
2397ca0
Merge branch 'master' into silence-test-warnings
slorello89 Oct 20, 2020
409a639
Merge pull request #151 from dlemstra/silence-test-warnings
slorello89 Oct 20, 2020
72c094b
Merge branch 'master' into master
slorello89 Oct 20, 2020
6733139
Merge pull request #152 from onpoc/master
slorello89 Oct 21, 2020
bca0cd1
Changed Javadoc comments to XML comments.
dlemstra Oct 2, 2020
b5c2c34
Replace <see href with <a href.
dlemstra Oct 28, 2020
d6e3eba
Added additional comments.
dlemstra Oct 28, 2020
f9228ff
Merge pull request #150 from dlemstra/correct-documentation
slorello89 Nov 4, 2020
890c5b7
Merge branch 'master' into TLS_Quality_of_life_updates
slorello89 Nov 6, 2020
c35d285
Merge pull request #142 from opentok/TLS_Quality_of_life_updates
slorello89 Nov 6, 2020
f1c9f65
Merge branch 'master' into session_id_for_archives
slorello89 Nov 6, 2020
0976b89
Merge branch 'master' into passing_inner_exception
slorello89 Nov 6, 2020
1833bb9
Merge branch 'master' into add_extra_archive_test
slorello89 Nov 6, 2020
4582f92
Merge pull request #143 from opentok/session_id_for_archives
slorello89 Dec 14, 2020
bf914a3
Merge branch 'master' into passing_inner_exception
slorello89 Dec 14, 2020
d6fe248
Merge branch 'master' into add_extra_archive_test
slorello89 Dec 14, 2020
9de6d8c
Merge pull request #144 from opentok/passing_inner_exception
slorello89 Dec 14, 2020
5d93709
Merge branch 'master' into add_extra_archive_test
slorello89 Dec 14, 2020
059591c
Merge pull request #149 from opentok/add_extra_archive_test
slorello89 Dec 14, 2020
c3ac6e4
Revving to 3.5.0
slorello89 Dec 14, 2020
d7760b3
Merge pull request #154 from opentok/rev-35
slorello89 Dec 14, 2020
089023c
automatic release on new GitHub release
slorello89 Jan 12, 2021
da8d38c
adding OUTPUT_PATH
slorello89 Jan 15, 2021
8cc6846
fixing Windows CI issue
slorello89 Jan 22, 2021
4a74197
updating nexmo/github-actions branch to main
slorello89 Feb 3, 2021
ef6e985
Merge pull request #155 from opentok/automate_release
slorello89 Feb 3, 2021
a9b31b2
screenshare layout
slorello89 Feb 5, 2021
e7f77a2
more tests
slorello89 Feb 5, 2021
ed12e82
Adding SetArchiveLayout, updating unit tests
slorello89 Feb 8, 2021
4c2c82b
moving null ignore to data structure
slorello89 Feb 8, 2021
9ad1ccc
fixing error message
slorello89 Feb 22, 2021
c17a4f6
Merge pull request #157 from opentok/archive_layout_enhancements
slorello89 Feb 22, 2021
03b1672
fixing screenshareType
slorello89 Feb 23, 2021
221f5ee
Merge pull request #158 from opentok/screensharetype
slorello89 Feb 25, 2021
29cde0a
revving to 3.6.0
slorello89 Feb 26, 2021
4e6f2f8
Merge branch 'master' into rev-3-6-0
slorello89 Feb 26, 2021
e74b477
Merge pull request #160 from opentok/rev-3-6-0
slorello89 Feb 26, 2021
5e7b6e0
Removing travis config
matt-lethargic Nov 2, 2021
fb75ed5
Removing travis, fixing GitHub Actions definitions and adding package…
matt-lethargic Nov 9, 2021
3c6edd9
Docs corrections (#161)
jeffswartz Nov 9, 2021
ccce0a2
Merge branch 'main' into pr/114
matt-lethargic Nov 9, 2021
152d757
Merge branch 'dev' into dev
matt-lethargic Nov 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "Build & Test"

on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]

env:
CONFIGURATION: "Release"

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.401'
- name: Clean
run: dotnet clean OpenTok.sln --configuration ${{ env.CONFIGURATION }} && dotnet nuget locals all --clear
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build OpenTok.sln --configuration ${{ env.CONFIGURATION }} --no-restore
- name: Test
run: dotnet test OpenTokTest/OpenTokTest.csproj --configuration ${{ env.CONFIGURATION }} --no-build -f netcoreapp3.1
26 changes: 0 additions & 26 deletions .github/workflows/dotnet-core.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Nuget Release
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- name: Release Nuget
uses: nexmo/github-actions/nuget-release@main
env:
PROJECT_FILE : OpenTok/OpenTok.csproj
BRANCH: main
ORGANIZATION: opentok
REPO: Opentok-.NET-SDK
TAG: ${{ github.event.release.tag_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
GITHUB_USER_NAME: NexmoDev
GITHUB_EMAIL: 44278943+NexmoDev@users.noreply.github.com
OUTPUT_PATH: OpenTok/bin/Release
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

14 changes: 7 additions & 7 deletions OpenTok.sln
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC02B3EA-F1B3-4A39-A151-4FE61A39F209}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
.github\workflows\build.yml = .github\workflows\build.yml
CONTRIBUTING.md = CONTRIBUTING.md
DEVELOPING.md = DEVELOPING.md
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "Samples\HelloWorld\HelloWorld.csproj", "{F8A5A9AD-F680-46F4-806F-653E7E51A030}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorld", "Samples\HelloWorld\HelloWorld.csproj", "{F8A5A9AD-F680-46F4-806F-653E7E51A030}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archiving", "Samples\Archiving\Archiving.csproj", "{B6EFF9BA-20CD-4BDE-B67B-C8E22F00E640}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Archiving", "Samples\Archiving\Archiving.csproj", "{B6EFF9BA-20CD-4BDE-B67B-C8E22F00E640}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Broadcasting", "Samples\Broadcasting\Broadcasting.csproj", "{D593D74C-46D3-4947-9F57-B40D978C40B7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Broadcasting", "Samples\Broadcasting\Broadcasting.csproj", "{D593D74C-46D3-4947-9F57-B40D978C40B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTok", "OpenTok\OpenTok.csproj", "{C770C266-B8E6-413A-B5AB-68EB218DC76C}"
EndProject
Expand Down