sdk-csharp/samples/CloudNative.CloudEvents.Asp.../Controllers
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
..
CloudEventController.cs Improve the ASP.NET Core sample 2021-06-07 09:02:05 +01:00