Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update playground for SDK version 0.4.2 #15

Merged
merged 5 commits into from
Jul 12, 2023

Conversation

adityaoberai
Copy link
Member

What does this PR do?

Updates playground for SDK version 0.4.2

Test Plan

Follow installation steps in Readme

Related PRs and Issues

No

Have you read the Contributing Guidelines on issues?

Yes

try
{
Console.WriteLine("Running Create Database API");
database = await databases.Create(
databaseId: ID.Unique(),
name: "MoviesDB"
);
name: "MoviesDB");
Copy link
Member

Choose a reason for hiding this comment

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

Is this the right position for the closing bracket?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is the style recommended in the C# Coding Conventions

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.

2 participants