NetCoreForce
NetCoreForce copied to clipboard
Salesforce REST API toolkit for .NET Standard and .NET Core
Model generator can generate properties that will trigger this compiler error: Models/SfUser.cs(106,17): warning CS8618: Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as...
Hi, Great implementation a pleasure to use although It would be great to have the functionality to insert multiple records as well as updating. Thanks
The model generator should create partial classes so user code could be moved to separate file.
Is there a way to use NetCoreForce without using the clientid and clientsecret?
I have a custom object and couple of `Date` fields one them. Everytime I update object, those get updated as well. I update my custom object by first reading it...
Newtonsoft.Json is effectively a legacy library, now that .NET has updated it's native JSON support, migration for performance and support reasons would probably be a good idea. https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to?pivots=dotnet-core-3-1
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_composite.htm
Minimal testing has been done on long-running login sessions, where a client goes idle and the with token may have been revoked or expired. Need to test and/or simulate these...
I was trying to create unit tests and wanted to mock the ForceClient class because I don't have an account on Salesforce. But it's impossible to use that class for...