-
Notifications
You must be signed in to change notification settings - Fork 699
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
{ | ||
await module.DisposeAsync(); | ||
} | ||
catch (JSDisconnectedException) | ||
catch | ||
This comment has been minimized.
Sorry, something went wrong.
hakenr
Member
|
||
{ | ||
} | ||
} | ||
|
@guardrex The collection expressions syntax won't work in original
net3.1
, it is new in C# 12 (net8
and newer). The code currently compiles only due to .NET 9 SDK usage.