Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testing for .NET Core 2.1 #62

Closed
jimmymcpeter opened this issue Jul 18, 2018 · 0 comments
Closed

Add testing for .NET Core 2.1 #62

jimmymcpeter opened this issue Jul 18, 2018 · 0 comments

Comments

@jimmymcpeter
Copy link
Contributor

jimmymcpeter commented Jul 18, 2018

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
jimmymcpeter added a commit that referenced this issue Dec 14, 2018
jimmymcpeter added a commit that referenced this issue Feb 5, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant