Commit Graph

2 Commits

Author SHA1 Message Date
Jon Skeet 19afd42806 Improve the ASP.NET Core sample
- Test with both ASP.NET Core 3.1 and 5.0
- Add an API method to generate an event
- Change the launch settings to launch directly instead of with IIS Express

If #153 is merged before this, we'll need to modify it very slightly
as the encoding method will return `ReadOnlyMemory<byte>` instead of
`byte[]`, but that's easy enough to do.

Signed-off-by: Jon Skeet <jonskeet@google.com>
2021-06-07 09:02:05 +01:00
Tobias Lønnerød Madsen 86a786949e
Added sample along with some integration tests
Signed-off-by: Tobias Lønnerød Madsen <m@dsen.tv>
2019-10-31 15:26:52 +01:00