Message with the following content: ```` !e ```cs enum Foo { Aaa, Bbb } var f = Foo.Aaa; var res = f switch { Foo.Aaa => 69 }; res ``` ```` produces the following output:  This one is just an example, I noticed it happens all the time in recent days