Skip to content

Commit

Permalink
Merge pull request #56 from OrleansContrib/document-getprimarykey-lim…
Browse files Browse the repository at this point in the history
…itation

Document `GetPrimaryKey` extension method limitation
  • Loading branch information
seniorquico committed Mar 31, 2019
2 parents 2b0617a + c76121b commit 109ee23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ PM> Install-Package OrleansTestKit

Examples are provided by the included [test project](https://github.com/OrleansContrib/OrleansTestKit/tree/master/test).

### Known Limitations

When run within a test kit environment, code that calls the `GetPrimaryKey` extension methods sometimes result in an `ArgumentException` with the following message:

> Passing a half baked grain as an argument. It is possible that you instantiated a grain class explicitly, as a regular object and not via Orleans runtime or via proper test mocking.
See [issue #47](https://github.com/OrleansContrib/OrleansTestKit/issues/47) for a discussion and references to upstream issues.

## Build Artifacts

The stable build artifacts are located on [NuGet](http://www.nuget.org/packages/OrleansTestKit/).
Expand Down

0 comments on commit 109ee23

Please sign in to comment.