11# NetCoreForce
22
3- ## A .NET Standard and .NET Core Salesforce REST API toolkit and API wrapper
3+ ## A .NET Standard and .NET Core Salesforce REST API integration library
44* This project is not offered, sponsored, or endorsed by Salesforce.*
55
66### [ CHANGELOG] ( CHANGELOG.md )
77
88CI main:
9- [ ![ ] ( https://github.com/anthonyreilly/NetCoreForce/workflows/CI /badge.svg?branch=main )] ( https://github.com/anthonyreilly/NetCoreForce/actions?query=workflow%3ACI+branch%3Amain )
9+ [ ![ CI ] ( https://github.com/anthonyreilly/NetCoreForce/actions/ workflows/ci.yml /badge.svg?branch=main )] ( https://github.com/anthonyreilly/NetCoreForce/actions/workflows/ci.yml )
1010CI dev:
11- [ ![ ] ( https://github.com/anthonyreilly/NetCoreForce/workflows/CI /badge.svg?branch=dev )] ( https://github.com/anthonyreilly/NetCoreForce/actions?query=workflow%3ACI+branch%3Adev )
11+ [ ![ CI ] ( https://github.com/anthonyreilly/NetCoreForce/actions/ workflows/ci.yml /badge.svg?branch=dev )] ( https://github.com/anthonyreilly/NetCoreForce/actions/workflows/ci.yml )
1212
13- NetCoreForce v4 currently targeting netstandard 2.0 & 2.1, supports .NET Core 2.1,3.1,6.0, and 7.0 apps.
13+ NetCoreForce currently targeting netstandard 2.0 & 2.1, supports .NET Core 2.1 - 9.0
1414
1515For .NET Core 1.x support, use NetCoreForce v2.7
1616
@@ -35,20 +35,14 @@ For .NET Core 1.x support, use NetCoreForce v2.7
3535* [ NetCoreForce.Models] ( https://www.nuget.org/packages/NetCoreForce.Models/ )
3636* [ NetCoreForce.ModelGenerator] ( https://www.nuget.org/packages/NetCoreForce.ModelGenerator/ )
3737
38- ### An effort is made to minimize the dependencies:
38+ ### Designed to minimize dependencies:
3939* [ Newtonsoft.Json] ( https://www.nuget.org/packages/Newtonsoft.Json ) (JSON Serialization)
4040* [ System.Text.Encodings.Web] ( https://www.nuget.org/packages/System.Text.Encodings.Web ) (URL formatting)
4141* [ Microsoft.Bcl.AsyncInterfaces] ( https://www.nuget.org/packages/Microsoft.Bcl.AsyncInterfaces/ )
4242 - Only included in .netstandard2.0, .netcoreapp2.0 targets
4343 - Provides await using, async disposables
4444
45- ### Experimental Projects:
46- * Please note: The LINQ library has barely been tested, and is not recommended for production use. Consider it an alpha release.
47- * [ NetCoreForce.Linq] ( src/NetCoreForce.Linq ) - an experimental LINQ-to-SOQL query provider
48- * [ NetCoreForce.Linq.Tests] ( src/NetCoreForce.Linq.Tests ) - LINQ Unit tests (offline/mocked)
49- * NuGet package: [ NetCoreForce.Linq] ( https://www.nuget.org/packages/NetCoreForce.Linq/ )
50- * Retains a dependency on [ System.Interactive.Async] ( https://www.nuget.org/packages/System.Interactive.Async/ )
51-
45+ (Migration from Newtonsoft.Json to System.Text.Json is planned)
5246
5347Feedback and suggestions welcome.
5448
0 commit comments