You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add testing for .NET Core 2.1 now that it is out. I attempted this in a branch and the AppVeryor test failed to run with multiple NU3008: The package integrity check failed. errors in NuGet. This looks to be related to package signing, but it's just not very clear.
Look to:
Add netcoreapp2.1 to the TargetFrameworks in Intacct.SDK.Tests/Intacct.SDK.Tests.csproj
Look at changing dotnet: 2.0.0 to dotnet: 2.1 in .travis.yml
Add - dotnet test Intacct.SDK.Tests/Intacct.SDK.Tests.csproj --framework "netcoreapp2.1" to the script section in .travis.yml
The text was updated successfully, but these errors were encountered:
* Add DropShip and LineShipToContactName to OrderEntryTransactionLine #77
* Add LineDeliverToContactName, Form1099Type, and Form1099Box to PurchasingTransactionLine #80
* Add LineLevelSimpleTaxType to OrderEntryTransactionLine and PurchasingTransactionLine #73
* Add entityId property support to ApiSessionCreate
* Add entityId support to ClientConfig and SessionProvider
* Add testing for .NET Core 2.1 #62
* Remove exceptions for elements missing in control block response #89
* .intacct directory exception #92
* Update copyright year
* Add assertion for EntityId on ClientConfigTest
* Implode error messages and append to ResponseException and ResultException
* Update test project dependencies
* Bump version to 2.1.0
We should add testing for .NET Core 2.1 now that it is out. I attempted this in a branch and the AppVeryor test failed to run with multiple
NU3008: The package integrity check failed.
errors in NuGet. This looks to be related to package signing, but it's just not very clear.Look to:
netcoreapp2.1
to theTargetFrameworks
in Intacct.SDK.Tests/Intacct.SDK.Tests.csprojdotnet: 2.0.0
todotnet: 2.1
in .travis.yml- dotnet test Intacct.SDK.Tests/Intacct.SDK.Tests.csproj --framework "netcoreapp2.1"
to thescript
section in .travis.ymlThe text was updated successfully, but these errors were encountered: