SocketMeister.Sources 2.2.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package SocketMeister.Sources --version 2.2.3
NuGet\Install-Package SocketMeister.Sources -Version 2.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SocketMeister.Sources" Version="2.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SocketMeister.Sources --version 2.2.3
#r "nuget: SocketMeister.Sources, 2.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SocketMeister.Sources as a Cake Addin
#addin nuget:?package=SocketMeister.Sources&version=2.2.3

// Install SocketMeister.Sources as a Cake Tool
#tool nuget:?package=SocketMeister.Sources&version=2.2.3

C# source code for SocketMeister, which can be compiled  directly into your own projects. This eliminates the need to distribute SocketMeister.dll with your software.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.6 200 1/2/2024
4.0.4 377 1/6/2022
4.0.3 353 7/4/2021
4.0.2 339 6/9/2021
4.0.1 361 3/26/2021
4.0.0 350 3/15/2021
3.0.1 419 3/11/2021
3.0.0 441 3/11/2021
2.2.5 323 3/11/2021
2.2.4 346 3/8/2021
2.2.3 400 3/6/2021
2.2.2 336 3/1/2021
2.2.1 360 2/24/2021
2.2.0 366 2/23/2021
2.0.7 371 1/20/2021
2.0.6 386 1/15/2021
2.0.5 488 10/7/2020
2.0.4 546 10/1/2020
2.0.1 443 5/8/2020
2.0.0 424 5/6/2020
1.0.3 968 4/4/2019
1.0.1 630 4/1/2019
1.0.0 590 3/29/2019

Added compiler suppression codes for compiler warnings. SocketMeister runs on many versions of .NET and Visual Studio has different coding suggestions depending on the version. These suppressions aim to eliminate coding suggestions when you embed SocketMesiter source code in your own application (SocketMeister.Sources). There are several small fixes where fields should have been defined as read only. This release is code cosmetic. There are no logic changes or bug fixes.