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
This project tests new release candidate nuget packages after they are deployed to the NuGet Gallery. It should always include a reference to the latest released version of the package on NuGet Gallery.
4
+
5
+
When a new release candidate package is uploaded, we can then update this project to refer to it, then run these tests. This helps ensure that we didn't break anything in the upgrade process.
6
+
7
+
## Differences
8
+
9
+
This project has some differences from the unit tests or the interop tests.
10
+
11
+
* Runs against .NET Framework 4.6.1. This is the oldest supported configuration.
12
+
* Written in C#. Helps ensure that the library functions correctly in that language.
13
+
* Uses the latest package from NuGet Gallery. Not the locally built code.
0 commit comments