Skip to content

Commit df22bee

Browse files
author
Elad Zelingher
committed
Merge from develop
2 parents 52c00a1 + bed418a commit df22bee

File tree

279 files changed

+2976
-1055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+2976
-1055
lines changed

.gitignore

Lines changed: 138 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,50 @@
44
# User-specific files
55
*.suo
66
*.user
7+
*.userosscache
78
*.sln.docstates
89

9-
# Build results
10+
# User-specific files (MonoDevelop/Xamarin Studio)
11+
*.userprefs
1012

13+
# Build results
1114
[Dd]ebug/
15+
[Dd]ebugPublic/
1216
[Rr]elease/
17+
[Rr]eleases/
1318
x64/
14-
build/
19+
x86/
20+
bld/
1521
[Bb]in/
1622
[Oo]bj/
23+
[Ll]og/
24+
25+
# Visual Studio 2015 cache/options directory
26+
.vs/
27+
# Uncomment if you have tasks that create the project's static files in wwwroot
28+
#wwwroot/
1729

1830
# MSTest test Results
1931
[Tt]est[Rr]esult*/
2032
[Bb]uild[Ll]og.*
2133

34+
# NUNIT
35+
*.VisualState.xml
36+
TestResult.xml
37+
38+
# Build Results of an ATL Project
39+
[Dd]ebugPS/
40+
[Rr]eleasePS/
41+
dlldata.c
42+
43+
# DNX
44+
project.lock.json
45+
project.fragment.lock.json
46+
artifacts/
47+
2248
*_i.c
2349
*_p.c
50+
*_i.h
2451
*.ilk
2552
*.meta
2653
*.obj
@@ -40,28 +67,42 @@ build/
4067
*.vssscc
4168
.builds
4269
*.pidb
43-
*.log
70+
*.svclog
4471
*.scc
4572

73+
# Chutzpah Test files
74+
_Chutzpah*
75+
4676
# Visual C++ cache files
4777
ipch/
4878
*.aps
4979
*.ncb
80+
*.opendb
5081
*.opensdf
5182
*.sdf
5283
*.cachefile
84+
*.VC.db
85+
*.VC.VC.opendb
5386

5487
# Visual Studio profiler
5588
*.psess
5689
*.vsp
5790
*.vspx
91+
*.sap
92+
93+
# TFS 2012 Local Workspace
94+
$tf/
5895

5996
# Guidance Automation Toolkit
6097
*.gpState
6198

6299
# ReSharper is a .NET coding add-in
63100
_ReSharper*/
64101
*.[Rr]e[Ss]harper
102+
*.DotSettings.user
103+
104+
# JustCode is a .NET coding add-in
105+
.JustCode
65106

66107
# TeamCity is a build add-in
67108
_TeamCity*
@@ -70,8 +111,16 @@ _TeamCity*
70111
*.dotCover
71112

72113
# NCrunch
73-
*.ncrunch*
114+
_NCrunch_*
74115
.*crunch*.local.xml
116+
nCrunchTemp_*
117+
118+
# MightyMoose
119+
*.mm.*
120+
AutoTest.Net/
121+
122+
# Web workbench (sass)
123+
.sass-cache/
75124

76125
# Installshield output folder
77126
[Ee]xpress/
@@ -90,59 +139,115 @@ DocProject/Help/html
90139
publish/
91140

92141
# Publish Web Output
93-
*.Publish.xml
142+
*.[Pp]ublish.xml
143+
*.azurePubxml
144+
# TODO: Comment the next line if you want to checkin your web deploy settings
145+
# but database connection strings (with potential passwords) will be unencrypted
94146
*.pubxml
95-
96-
# NuGet Packages Directory
97-
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
98-
packages/
99-
100-
# Windows Azure Build Output
101-
csx
147+
*.publishproj
148+
149+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
150+
# checkin your Azure Web App publish settings, but sensitive information contained
151+
# in these scripts will be unencrypted
152+
PublishScripts/
153+
154+
# NuGet Packages
155+
*.nupkg
156+
# The packages folder can be ignored because of Package Restore
157+
**/packages/*
158+
# except build/, which is used as an MSBuild target.
159+
!**/packages/build/
160+
# Uncomment if necessary however generally it will be regenerated when needed
161+
#!**/packages/repositories.config
162+
# NuGet v3's project.json files produces more ignoreable files
163+
*.nuget.props
164+
*.nuget.targets
165+
166+
# Microsoft Azure Build Output
167+
csx/
102168
*.build.csdef
103169

104-
# Windows Store app package directory
170+
# Microsoft Azure Emulator
171+
ecf/
172+
rcf/
173+
174+
# Windows Store app package directories and files
105175
AppPackages/
176+
BundleArtifacts/
177+
Package.StoreAssociation.xml
178+
_pkginfo.txt
179+
180+
# Visual Studio cache files
181+
# files ending in .cache can be ignored
182+
*.[Cc]ache
183+
# but keep track of directories ending in .cache
184+
!*.[Cc]ache/
106185

107186
# Others
108-
sql/
109-
*.Cache
110187
ClientBin/
111-
[Ss]tyle[Cc]op.*
112188
~$*
113189
*~
114190
*.dbmdl
115-
*.[Pp]ublish.xml
191+
*.dbproj.schemaview
116192
*.pfx
117193
*.publishsettings
194+
node_modules/
195+
orleans.codegen.cs
196+
197+
# Since there are multiple workflows, uncomment next line to ignore bower_components
198+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
199+
#bower_components/
118200

119201
# RIA/Silverlight projects
120202
Generated_Code/
121203

122-
# Backup & report files from converting an old project file to a newer
123-
# Visual Studio version. Backup files are not needed, because we have git ;-)
204+
# Backup & report files from converting an old project file
205+
# to a newer Visual Studio version. Backup files are not needed,
206+
# because we have git ;-)
124207
_UpgradeReport_Files/
125208
Backup*/
126209
UpgradeLog*.XML
127210
UpgradeLog*.htm
128211

129212
# SQL Server files
130-
App_Data/*.mdf
131-
App_Data/*.ldf
213+
*.mdf
214+
*.ldf
215+
216+
# Business Intelligence projects
217+
*.rdl.data
218+
*.bim.layout
219+
*.bim_*.settings
220+
221+
# Microsoft Fakes
222+
FakesAssemblies/
223+
224+
# GhostDoc plugin setting file
225+
*.GhostDoc.xml
226+
227+
# Node.js Tools for Visual Studio
228+
.ntvs_analysis.dat
229+
230+
# Visual Studio 6 build log
231+
*.plg
132232

133-
# =========================
134-
# Windows detritus
135-
# =========================
233+
# Visual Studio 6 workspace options file
234+
*.opt
136235

137-
# Windows image file caches
138-
Thumbs.db
139-
ehthumbs.db
236+
# Visual Studio LightSwitch build output
237+
**/*.HTMLClient/GeneratedArtifacts
238+
**/*.DesktopClient/GeneratedArtifacts
239+
**/*.DesktopClient/ModelManifest.xml
240+
**/*.Server/GeneratedArtifacts
241+
**/*.Server/ModelManifest.xml
242+
_Pvt_Extensions
140243

141-
# Folder config file
142-
Desktop.ini
244+
# Paket dependency manager
245+
.paket/paket.exe
246+
paket-files/
143247

144-
# Recycle Bin used on file shares
145-
$RECYCLE.BIN/
248+
# FAKE - F# Make
249+
.fake/
146250

147-
# Mac crap
148-
.DS_Store
251+
# JetBrains Rider
252+
.idea/
253+
*.sln.iml

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ language: csharp
44

55
solution: src/mono/WampSharpMono.sln
66

7+
mono:
8+
- 4.2.3
9+
10+
before_install:
11+
- mkdir -p .nuget
12+
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
13+
- mono .nuget/nuget.exe # Output NuGet's version number
14+
715
install:
8-
- travis_retry nuget restore src/mono/WampSharpMono.sln
9-
- travis_retry nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
16+
- mono .nuget/nuget.exe restore src/mono/WampSharpMono.sln -Verbosity detailed
17+
- mono .nuget/nuget.exe install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner -Verbosity detailed
1018

1119
script:
1220
- xbuild /p:Configuration=Release src/mono/WampSharpMono.sln
1321
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./src/mono/Tests/WampSharp.Tests/bin/Release/WampSharp.Tests.dll
14-
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./src/mono/Tests/WampSharp.Tests.Wampv2/bin/Release/WampSharp.Tests.Wampv2.dll
15-
16-
branches:
17-
except:
18-
- wampv1
22+
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./src/mono/Tests/WampSharp.Tests.Wampv2/bin/Release/WampSharp.Tests.Wampv2.dll

NuGet/NuGet.exe

3.77 MB
Binary file not shown.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>WampSharp.AspNetCore.WebSockets.Server</id>
5+
<version>$version$</version>
6+
<title>WampSharp AspNetCore WebSockets Server support</title>
7+
<authors>CodeSharp</authors>
8+
<projectUrl>https://github.com/Code-Sharp/WampSharp/</projectUrl>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<description>WampSharp Microsoft.AspNetCore.WebSockets.Server support</description>
11+
<tags>websockets,wampws,rpc,pubsub,wampv1,wampv2,aspnetcore</tags>
12+
<dependencies>
13+
<group targetFramework=".NETStandard1.3">
14+
<dependency id="Microsoft.AspNetCore.WebSockets.Server" version="[0.1.0, )" />
15+
<dependency id="WampSharp" version="[$version$]" />
16+
<dependency id="WampSharp.WebSockets" version="[$version$]" />
17+
</group>
18+
</dependencies>
19+
</metadata>
20+
<files>
21+
<file src="bin\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.dll" target="lib\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.dll" />
22+
<file src="bin\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.xml" target="lib\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.xml" />
23+
</files>
24+
</package>

NuGet/WampSharp.Default.Client.nuspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
1515
<dependency id="WampSharp.Windows" version="[$version$]" />
1616
</group>
17+
<group targetFramework=".NETStandard1.3">
18+
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
19+
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
20+
<dependency id="WampSharp.WebSockets" version="[$version$]" />
21+
</group>
1722
</dependencies>
1823
<id>WampSharp.Default.Client</id>
1924
<title>WampSharp default client binding</title>
@@ -29,5 +34,7 @@
2934
<file src="bin\net40\WampSharp.Default.Client.xml" target="lib\net40\WampSharp.Default.Client.xml" />
3035
<file src="bin\pcl\WampSharp.Default.Client.dll" target="lib\portable-win81+wpa81\WampSharp.Default.Client.dll" />
3136
<file src="bin\pcl\WampSharp.Default.Client.xml" target="lib\portable-win81+wpa81\WampSharp.Default.Client.xml" />
37+
<file src="bin\netstandard1.3\WampSharp.Default.Client.dll" target="lib\netstandard1.3\WampSharp.Default.Client.dll" />
38+
<file src="bin\netstandard1.3\WampSharp.Default.Client.xml" target="lib\netstandard1.3\WampSharp.Default.Client.xml" />
3239
</files>
3340
</package>

NuGet/WampSharp.Default.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<group targetFramework="portable-win81+wpa81">
1717
<dependency id="WampSharp.Default.Client" version="[$version$]" />
1818
</group>
19+
<group targetFramework=".NETStandard1.3">
20+
<dependency id="WampSharp.Default.Client" version="[$version$]" />
21+
</group>
1922
</dependencies>
2023
<id>WampSharp.Default</id>
2124
<title>WampSharp default binding</title>

NuGet/WampSharp.NewtonsoftJson.nuspec

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,22 @@
55
<authors>CodeSharp</authors>
66
<owners />
77
<dependencies>
8-
<dependency id="WampSharp" version="[$version$]" />
9-
<dependency id="Newtonsoft.Json" version="6.0.5" />
8+
<group targetFramework="net45">
9+
<dependency id="WampSharp" version="[$version$]" />
10+
<dependency id="Newtonsoft.Json" version="[6.0.5, )" />
11+
</group>
12+
<group targetFramework="net40">
13+
<dependency id="WampSharp" version="[$version$]" />
14+
<dependency id="Newtonsoft.Json" version="[6.0.5, )" />
15+
</group>
16+
<group targetFramework="portable-win81+wpa81">
17+
<dependency id="WampSharp" version="[$version$]" />
18+
<dependency id="Newtonsoft.Json" version="[6.0.5, )" />
19+
</group>
20+
<group targetFramework=".NETStandard1.3">
21+
<dependency id="WampSharp" version="[$version$]" />
22+
<dependency id="Newtonsoft.Json" version="[9.0.1, )" />
23+
</group>
1024
</dependencies>
1125
<id>WampSharp.NewtonsoftJson</id>
1226
<title>WampSharp Newtonsoft.Json binding</title>
@@ -22,5 +36,7 @@
2236
<file src="bin\net40\WampSharp.NewtonsoftJson.xml" target="lib\net40\WampSharp.NewtonsoftJson.xml" />
2337
<file src="bin\pcl\WampSharp.NewtonsoftJson.dll" target="lib\portable-win81+wpa81\WampSharp.NewtonsoftJson.dll" />
2438
<file src="bin\pcl\WampSharp.NewtonsoftJson.xml" target="lib\portable-win81+wpa81\WampSharp.NewtonsoftJson.xml" />
39+
<file src="bin\netstandard1.3\WampSharp.NewtonsoftJson.dll" target="lib\netstandard1.3\WampSharp.NewtonsoftJson.dll" />
40+
<file src="bin\netstandard1.3\WampSharp.NewtonsoftJson.xml" target="lib\netstandard1.3\WampSharp.NewtonsoftJson.xml" />
2541
</files>
2642
</package>

0 commit comments

Comments
 (0)