Skip to content

Commit 38dcaf6

Browse files
authored
Merge pull request #5 from TheAngryByrd/shared-buffer
Adds ArrayPool for shared buffer usage
2 parents 142baba + e58ade5 commit 38dcaf6

22 files changed

+4839
-4446
lines changed

.paket/Paket.Restore.targets

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
88

99
<DetectedMSBuildVersion>$(MSBuildVersion)</DetectedMSBuildVersion>
10-
<DetectedMSBuildVersion Condition="'$(MSBuildVersion)' == ''">15.0.0</DetectedMSBuildVersion>
10+
<DetectedMSBuildVersion Condition="$(MSBuildVersion) == ''">15.0.0</DetectedMSBuildVersion>
1111
<MSBuildSupportsHashing>false</MSBuildSupportsHashing>
1212
<MSBuildSupportsHashing Condition=" '$(DetectedMSBuildVersion)' &gt; '15.8.0' ">true</MSBuildSupportsHashing>
1313
<!-- Mark that this target file has been loaded. -->
@@ -64,7 +64,7 @@
6464

6565
<!-- Disable automagic references for F# dotnet sdk -->
6666
<!-- This will not do anything for other project types -->
67-
<!-- see https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1002-fsharp-in-dotnet-sdk.md -->
67+
<!-- see https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1032-fsharp-in-dotnet-sdk.md -->
6868
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
6969
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
7070

@@ -300,7 +300,7 @@
300300
DevelopmentDependency="$(DevelopmentDependency)"
301301
BuildOutputInPackage="@(_BuildOutputInPackage)"
302302
TargetPathsToSymbols="@(_TargetPathsToSymbols)"
303-
SymbolPackageFormat="$(SymbolPackageFormat)"
303+
SymbolPackageFormat="symbols.nupkg"
304304
TargetFrameworks="@(_TargetFrameworks)"
305305
AssemblyName="$(AssemblyName)"
306306
PackageOutputPath="$(PackageOutputAbsolutePath)"
@@ -347,7 +347,7 @@
347347
DevelopmentDependency="$(DevelopmentDependency)"
348348
BuildOutputInPackage="@(_BuildOutputInPackage)"
349349
TargetPathsToSymbols="@(_TargetPathsToSymbols)"
350-
SymbolPackageFormat="$(SymbolPackageFormat)"
350+
SymbolPackageFormat="symbols.nupkg"
351351
TargetFrameworks="@(_TargetFrameworks)"
352352
AssemblyName="$(AssemblyName)"
353353
PackageOutputPath="$(PackageOutputAbsolutePath)"

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ language: csharp
22
sudo: required
33
dist: xenial
44

5-
dotnet: 2.2.203
5+
before_install:
6+
- sudo apt-get install -qq dotnet-sdk-2.2
7+
8+
dotnet: 3.0.100
69
mono:
710
- latest # => "stable release"
811
- alpha

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build_script:
44
- cmd: build.cmd
55
test: off
66
version: 0.0.1.{build}
7+
image: Visual Studio 2019 Preview
78
artifacts:
89
- path: bin
910
name: bin

docs/coverage/FSharp.Control.Websockets.TPL_AssemblyVersionInformation.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ <h1>Summary</h1>
2626
</table>
2727
<h1>File(s)</h1>
2828
<p>No files found. This usually happens if a file isn&#39;t covered by a test or the class does not contain any sequence points (e.g. a class that only contains auto properties).</p>
29-
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />9/12/19 - 9:24:19 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
29+
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />10/2/19 - 1:04:15 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
3030
<script type="text/javascript" src="combined.js"></script>
3131
</body></html>

docs/coverage/FSharp.Control.Websockets.TPL_Stream.htm

Lines changed: 494 additions & 463 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets.TPL_ThreadSafeWebSocket.htm

Lines changed: 594 additions & 548 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets.TPL_WebSocket.htm

Lines changed: 573 additions & 526 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets_AssemblyVersionInformation.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ <h1>Summary</h1>
2626
</table>
2727
<h1>File(s)</h1>
2828
<p>No files found. This usually happens if a file isn&#39;t covered by a test or the class does not contain any sequence points (e.g. a class that only contains auto properties).</p>
29-
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />9/12/19 - 9:24:19 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
29+
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />10/2/19 - 1:04:15 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
3030
<script type="text/javascript" src="combined.js"></script>
3131
</body></html>

docs/coverage/FSharp.Control.Websockets_Async.htm

Lines changed: 465 additions & 432 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets_Stream.htm

Lines changed: 464 additions & 435 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)