Skip to content

Reviewing the codebase and updating README file#46

Merged
teesofttech merged 1 commit into
masterfrom
copilot/update-readme-file
Jun 18, 2026
Merged

Reviewing the codebase and updating README file#46
teesofttech merged 1 commit into
masterfrom
copilot/update-readme-file

Conversation

Copilot AI commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Pull request created by AI Agent

@teesofttech
teesofttech marked this pull request as ready for review June 18, 2026 07:22
Copilot AI review requested due to automatic review settings June 18, 2026 07:22
@teesofttech
teesofttech merged commit d0a768f into master Jun 18, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository README to better reflect the current TableauSharp SDK capabilities and provide clearer setup/authentication guidance for consumers.

Changes:

  • Refines the feature list to match supported modules and operations (including JWT/Connected App auth and view export formats).
  • Expands installation and local build instructions, plus adds “Running the Examples” guidance.
  • Enhances configuration + DI + authentication lifecycle documentation with more explicit snippets and service registration details.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +54 to +64
// Personal Access Token (recommended for server-side apps)
"PersonalAccessTokenName": "your-pat-name",
"PersonalAccessTokenSecret": "your-pat-secret",

// Username & Password
"Username": "your-username",
"Password": "your-password",

// Connected App / JWT
"SecretId": "your-connected-app-secret-id",
"SecretValue": "your-connected-app-secret-value",
Comment thread README.md
}
```

> **Note:** Comments (`//`) are not valid JSON. Remove them before use or switch to `appsettings.Development.json`.
Comment thread README.md
```csharp
var authToken = await authService.SignInWithPATAsync();
var workbooks = await workbookService.GetAllAsync();
await authService.SignOutAsync(token.Token);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants