OpenProtocolInterpreter 3.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenProtocolInterpreter --version 3.4.2
NuGet\Install-Package OpenProtocolInterpreter -Version 3.4.2
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="OpenProtocolInterpreter" Version="3.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenProtocolInterpreter --version 3.4.2
#r "nuget: OpenProtocolInterpreter, 3.4.2"
#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 OpenProtocolInterpreter as a Cake Addin
#addin nuget:?package=OpenProtocolInterpreter&version=3.4.2

// Install OpenProtocolInterpreter as a Cake Tool
#tool nuget:?package=OpenProtocolInterpreter&version=3.4.2

Converts the ugly package that came from Open Protocol to an object

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OpenProtocolInterpreter:

Repository Stars
Rickedb/OpenProtocolInterpreter
Converts the ugly ASCII package that came from Open Protocol to an object
Version Downloads Last updated
6.1.0 518 12/11/2023
6.0.0 1,564 5/31/2023
5.1.0 3,291 1/12/2023
5.0.0 1,966 6/6/2022
4.2.0 1,065 2/9/2022
4.1.0 2,528 1/17/2022
4.0.0 465 1/14/2022
3.6.2 1,777 10/15/2021
3.6.1 642 9/23/2021
3.6.0 439 9/9/2021
3.5.0 580 7/19/2021
3.4.3 616 6/1/2021
3.4.2 551 5/31/2021
3.4.1 492 5/7/2021
3.4.0 5,191 4/2/2021
3.3.0 1,321 12/22/2020
3.2.2 496 11/10/2020
3.2.1 3,407 9/15/2020
3.2.0 5,292 6/26/2020
3.1.2 704 3/9/2020
3.1.1 559 2/19/2020
3.1.0 717 2/12/2020
3.0.5 1,395 2/7/2020
3.0.4 507 2/6/2020
3.0.3 1,668 10/23/2019
3.0.2 652 9/18/2019
3.0.1 626 8/19/2019
3.0.0 619 8/14/2019
2.2.1 648 6/21/2019
2.2.0 638 4/8/2019
2.1.2 943 1/11/2019
2.1.1 770 1/10/2019
2.1.0 807 11/8/2018
2.0.1 1,031 6/19/2018
1.0.0 1,186 5/3/2018

Bugfixes:
- StrategyOptions creating 5 bytes instead of 10 bytes long
- Mid0011 considers header length instead of package length (which causes to consider NUL in package)
- Mid0011 always considers ParameterSets length instead of what comes into package
- Fixed Mid0013 constructor parameter reference
- TighteningErrorStatus2 Reserved property being initialized to prevent NullReferenceExceptions
- All entities are now handled separatedly to prevent property changes malfunction (updates directly in property entity but it was not taking effect when generating package)
- Fixed BitConverter that was generating reversed arrays

Improvements:
- Double checks if RevisionFields is filled before trying to parse since it's open to custom mids
- Mid0065 now has support for string packages