pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
28 stars 25 forks source link

add a test showing that unknown events are handled #328

Closed tgummerer closed 3 months ago

tgummerer commented 3 months ago

We want to make sure unknown events from the engine (e.g. events that are newly added) don't break the use of the automation API in dotnet. Add a test to verify just that.