TRex 1.0.0-alpha
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
<PackageReference Include="TRex" Version="1.0.0-alpha" />
paket add TRex --version 1.0.0-alpha
#r "nuget: TRex, 1.0.0-alpha"
// 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 | Versions 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. |
-
- Swashbuckle.Core (>= 5.3.2)
- System.IdentityModel.Tokens.Jwt (>= 4.0.2.206221351)
- TRex.Metadata.Attributes (= 1.0.0-alpha)
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 | 47,351 | 9/20/2017 |
2.0.6 | 998 | 9/19/2017 |
2.0.5 | 1,309 | 8/28/2017 |
2.0.4-alpha | 762 | 8/28/2017 |
2.0.3-alpha | 983 | 4/15/2017 |
2.0.2-alpha | 1,058 | 3/19/2017 |
2.0.1-alpha | 845 | 3/17/2017 |
1.0.1-alpha | 985 | 5/7/2016 |
1.0.0-alpha | 2,883 | 3/14/2016 |
0.1.8 | 7,354 | 8/20/2016 |
0.1.7 | 15,058 | 9/6/2015 |
0.1.6 | 1,140 | 9/6/2015 |
0.1.5 | 1,671 | 9/5/2015 |
0.1.4 | 50,555 | 6/11/2015 |
0.1.3 | 1,481 | 4/27/2015 |
0.0.2 | 1,391 | 4/26/2015 |
0.0.1 | 1,376 | 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)