ApexParser 0.6.18
Install-Package ApexParser -Version 0.6.18
dotnet add package ApexParser --version 0.6.18
<PackageReference Include="ApexParser" Version="0.6.18" />
paket add ApexParser --version 0.6.18
#r "nuget: ApexParser, 0.6.18"
// Install ApexParser as a Cake Addin
#addin nuget:?package=ApexParser&version=0.6.18
// Install ApexParser as a Cake Tool
#tool nuget:?package=ApexParser&version=0.6.18
A Roslyn-like parser for the Salesforce programming language APEX
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.2
- Microsoft.CodeAnalysis.CSharp (>= 2.9.0)
- Sprache (>= 2.2.0)
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 2.9.0)
- Sprache (>= 2.2.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 |
---|---|---|
0.6.18 | 852 | 11/19/2018 |
0.6.17 | 699 | 11/4/2018 |
0.6.16 | 689 | 11/3/2018 |
0.6.15 | 703 | 11/1/2018 |
0.6.14 | 670 | 10/30/2018 |
0.6.13 | 729 | 10/27/2018 |
0.6.12 | 681 | 10/17/2018 |
0.6.11 | 728 | 10/11/2018 |
0.6.10 | 713 | 10/8/2018 |
0.6.8 | 969 | 3/2/2018 |
0.6.7 | 939 | 1/14/2018 |
0.6.6 | 925 | 1/4/2018 |
0.6.5 | 1,163 | 12/21/2017 |
0.6.4 | 946 | 12/20/2017 |
0.6.3 | 968 | 12/20/2017 |
0.6.2 | 1,012 | 12/14/2017 |
0.6.1 | 866 | 12/14/2017 |
0.6.0 | 884 | 12/13/2017 |
0.5.3-beta | 969 | 12/12/2017 |
0.5.2-beta | 824 | 12/12/2017 |
0.5.1-beta | 885 | 12/11/2017 |
0.5.0-beta | 893 | 12/9/2017 |
Beta release. What's new:
v0.6.18:
— Fixed a parsing issue related to SOQL queries
v0.6.17:
— Minor improvement in the primitive type conversion
v0.6.16:
— Improved the typeof expression handling
— Added using Apex to the generated C# code
v0.6.15:
— All floating-point literals are now treated as decimals
v0.6.14:
— Added a few more autogenerated constructors to the Apex exceptions
v0.6.13:
— Don't translate static member access expressions on primitive types
— Fixed an issue related to the field declarators
— Added Apex.ApexSharp.Extensions namespace to generated C# code
— Automatically add constructors to empty Apex exception classes
— Updated reserved words
v0.6.12:
— Added support for the virtual class modifier
v0.6.11:
— Fixed a bug with string literals
— Updated Sprache dependency to the stable v2.2.0
v0.6.10:
— Added switch statement support
— Updated Roslyn C# parser dependency to v2.9.0
v0.6.2:
— Updated the grammar to be able to parse the standard APIs