Skip to content

Commit

Permalink
Update documentation for event monitoring at .netstandard2.0 (#1879)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITaluone committed Apr 7, 2022
1 parent d53e8d9 commit b456f5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_pages/eventmonitoring.md
Expand Up @@ -89,3 +89,7 @@ metadata.Should().BeEquivalentTo(new[]
}
});
```

## Limitations

This feature is not available in .NET Standard 2.0, because [`System.Reflection.Emit.DynamicMethod`](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.dynamicmethod) is required to generate event handlers dynamically.

0 comments on commit b456f5b

Please sign in to comment.