FluorineFx.Client 1.4.9

dotnet add package FluorineFx.Client --version 1.4.9
NuGet\Install-Package FluorineFx.Client -Version 1.4.9
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="FluorineFx.Client" Version="1.4.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluorineFx.Client --version 1.4.9
#r "nuget: FluorineFx.Client, 1.4.9"
#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 FluorineFx.Client as a Cake Addin
#addin nuget:?package=FluorineFx.Client&version=1.4.9

// Install FluorineFx.Client as a Cake Tool
#tool nuget:?package=FluorineFx.Client&version=1.4.9

fluorinefx

fluorinefx with latest .NET support.

Original repo message

Source code belongs to http://www.fluorinefx.com/

This FluorineFx github project is branched from revision #209 located at http://code.google.com/p/fluorinefx/

What I changed to the source code:

  • fixed a bug that occasionated by a race condition in FluorineFx/Messaging/Endpoints/Filter/ProcessFilter.cs. The FactoryInstance class is shared between threads and often get overriden by another thread (http://code.google.com/p/fluorinefx/issues/detail?id=11). A lock was added in order to prevent concurrent access.
  • more detailled error messages were added in order to always log the name of the class and the method (in particular: __Res.Invocation_NoSuitableMethod).
  • the name of the class/method were added to the exception message that is sent back to flash/flex (ExceptionASO.cs) when something goes wrong.
  • documented a bit more some methods/classes.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  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.

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
1.4.9 517 11/21/2023
1.4.8 626 7/8/2023
1.4.7 852 1/7/2023
1.4.6 612 1/7/2023
1.4.4 1,325 3/19/2022
1.4.3 1,682 11/28/2021
1.3.1 895 1/4/2021
1.3.0 982 12/21/2020
1.2.9 761 12/21/2020
1.2.8 713 11/22/2020
1.2.7 826 11/21/2020
1.2.5 845 11/20/2020

⭐ Last 10 features:
- feat: Added net8.0 support. 2023-11-21
- feat: Updated packages. 2023-07-09
- feat: Updated to net7.0. 2023-01-07
- feat: Added net5/net6 targets. 2022-03-19
- feat: Updated NuGet packages. 2021-11-28
- feat: To auto-releases. 2021-11-28
- feat: Added ContinuousIntegrationBuild. 2021-11-28
- feat: Changed minimal requiments to .NET 4.5.1. 2021-11-28
🐞 Last 10 bug fixes:
- fix: Fixed bug with symbols. 2023-01-07
- fix: Fixed assets bug. 2021-11-28
- fix: Fixed __Res.GetString method bug. 2021-11-28