TRex 1.0.0-alpha

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

// Install TRex as a Cake Tool
#tool nuget:?package=TRex&version=1.0.0-alpha&prerelease

QuickLearn's T-Rex Metadata Library provides attributes that can be used to decorate your API Apps' actions and models for easy consumption by the Logic Apps designer. Use this package for your API App projects.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  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. 
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
2.0.7 41,517 9/20/2017
2.0.6 968 9/19/2017
2.0.5 1,271 8/28/2017
2.0.4-alpha 735 8/28/2017
2.0.3-alpha 962 4/15/2017
2.0.2-alpha 1,023 3/19/2017
2.0.1-alpha 822 3/17/2017
1.0.1-alpha 962 5/7/2016
1.0.0-alpha 2,496 3/14/2016
0.1.8 6,762 8/20/2016
0.1.7 14,755 9/6/2015
0.1.6 1,110 9/6/2015
0.1.5 1,637 9/5/2015
0.1.4 50,464 6/11/2015
0.1.3 1,443 4/27/2015
0.0.2 1,350 4/26/2015
0.0.1 1,351 4/25/2015

Started implementing Power Apps Logic Flow designer support, including:
   - Update to visibility enum to include "Important" visibility
   - Replacement of Trigger attribute concept (previously denoted polling vs. push, now denotes batch mode for polling triggers)
   - Add CallbackType attribute to define shape of notification data for async notification subscriptions (emits x-ms-notification-content swagger vendor extension)
   - Add CallbackUrl attribute to define which member of callback subscription should contain notification url (emits x-ms-notification-url swagger vendor extension)
   - Add DynamicSchemaLookup attribute to define an operation to call to lookup a JSON schema for a given parameter (emits x-ms-dynamic-schmea swagger vendor extension)
   - Add DynamicValueLookup attribute to define an operation to call to lookup possible values for a given parameter (emits x-ms-dynamic-values vendor extension)
   - ResponseTypeLookup attribute for async notification are temporarily marked internal only (pending product updates in Logic Apps designer and Swashbuckle library)