Float.Corcav.Behaviors 3.0.0.4

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

// Install Float.Corcav.Behaviors as a Cake Tool
#tool nuget:?package=Float.Corcav.Behaviors&version=3.0.0.4

Float.Corcav.Behaviors Test NuGet

This project is the porting of core Blend behaviors infrastructure to Xamarin Forms Platform, you can read about initial version here.

Requirements

You must add a call to Corcav.Behaviors.Infrastructure.Init() to the FinishLaunching method within AppDelegate.cs of your iOS project. See this blog for more details.

Updates

  • version 3.0.0 updated to Xamarin Forms v 5.0.0.1874 Modernized project structure

  • version 2.3.7 updated to Xamarin Forms v 2.3.4.231

  • version 2.3.5 updated to Xamarin Forms v 2.3.3.175 Removed use of obsolete APIs

  • version 2.3.4 updated to Xamarin Forms v 2.3.2.127 Fixed missing profile 259 issue.

  • version 2.3.2 updated to Xamarin Forms v 2.3.1.114 EventToCommand now has an additional property: PassEventArgument (bool) when true will pass event argument to Command.

  • version 2.2.0 updated to Xamarin Forms v 2.2.0.45 added support to UWP

  • version 2.1.1 updated to Xamarin Forms v 1.4.4.6392

  • version 2.0 RENAMED NAMESPACES TO PREVENT XAMARIN API CONFLICTS, added Unifed API sample and aligned to Xamarin Forms v 1.3.4

  • NOTE for v1.3 users This version replaces v1.3 available here https://github.com/corradocavalli/Xamarin.Forms.Behaviors/tree/Version1.3 In order to prevent conflicts with Xamarin API the namespace has been renamed, this version will break your code, please align namespaces references.

Building

This project can be built using Visual Studio for Mac or Cake. It is recommended that you build this project by invoking the boostrap script:

./build.sh

There are a number of optional arguments that can be provided to the bootstrapper that will be parsed and passed on to Cake itself. See the Cake build file in order to identify all supported parameters.

./build.sh \
    --task=Build \
    --projectName=Float.Corcav.Behaviors \
    --configuration=Debug \
    --nugetUrl=https://nuget.org \
    --nugetToken=####

License

All content in this repository is shared under an MIT license. See license.md for details.

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 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

  • net6.0

    • No dependencies.
  • net7.0

    • 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
3.0.0.4 148 9/26/2023
3.0.0.3 293 1/17/2022
3.0.0.2 198 1/17/2022