This is the Socket.IO client for .NET, which is based on ClientWebSocket, provide a simple way to connect to the Socket.IO server. The target framework is .NET Standard 2.0
MIT License
100
stars
15
forks
source link
chore(deps): Bump the all group with 4 updates #54
⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from Nuget.org, we've encountered an unexpected issue with versioning which prevents it from being used in all AzDO clients. We are working on a fix.
The most pressing issues were all backported to 17.6.1, 17.6.2 and 17.6.3.
Issues fixed (since 17.6.3)
Don't print socket transport error in console by @nohwnd in #4493 which fixes #4461
When testhost crashes, we no longer print the transport error:
---> System.Exception: Unable to read data from the transport connection:
An existing connection was forcibly closed by the remote host..
This error is a side-effect or our architecture is almost never the culprit. Instead it leads developers away from the actual issue which is crash of testhost, or datacollector.
Pass workloads to proxy managers in #4422 by @nohwnd
Which allows datacollector users to only receive the sources that are currently running in the testhost associated to datacollector, instead of all the sources that have the same target framework.
Fix Newtonsoft versions in testhost.deps.json in #4367 by @nohwnd
testhost.runtimeconfig.json files that we ship with testhost contained an old version of Newtonsoft.Json. The version in this file does not have an effect on execution, but some compliance tools statically analyze it and report possible vulnerabilities.
Other fixes:
Replacing calls to BuildMultipleAssemblyPath when passing only one source in acceptance tests in #4358 by @daveMueller
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 4 updates: Microsoft.NET.Test.Sdk, MSTest.TestAdapter, MSTest.TestFramework and FluentAssertions.
Updates
Microsoft.NET.Test.Sdk
from 17.6.3 to 17.7.2Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
... (truncated)
Commits
604e7be
[rel/17.7] Fix cannot find System.Text.Json (#4669)76fea14
Fix executable bitness for testhost.x86 (#4652) (#4654)c59bb29
RTM build fix (#4643)52b57f0
Backport recent fixes (#4632)f6bfa29
[rel/17.7] Fix branding on 17.7-release (#4615)bc17bb9
[rel/17.7] Update dependencies from devdiv/DevDiv/vs-code-coverage (#4602)f0bc50e
Revert "Fix yml to generate RTM/stable version & fix symbol check issues (#46...fab9246
Fix yml to generate RTM/stable version & fix symbol check issues (#4600)d7f4faa
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...132324c
Consume localized resources in source-build (#4564) (#4567)Updates
MSTest.TestAdapter
from 3.0.4 to 3.1.1Release notes
Sourced from MSTest.TestAdapter's releases.
Changelog
Sourced from MSTest.TestAdapter's changelog.
... (truncated)
Commits
4971714
Bump to 3.1.1809b54c
Try to fix RTM release pipeline1e2abd5
Prevent swallowing inner exception in async error (#1712)6485a10
[main] Update dependencies from dotnet/arcade (#1716)1e9779f
Avoid crash when method is not found using FQN (#1714)7ebed2a
[main] Update dependencies from dotnet/arcade (#1713)4c69360
[main] Update dependencies from dotnet/arcade (#1711)0c6283a
Add AsyncLocal warning (#1710)4d52f05
Rename Helper.cs into Guard.cs0ee0586
DeploymentItem: add test for file deployment using Windows/Linux path… (#1709)Updates
MSTest.TestFramework
from 3.0.4 to 3.1.1Release notes
Sourced from MSTest.TestFramework's releases.
Changelog
Sourced from MSTest.TestFramework's changelog.
... (truncated)
Commits
4971714
Bump to 3.1.1809b54c
Try to fix RTM release pipeline1e2abd5
Prevent swallowing inner exception in async error (#1712)6485a10
[main] Update dependencies from dotnet/arcade (#1716)1e9779f
Avoid crash when method is not found using FQN (#1714)7ebed2a
[main] Update dependencies from dotnet/arcade (#1713)4c69360
[main] Update dependencies from dotnet/arcade (#1711)0c6283a
Add AsyncLocal warning (#1710)4d52f05
Rename Helper.cs into Guard.cs0ee0586
DeploymentItem: add test for file deployment using Windows/Linux path… (#1709)Updates
FluentAssertions
from 6.11.0 to 6.12.0Release notes
Sourced from FluentAssertions's releases.
... (truncated)
Commits
340af80
Merge pull request #2270 from dennisdoomen/Release612a6f615b
Updated the release number3aa84ad
Added Qodana batch3c635b9
Qodana scan: Use raw string:XmlElementAssertionSpecs
c5d4d07
Qodana scan: Use raw string:XElementAssertionSpecs
38f6707
Qodana scan: Use raw string:XDocumentAssertionSpecs
1ab324b
Qodana scan: Potentially misleading parameter name in lambda or local functionca6dcbf
Tweak qodana.yaml7873005
Qodana scan: Convert constructor into member initializers4537b20
Qodana scan: Put local function after 'return' or 'continue'Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show