From 5a183be2791e817958d9bb964e4a2444e805cce2 Mon Sep 17 00:00:00 2001 From: John Kaster Date: Fri, 25 Mar 2022 18:55:10 +0000 Subject: [PATCH] docs: update README for Look# (#1040) Updated the runtime information on Look#, Looker's C# SDK for .NET --- csharp/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/csharp/README.md b/csharp/README.md index 3a5be720f..9f9624f85 100644 --- a/csharp/README.md +++ b/csharp/README.md @@ -1,20 +1,18 @@ # Look# -**C# SDK for Looker** +**C# .NET SDK for Looker** Look# was developed using the principles in [Build Your Own SDK](/docs/byosdk.md). Look# has: - C# Runtime library with strong typing for HTTP responses -- Uses .NET Core 3.x, an Open Source, cross-platform run-time for macOS, Windows, and Linux +- Uses .NET Core 6.x, an Open Source, cross-platform run-time for macOS, Windows, and Linux - SDK Codegen generates the SDK bindings from the Looker API spec - Both API 3.1 and API 4.0 methods (SDK calls) and models (SDK types) - Includes many unit and some functional tests! - nice: `AllDashboardsTests` shows LINQ, which is one of the coolest features of .NET - -**NOTE**: We used JetBrains Rider instead of VS Code, which provided much better developer tools for C#. -**WARNING**: This SDK isn't even in alpha status yet. We've still got lots of tuning to do. +**NOTE**: We used JetBrains Rider instead of VS Code, which provided much better developer tools for C#. **WARNING**: Look# is currently only "community supported" via issues or questions in this repository. It will eventually reach "officially supported by Looker" status in the future. The date for official support has not yet been established.