FluorineFx.Client
1.4.9
dotnet add package FluorineFx.Client --version 1.4.9
NuGet\Install-Package FluorineFx.Client -Version 1.4.9
<PackageReference Include="FluorineFx.Client" Version="1.4.9" />
paket add FluorineFx.Client --version 1.4.9
#r "nuget: FluorineFx.Client, 1.4.9"
// 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 | 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 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. |
-
.NETFramework 4.6.2
- No dependencies.
-
.NETStandard 2.0
- System.CodeDom (>= 8.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Security.Permissions (>= 8.0.0)
-
.NETStandard 2.1
- System.CodeDom (>= 8.0.0)
- System.Security.Permissions (>= 8.0.0)
-
net6.0
- System.CodeDom (>= 8.0.0)
- System.Security.Permissions (>= 8.0.0)
-
net7.0
- System.CodeDom (>= 8.0.0)
- System.Security.Permissions (>= 8.0.0)
-
net8.0
- System.CodeDom (>= 8.0.0)
- System.Security.Permissions (>= 8.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.
⭐ 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