FluorineFx.Client
1.4.6
See the version list below for details.
dotnet add package FluorineFx.Client --version 1.4.6
NuGet\Install-Package FluorineFx.Client -Version 1.4.6
<PackageReference Include="FluorineFx.Client" Version="1.4.6" />
paket add FluorineFx.Client --version 1.4.6
#r "nuget: FluorineFx.Client, 1.4.6"
// Install FluorineFx.Client as a Cake Addin #addin nuget:?package=FluorineFx.Client&version=1.4.6 // Install FluorineFx.Client as a Cake Tool #tool nuget:?package=FluorineFx.Client&version=1.4.6
fluorinefx
fluorinefx with .Net Core 3.1/.Net 5 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 | Versions 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 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 is compatible. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. 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. |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETStandard 2.0
- System.CodeDom (>= 6.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Security.Permissions (>= 6.0.0)
-
.NETStandard 2.1
- System.CodeDom (>= 6.0.0)
- System.Security.Permissions (>= 6.0.0)
-
net6.0
- System.CodeDom (>= 6.0.0)
- System.Security.Permissions (>= 6.0.0)
-
net7.0
- System.CodeDom (>= 6.0.0)
- System.Security.Permissions (>= 6.0.0)
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.5.0 | 90 | 11/15/2024 |
1.4.9 | 2,055 | 11/21/2023 |
1.4.8 | 777 | 7/8/2023 |
1.4.7 | 978 | 1/7/2023 |
1.4.6 | 697 | 1/7/2023 |
1.4.4 | 1,422 | 3/19/2022 |
1.4.3 | 1,756 | 11/28/2021 |
1.4.1 | 79 | 11/15/2024 |
1.3.1 | 977 | 1/4/2021 |
1.3.0 | 1,068 | 12/21/2020 |
1.2.9 | 850 | 12/21/2020 |
1.2.8 | 797 | 11/22/2020 |
1.2.7 | 906 | 11/21/2020 |
1.2.5 | 907 | 11/20/2020 |
⭐ Last 10 features:
- 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 assets bug. 2021-11-28
- fix: Fixed __Res.GetString method bug. 2021-11-28