You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,10 @@ This adds a `<PackageReference>` to your csproj file, similar to the following:
22
22
The following example can be tried with a [.NET interactive Notebook](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/tree/main/Samples/Notebooks):
23
23
24
24
```C#
25
-
usingSystem;
26
-
usingConsoleAppKsqlDB;
27
25
usingksqlDB.RestApi.Client.KSql.Linq;
26
+
usingksqlDB.RestApi.Client.KSql.Query;
28
27
usingksqlDB.RestApi.Client.KSql.Query.Context;
29
28
usingksqlDB.RestApi.Client.KSql.Query.Options;
30
-
usingksqlDB.RestApi.Client.Sample.Model;
31
29
32
30
varksqlDbUrl=@"http:\\localhost:8088";
33
31
@@ -52,14 +50,11 @@ Console.WriteLine("Press any key to stop the subscription");
0 commit comments